-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.0.12 #18
Merged
Merged
Version 0.0.12 #18
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Widgets: - Checkbox and RadioButton are now built with CustomPainter - Checkbox and RadioButton now also feature a new animation - ZenitIconButton has been simplified and made circular - Added ZenitCheckboxListTile and ZenitRadioButtonListTile - Improved ZenitSwitchListTile - Adjusted the default animtion duration - Simplified ZenitLandscapeLayout Theme: - Slightly adjusted the Theme colour profile - Added copyWith functions to Zenit widget themes Example: - Added an ExampleTitle - Updated the pages for Checkbox, RadioButton, Switch and ListTile
Add hover to Switch, RadioButton and Checkbox Drop TickAnimator
larsb24
requested review from
whiskeyPeak and
HrX03
and removed request for
HrX03
August 19, 2023 21:23
- use surfaceColor for components and define it via an alpha of the foregroundColor - update constants - add new extensions on Color - fix DividerTheme
- Fix surfaceColor being transparen because of alpha (revert) - Add Inter as default Font - Add custom TextTheme with more desktop-like font sizes - Change subtitle style of ListTile - Reduce FloatingActionButton size - Chnage FAB style to be more rectangular - Change Button and Checkbox border radius - Rename Buttons to PrimaryButton and SecondaryButtons (everything else can be custom made) - Don't color the icon in the layout tile anymore and use the same fontWeight for everything misc: - remove unneeded ThemeExtension extension - add export for material and foundational widgets
- Added a ContextMenu 🎉 - Added more options to the button base - Added two more buttons derived from button base - Also added more customisation options to the other buttons - Increased checkbox target size to 32 - Changed default iconSize for icon button and added hoverColor property - Increased radio button target size to 32 - Changed the border of ZenitSection to use the theme's colorscheme - Creatde a HoverBuilder widget - Revised sidebar and titlebar properties for ZenitNavigationLayout -> in preparation for the zenit_window_plugin - Changed tab to be based on ListTile - Added all new ZenitToolbar widget - Added default overflow to text theme - the usual stuff (aka. further themedata changes) Example: - Added HandyWindow and zenit_window_plugin
Dependencies: - Add HandyWindow - Add YaruWindow General style: - Add outline to most components - Slightly tweak colours (agaaaain!) Component updates: - Slider has been completely rewritten based on CustomPainter - Buttons remove outline variant - Add ZenitDialog widget - Attampt at improving ZenitTextField Window management: - Add windowmanagement functionality - Add widgets for window management Example: - Dialog example and Slider example
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Widgets:
Theme:
Windowing: