Commit graph

479 commits

Author SHA1 Message Date
Neeraj Gupta cdf8604d80
ActionSheet: Reduce padding for text container 2023-01-08 14:05:17 +05:30
ashilkn fae64a322b Replaced 'Email your logs' dialog with the new one 2023-01-07 17:37:13 +05:30
ashilkn 79e354942e Added option to show success conformation on ButtonWidget when onTap executes immedeately 2023-01-07 16:56:31 +05:30
ashilkn 72ebeba3ba Merge branch 'main' into reset-ignored-files 2023-01-06 17:24:04 +05:30
Neeraj Gupta 09e9bfac84
formatting changes 2023-01-06 14:03:46 +05:30
Neeraj Gupta 7ef4a34607
Add default value for actionSheetType 2023-01-06 14:00:35 +05:30
Neeraj Gupta 0cc7a91af5
Merge branch 'main' into uncategorized 2023-01-06 13:34:30 +05:30
Neeraj Gupta 0d1d3bc803
Fix: Add cancel option for file delete prompts 2023-01-06 12:35:33 +05:30
ashilkn 6b5f2a5fec Add pressed state for menuItem by default if onTap or onDoubleTap is passed 2023-01-06 11:45:17 +05:30
Neeraj Gupta 106aa638e1
ActionSheet: Support for body highlight 2023-01-06 11:14:25 +05:30
Neeraj Gupta 005413f633
ButtonWidget: Reduce pop delay for inAlert button 2023-01-05 16:44:05 +05:30
Neeraj Gupta 5f8ef8a3d9
Tweak UI for delete empty album progress 2023-01-04 13:14:02 +05:30
Neeraj Gupta 628967e999
Merge branch 'db_and_services' of github.com:ente-io/photos-app into db_and_services 2023-01-03 20:25:12 +05:30
Neeraj Gupta 5f4b67b93e
Merge branch 'main' into db_and_services 2023-01-03 20:24:42 +05:30
Neeraj Gupta c2d2caa05b
Fix typos and dispose valueNotifier 2023-01-03 14:30:10 +05:30
Neeraj Gupta bfe09f5436
Minor refactoring 2023-01-03 14:03:26 +05:30
Neeraj Gupta dff1e29526
ButtonWidget: Support for showing progressStatus 2023-01-03 12:54:35 +05:30
Manav ab43dd54db Reduce colors for icons too 2023-01-01 00:03:12 +05:30
Manav 0c0aaaa76e Wrap in a stateful widget to allow updates 2022-12-31 23:55:45 +05:30
Neeraj Gupta f3d8a13337
Apply lint suggestions 2022-12-30 21:12:03 +05:30
Neeraj Gupta d6ad004354
NullSafety: Apply dart migrate suggestions + compilation fixes 2022-12-30 17:40:17 +05:30
ashilkn 0301f2a797 Moved all dialog util functions to dialog_util.dart 2022-12-30 08:03:03 +05:30
ashilkn 4bca8a66b8 Created a method which returns a choice dialog widget of type DialogWidget 2022-12-29 19:04:11 +05:30
ashilkn 37ab518aba Minor changes 2022-12-29 10:03:18 +05:30
ashilkn b23f8f06fe Replaced errorDialogs with new errorDialogs 2022-12-29 09:59:01 +05:30
ashilkn acd8cdf29b Made dialog and action sheet's dismissible property configurable 2022-12-28 19:14:28 +05:30
ashilkn 6d0c117f8f Remove unused code + enabled drag to dismiss action sheet 2022-12-28 16:57:00 +05:30
ashilkn 4aaf3573b7 Made dialogs dismissable 2022-12-28 14:43:45 +05:30
ashilkn 82276958d7 Made actionSheet dismissable 2022-12-28 14:24:11 +05:30
ashilkn 66200c2930 Minor correction in a comment 2022-12-27 14:12:05 +05:30
ashilkn 50970a6875 Made success state of button as short as possible if it doesn't have to be surfaced on UI 2022-12-27 14:00:24 +05:30
ashilkn 4ea6a9a22b Used better variable names and comments 2022-12-27 13:37:10 +05:30
ashilkn 348644a9ce Added option to disable execution states in ButtonWidget 2022-12-27 12:42:18 +05:30
ashilkn 7f126810fb Replaced feedback dialog with the new one 2022-12-26 19:14:48 +05:30
ashilkn f6bb04b25f Show success state for 2 seconds for buttons inside an alert 2022-12-26 17:49:38 +05:30
ashilkn fe7a1ce556 Merge branch 'main' into replace-dialogs 2022-12-26 16:40:25 +05:30
ashilkn e0fe29bf98 Replaced generic error dialog with new one + some minor changes 2022-12-26 16:39:29 +05:30
ashilkn 4e1b73f28a Made a new generic error dialog 2022-12-26 16:04:58 +05:30
ashilkn 5daada33a9 Created a wrapper around showDialogWidet() for showing choiceDialogs 2022-12-26 15:14:04 +05:30
ashilkn fc3cbc67cd Set default button size of button component to large 2022-12-26 14:43:40 +05:30
Neeraj Gupta a1a7a01af9
Merge pull request #720 from ente-io/create_link
Support for creating link for selected files
2022-12-26 11:14:18 +05:30
Neeraj Gupta 717063bd12
Merge pull request #729 from ente-io/fix-button-border
Fix button border
2022-12-24 15:19:31 +05:30
Neeraj Gupta e62c01118e
Show new action sheet on link creation 2022-12-22 16:01:10 +05:30
Neeraj Gupta 8f3279f9f8
Merge branch 'main' into cache_info 2022-12-22 14:45:38 +05:30
Neeraj Gupta 20514e238d
Merge branch 'main' into cache_info 2022-12-22 10:18:06 +05:30
ashilkn 75c0fee536 Revert "Used StrokeAlign.outside for button's stroke which matchs figma"
This reverts commit d693868b6c.
2022-12-22 10:12:05 +05:30
ashilkn d693868b6c Used StrokeAlign.outside for button's stroke which matchs figma 2022-12-21 13:58:39 +05:30
ashilkn c9a2ddf1c0 Corrected whitespace between buttons in dialog component 2022-12-21 12:29:06 +05:30
ashilkn ec9a2d606b Fixed border issue on button component 2022-12-21 12:16:51 +05:30
ashilkn 59b22f1d1e Add horizontal padding to dialog if mobile is small 2022-12-21 10:30:07 +05:30
ashilkn db9f0c1a23 Made Dialog component without it's TextInput varient 2022-12-20 17:15:10 +05:30
ashilkn 9176c45c88 Make alert dismiss even if onTap is null of the ButtonWidget used in it 2022-12-20 16:41:02 +05:30
Neeraj Gupta aed55f5770
Merge pull request #695 from ente-io/collaboration_view
Prettify Sharing + Collect Files 
2022-12-19 15:34:56 +05:30
Neeraj Gupta c17a538a98
Merge pull request #715 from ente-io/font_size_bug
Font size bug
2022-12-19 11:28:02 +05:30
ashilkn e1e3e9cd81 Increased tappable area for cancel in bottomActionSheet 2022-12-19 11:11:15 +05:30
Neeraj Gupta 7fabc6bd0f
Color changes 2022-12-17 10:48:33 +05:30
Neeraj Gupta 31d3f0830d
ButtonType: Add option to override iconColor 2022-12-17 10:16:27 +05:30
ashilkn e9e62e379c Fixed UI bug on expanded menu of bottomAcitonBar on higher system font sizes 2022-12-16 18:15:36 +05:30
ashilkn a6fc65a6eb Use only List<ButtonWidget> for button property in ActionSheetWidget 2022-12-16 16:43:34 +05:30
ashilkn 6c2b6f8eed bug fix 2022-12-16 16:34:51 +05:30
ashilkn 2ee6e26e48 Merge branch 'collaboration_view' into action-sheet-add-on 2022-12-16 16:17:52 +05:30
ashilkn 60b69beed9 Minor changes 2022-12-16 16:08:49 +05:30
Neeraj Gupta e19cbeb129
Merge pull request #711 from ente-io/bottom_bar_blur
Bottom bar blur
2022-12-16 15:58:21 +05:30
vishnukvmd f82ead149f Fix icon color for the bottom bar 2022-12-16 15:57:09 +05:30
vishnukvmd f6740cd840 Reduce blur of the bottom bar 2022-12-16 15:56:01 +05:30
Neeraj Gupta b06fc72614
Copy fix 2022-12-16 15:22:42 +05:30
vishnukvmd 044878e336 Render action bar conditionally for collaborators 2022-12-16 13:37:23 +05:30
ashilkn 73415ff9a0 Dismiss ActionSheet properly after action is complete 2022-12-16 13:18:57 +05:30
ashilkn 78e1c05d93 Handled error states in button when used in action sheet 2022-12-16 12:56:24 +05:30
ashilkn a370781c94 Minor changes 2022-12-16 12:13:25 +05:30
ashilkn 6c16c9dbbc Check if mounted before calling setState 2022-12-16 12:06:37 +05:30
ashilkn de50b052a8 Return info about button tapped in action sheet 2022-12-16 12:00:01 +05:30
Neeraj Gupta 29d39488eb
UI Fixes 2022-12-15 22:23:06 +05:30
Neeraj Gupta dbe5747104
Add support for disabled state 2022-12-15 21:54:39 +05:30
Neeraj Gupta 683a1c66aa
Merge branch 'redesign-with-components' into collaboration_view 2022-12-15 20:16:00 +05:30
ashilkn 692fa4e33c Added a comment 2022-12-15 16:40:34 +05:30
Neeraj Gupta 439c7241d4
Add hooks for more file actions 2022-12-15 15:32:46 +05:30
ashilkn d59863670c Give Color/Style to Small ButtonSize 2022-12-15 14:52:39 +05:30
ashilkn a930c887a7 Give all buttons execution states 2022-12-15 11:26:32 +05:30
ashilkn 5b356d12aa Apply new changes for LargeButton 2022-12-15 10:59:19 +05:30
Neeraj Gupta 8ec8944fbd
FileSelection: Show various actions based on gallery type 2022-12-14 23:05:08 +05:30
Neeraj Gupta 69a9a0f996
ActionBar: Show split between selected and yours 2022-12-14 22:18:24 +05:30
Neeraj Gupta 1aadc08fdf
Merge branch 'redesign-with-components' into collaboration_view 2022-12-14 15:13:54 +05:30
ashilkn 6281247764 Changes to maintain same button width during execution state in small button 2022-12-14 13:25:28 +05:30
ashilkn c9b8392663 Changed width of button to take size of it's child for SmallButton 2022-12-14 11:31:54 +05:30
ashilkn f0854683f8 Renamed names with 'LargeButton' to 'Button' or 'CustomButton
'
2022-12-14 11:05:18 +05:30
ashilkn 3b079d1ae1 Constant border color when pressed for Critical buttonType 2022-12-14 10:29:45 +05:30
ashilkn b4aab74254 Fixed app fetching userDetails multiple times when opening settings by swiping 2022-12-13 17:58:44 +05:30
ashilkn 84630b3c7c Restricted width of AcitonSheet 2022-12-12 17:59:02 +05:30
ashilkn fa4c08c699 Made 'Icon Only'(name from Figma) type of ActionSheet 2022-12-12 16:42:17 +05:30
ashilkn ee58f97c90 Merge branch 'redesign-with-components' into delete-bottom-sheet 2022-12-12 15:38:29 +05:30
ashilkn 19bb45cf3c Merge branch 'master' into redesign-with-components 2022-12-12 15:37:40 +05:30
ashilkn 81ef4eab20 Misc. changes 2022-12-12 15:18:07 +05:30
ashilkn d847430b12 Added animation between execution states of LargeButton 2022-12-12 14:53:45 +05:30
ashilkn 14ab128ace Minor fix 2022-12-12 14:36:28 +05:30
ashilkn c32d661c1c Enable execution states for only Primary, Secondary & Neutral LargeButtons 2022-12-12 14:33:35 +05:30
ashilkn ce9c8f72ee Added colors for loading icon and check icon 2022-12-12 11:32:06 +05:30
ashilkn 5c9bf7dc4b Used 20pts version of EnteLoadingIcon in loading state of button 2022-12-12 10:45:19 +05:30
Neeraj Gupta 8891b0ce58
Merge branch 'master' into collaboration_view 2022-12-11 19:18:23 +05:30
Neeraj Gupta 705b4bb39f
Add enable collect flag behind feature flag 2022-12-11 18:36:57 +05:30
ashilkn ffe90d24ec bug fix 2022-12-10 13:13:55 +05:30
ashilkn 287bc8813e Added 'Loading' and 'Successful' states for LargeButton 2022-12-10 12:30:42 +05:30
ashilkn 1de746f44c Disabled state for LargeButton 2022-12-10 10:25:17 +05:30
ashilkn 1f85f745b6 Add onPressed UI state for LargeButton 2022-12-09 21:16:05 +05:30
ashilkn ebb855f484 code refactoring 2022-12-09 19:30:58 +05:30
ashilkn eb5b1f69a0 Merge branch 'redesign-with-components' into delete-bottom-sheet 2022-12-09 13:34:42 +05:30
ashilkn e244bc1e76 Merge branch 'master' into redesign-with-components 2022-12-09 13:27:18 +05:30
ashilkn a481d77d71 Refactored code by using enhanced enums 2022-12-09 12:25:32 +05:30
ashilkn e4ccba0467 declare ButtonType enum outside LargeButton's file 2022-12-09 09:23:23 +05:30
ashilkn e4e4eeb194 rename file 2022-12-09 09:15:06 +05:30
ashilkn 03748a212a Handled case where labelText or icon is missing from LargeButton 2022-12-08 19:00:43 +05:30
ashilkn 25f62e08e6 Handled text overflow in LargeButton 2022-12-08 18:36:48 +05:30
ashilkn 415fabeeb6 Added some comments 2022-12-08 17:03:46 +05:30
ashilkn 9e37436df4 Added flag 'isInActionBar' to LargeButton for setting the theme of button to always dark theme 2022-12-08 16:25:46 +05:30
ashilkn 51ad609a7b misc. changes in ActionSheet 2022-12-08 15:06:02 +05:30
Neeraj Gupta b71c214c58
Merge branch 'master' into collaboration_view 2022-12-08 14:06:00 +05:30
ashilkn 8112d4eef7 Added title & body properties to ActionSheet & ContentContainer 2022-12-08 13:34:53 +05:30
ashilkn 9460390f30 Renamed DeleteItemsWidget to ActionSheetWidget 2022-12-08 12:41:36 +05:30
ashilkn 4218fbeccc Made addSeparators method to add separators to a list of widgets 2022-12-08 11:39:14 +05:30
ashilkn 8f36cf0a29 Added icon and labelText properties to LargeButtonWidget 2022-12-07 20:49:54 +05:30
ashilkn d3730aafc6 Wrote logic to find different colors and styles of each type of button in LargeButton 2022-12-07 20:38:54 +05:30
ashilkn a56e36a263 Made a basic version of LargeButton component 2022-12-07 15:33:53 +05:30
vishnukvmd 6b3dac1b69 Update CaptionedTextWidget 2022-12-07 09:06:41 +05:30
vishnukvmd 334e27da56 Rename variable 2022-12-06 23:33:39 +05:30
ashilkn 7a39b8ba56 Created a basic version of DeleteItemsWidget 2022-12-06 20:38:04 +05:30
ashilkn 86a61e935a use constant for max width 2022-12-06 13:41:37 +05:30
ashilkn 8085c9d571 add crossFade for expandedMenu 2022-12-06 13:30:01 +05:30
ashilkn 00fdde0bf3 add option to sepecify smaller or larger bottom padding for BottomActionBar 2022-12-06 11:50:23 +05:30
ashilkn 428eb78f0d restrict width of content inside BottomActionBar 2022-12-06 11:45:23 +05:30
ashilkn 580a6e42a9 minor changes 2022-12-05 20:50:21 +05:30
ashilkn 48a5bfae23 change bottom padding of BottomActionWidget with context 2022-12-05 20:49:18 +05:30
ashilkn 171ecb8805 Used a nested List of BlurMenuItemWidget as items instead of passing groupingOrder to ExpandedMenuWidget 2022-12-05 18:18:56 +05:30
ashilkn d2daa0bf21 refactored code 2022-12-05 16:38:21 +05:30
ashilkn 6202e5a5e9 add text overflow BlurMenuItem's label 2022-12-05 15:50:33 +05:30
ashilkn 06718f766c add functionality to share icon in BottomActionBar 2022-12-05 13:46:26 +05:30
ashilkn 0c592fa509 add functionality for delete on BottomActionBar 2022-12-05 13:36:47 +05:30
ashilkn 472c618ed0 created ExpandedMenuWidget to be used in BottomActionBar's expansion 2022-12-05 11:27:37 +05:30
ashilkn 716d6c395a use different expandableTheme for bottomActionBar's expansionPanel 2022-12-01 11:40:20 +05:30
ashilkn d68a789f8a remove passing of context as argument unwantedly 2022-12-01 11:39:06 +05:30
ashilkn a4446f6fa4 Merge branch 'master' into bottom-action-bar 2022-12-01 08:55:24 +05:30
ashilkn d83cbebadd sync selected file count on bottom action bar 2022-12-01 08:27:14 +05:30
ashilkn 0a0d39d4a0 remove unwanted code 2022-11-30 12:43:00 +05:30
ashilkn 5dcc92fadb BottomActionBar : unselect all & close BottomActionBar on cancel 2022-11-30 12:29:26 +05:30
ashilkn 392b548622 added color and blur to BottomActionBarWidget 2022-11-29 20:21:38 +05:30
ashilkn 9b0693de44 animate opening and closing of BottomActionBarWidgat 2022-11-29 20:03:40 +05:30
ashilkn f69975d2a6 show bottom action bar on selecting files 2022-11-29 16:11:26 +05:30
ashilkn 701ebe5e3f pass text instead of textWidget + dynamic font change for action bar text 2022-11-28 19:30:16 +05:30
ashilkn b120e06791 collapse expansion on 'cancel' 2022-11-28 19:06:56 +05:30
ashilkn 2d63a4e48e made BlurMenuItemWidget component 2022-11-28 18:29:33 +05:30
ashilkn 30ec182f0e switch icon on bottomActionBar on expansion & collapse 2022-11-28 15:57:22 +05:30
ashilkn a6f588c790 made a basic version of BottomActionBarWidget 2022-11-28 13:28:38 +05:30
Neeraj Gupta e421841f55
Handle done and cancel button 2022-11-27 09:55:10 +05:30
Neeraj Gupta b918039c7c
Add basic widgets for buttons on top of keyboard 2022-11-27 07:14:12 +05:30
Neeraj Gupta 6f386640d2
Merge branch 'master' into collaboration_view 2022-11-24 12:02:47 +05:30
ashilkn 25195e369c make toggleValue nullable 2022-11-23 11:23:37 +05:30
Neeraj Gupta ef306d5925
Minor fix 2022-11-23 08:59:17 +05:30
Neeraj Gupta 9885cd9636
Minor fix 2022-11-23 07:33:13 +05:30
Neeraj Gupta 3546b5ef33
MenuItem: Allow passing custom leadingIcon 2022-11-22 09:30:12 +05:30
Neeraj Gupta ef6ab0b54c
minor ui fixes 2022-11-21 16:09:14 +05:30
Neeraj Gupta 694a23126c
Highlight expired links as warning 2022-11-21 14:50:51 +05:30
Neeraj Gupta 9aa3b222a9
UI: Redesign manage links page 2022-11-20 15:44:45 +05:30
Neeraj Gupta 443762c129
Add componenet for MenuSectionTitle 2022-11-20 10:01:45 +05:30
ashilkn bb66f60829 remove listeners properly 2022-11-18 18:27:39 +05:30
ashilkn 64591cf02c handled cases where toggle's onChanged returns an error 2022-11-16 19:10:15 +05:30
ashilkn abe868cbf8 remove use of future in value of ToggleSwitchWidget 2022-11-16 16:36:45 +05:30
ashilkn 8d32ce3dea use better typedef names 2022-11-16 09:20:33 +05:30
ashilkn 4555f5d79f use completer to fix bug on 2FA status change 2022-11-15 19:12:26 +05:30
ashilkn 02479a9955 add initial value property in ToggleSwitchWidget for setting the initial value of toggle 2022-11-15 15:46:15 +05:30
ashilkn bf0971f8ce made futures acceptable as value in ToggleSwitchWidget 2022-11-15 14:41:35 +05:30
ashilkn 6891dd4289 minor change to divider component 2022-11-08 15:31:47 +05:30
ashilkn 8e33c0fff9 change background color of file info 2022-11-08 14:57:39 +05:30
ashilkn a89fa3c11e corrected blurStroke colors 2022-11-08 14:50:30 +05:30
ashilkn 56c8bc1718 renamed InfoItemTextWidget to FileCaptionWidget and moved it out of components subfolder 2022-11-05 09:25:17 +05:30
ashilkn 921afb9a15 save caption on dismissing bottom sheet 2022-11-04 17:17:48 +05:30
ashilkn 358efb20b8 change caption on submit ('done' on keyboard) 2022-11-04 16:19:47 +05:30
ashilkn 9a16d0e822 UI interactions fixes + save on close & 'done' handlers 2022-11-04 14:53:04 +05:30
ashilkn c6f68ad5cb removed divider that comes after text field in file info 2022-11-04 11:12:54 +05:30
ashilkn 7f184681d2 added custom text counter for textField InfoItemWidget 2022-11-04 10:59:12 +05:30
ashilkn 3c1d68cd8d add textfield for caption in file info by creating InfoItemWidget 2022-11-03 16:25:39 +05:30
ashilkn b098208b38 misc changes in TitleBarWidget 2022-11-02 21:36:08 +05:30
ashilkn aba878a1fd used enum for IconButton types 2022-11-02 19:49:39 +05:30
ashilkn 9e39a75466 removed commented out code 2022-11-02 13:17:07 +05:30
ashilkn 0ef5a1c486 made divider component 2022-11-02 13:09:36 +05:30
ashilkn a748ab5eff changed padding of IconButtonWidget and layout changes where it is used 2022-11-01 18:08:09 +05:30
ashilkn 75de63e134 layout changes to ExpandableMenuItemWidget 2022-11-01 17:39:07 +05:30
ashilkn 8fb752f578 layout changes to MenuItemWidget and CaptionedTextWidget 2022-11-01 17:02:29 +05:30
ashilkn 3e715a6f3d minor size change for toggle switch 2022-11-01 16:27:48 +05:30
ashilkn 70cf65cc6b minor padding and size changes 2022-11-01 11:58:54 +05:30
ashilkn dd78c28444 avoid popping menuItem when state icon is visible and text is long 2022-11-01 09:49:39 +05:30
ashilkn 1b245a5021 show toggle feedback on short unsuccessful onchanged 2022-11-01 08:24:25 +05:30
ashilkn 8e1278c7e4 added debouncer to toggle status 2022-11-01 07:44:29 +05:30
ashilkn 01d5ed6be2 show check mark if toggle is successful 2022-10-31 18:40:01 +05:30
ashilkn 7f064b7a98 show EnteLoadingWidget when changes are being made internally on toggling switch 2022-10-29 18:42:35 +05:30
ashilkn e7c0b5fad6 minor layout change for ToggleSwitch 2022-10-29 16:12:34 +05:30
ashilkn a75bee5267 toggle ToggleSwitch before what in turn changes internally is changed 2022-10-29 15:24:50 +05:30
ashilkn c24bddd11b contain rebuilds upon changing ToggleSwitchWidget inside itself 2022-10-28 20:01:12 +05:30
ashilkn c766d30662 fallback to menuItemColor if pressedColor is null on pressed state on MenuItemWidget 2022-10-28 11:11:52 +05:30
ashilkn 9854994992 add option to disable gesture detector for MenuItemWidget 2022-10-28 11:09:11 +05:30
ashilkn 3956ef37ca created MenuSectionDescription component 2022-10-28 10:58:09 +05:30
ashilkn e5d2f8114d add option to remove top and/or bottom border radius of MenuItemWidget 2022-10-28 10:46:00 +05:30
ashilkn 4669d063fd added option to add custom colors to IconButtonWidget 2022-10-27 19:31:43 +05:30
ashilkn bd0c7624f0 used IconButtonWidget in TitleBarWidget 2022-10-27 19:29:02 +05:30
ashilkn 718bd09e29 used IconButtonWidget on NotificationWarningWidget 2022-10-27 19:19:30 +05:30
ashilkn ffd4d5f1fb used IconButtonWidget on HomeHeaderWidget 2022-10-27 18:21:48 +05:30
ashilkn 48b56d5dd7 bug fix 2022-10-27 17:36:56 +05:30
ashilkn 8275053999 added option to disable gestureDetector for iconButton 2022-10-27 17:06:10 +05:30
ashilkn bdf532ff09 show nothing if icon type is not specified in iconButton 2022-10-27 16:55:40 +05:30
ashilkn be1430d963 shorten animation duration of iconbutton 2022-10-27 16:37:39 +05:30
ashilkn c793e42f16 add pressed state for iconButton 2022-10-27 16:16:02 +05:30
ashilkn db31aedb2e made IconButton component 2022-10-27 12:44:52 +05:30
ashilkn bec4a99548 added option to disable flexible space 2022-10-27 11:50:38 +05:30
ashilkn 93c0c5940a used better identifier names 2022-10-27 11:15:57 +05:30
ashilkn aab989bc7e added white space on top of flexibleSpace's content to fill the space of toolbar 2022-10-26 20:04:24 +05:30
ashilkn 1364ef3e04 added visual density rule to follow for action widgets passed to TitleBarWidget 2022-10-26 18:51:23 +05:30
ashilkn cb810266bf handled text overflow for text in title bar 2022-10-26 12:21:54 +05:30
ashilkn 8e52ec9c53 add logic in TitleBarWidget when title is H3 without leading back button 2022-10-26 12:03:56 +05:30
ashilkn ff53ff79f7 added properties for titles and captions on TitleBarWidget 2022-10-26 11:18:43 +05:30
ashilkn 3ef9429169 made TitleBarTitle component 2022-10-26 11:12:01 +05:30
ashilkn b3881b30c4 added actionIcons property to TitleBarWidget 2022-10-25 19:27:05 +05:30
ashilkn 9ce6ed4125 made a basic version of TitleBarWidget 2022-10-25 14:33:11 +05:30
ashilkn e15157c3ac used a better variable name 2022-10-22 11:56:47 +05:30
ashilkn d666cd8381 fixed UI bug on theme change 2022-10-22 11:43:35 +05:30
ashilkn e750d4b804 added onCancel on menuItem for bug fix 2022-10-21 19:30:17 +05:30
ashilkn 82237bfd3e on pressed state for menuItem widget 2022-10-21 19:07:57 +05:30
Neeraj Gupta 4921c3e013
Merge pull request #587 from ente-io/verify_key_changes
Change copy for recovery key verification
2022-10-20 15:30:44 +05:30
Neeraj Gupta a0aa5cf387
Change copy for recovery key verification 2022-10-20 15:25:11 +05:30
Neeraj Gupta c31ca0bd41
Refactor sectionTitle and define brand textStyle instead of widget 2022-10-19 20:57:40 +05:30
Neeraj Gupta 70a3193471
Fix potential typo 2022-10-19 13:47:34 +05:30
Neeraj Gupta 0e42cf0b24
Fix build for older dart version 2022-10-19 13:45:31 +05:30
vishnukvmd 97a1f4ec2d Update background color for settings item on light mode 2022-10-15 17:23:12 +05:30
ashilkn 5c6401778d reduce the elevation of expanded menuItem 2022-10-15 17:01:34 +05:30
ashilkn bc5377d748 fire openedSettings event on opening settings from hamburger icon 2022-10-14 16:39:48 +05:30
ashilkn 6e2226380a change bg color of expandable menu item on expansion 2022-10-13 17:55:21 +05:30
ashilkn 5ddf29aae1 add 4pts extra padding for home header on devices with no notch 2022-10-13 16:51:26 +05:30
ashilkn 697d2b9750 add settings to drawer and open on clicking hamburger icon 2022-10-12 10:56:49 +05:30
ashilkn cc8e035ac9 minor changes 2022-10-12 09:21:29 +05:30
ashilkn d4c12fdfd1 Fade animation between center widgets of HomeHeaderWidget 2022-10-11 18:40:47 +05:30
ashilkn d95a60a40a made HomeHeaderWidget component 2022-10-11 11:08:16 +05:30
ashilkn 53413c0b14 made BrandTitle component 2022-10-11 08:30:57 +05:30
ashilkn 08f81bab17 partially implement auto scroll on expand 2022-10-10 17:54:09 +05:30
ashilkn 623be0d1aa add missing bottom spacing for account section in settings 2022-10-10 17:11:39 +05:30
ashilkn c79bb728d9 added animation to trailing icon of menuItemWidget 2022-10-07 13:34:27 +05:30
ashilkn 0e983806a5 removed bottom border radius of MenuItemWidget when expanded 2022-10-07 12:09:39 +05:30
ashilkn 89ef58c2b1 misc. changes 2022-10-07 10:26:29 +05:30
ashilkn 5af7d40180 use ToggleSwitchWidget for switches 2022-10-05 21:27:41 +05:30
ashilkn fa46328b34 minor changes 2022-10-05 19:44:28 +05:30
ashilkn a86e045243 changed to a better variable name 2022-10-05 19:27:32 +05:30
ashilkn 659068e2db add background color + border radius for expanded menu item 2022-10-05 17:33:12 +05:30
ashilkn a788268b8e made component for expandable menu items 2022-10-05 17:18:56 +05:30
ashilkn 47c8a430d4 used MenuItemWidget for Support's selectionOptions 2022-10-05 11:07:09 +05:30