Commit graph

4823 commits

Author SHA1 Message Date
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
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 6148243157 Add flag to getEnteColorScheme and getEnteTextTheme to get the opposite theme's colors and styles 2022-12-07 19:05:59 +05:30
ashilkn a56e36a263 Made a basic version of LargeButton component 2022-12-07 15:33:53 +05:30
ashilkn 7a39b8ba56 Created a basic version of DeleteItemsWidget 2022-12-06 20:38:04 +05:30
ashilkn 6b5ef752b5 Merge branch 'master' into redesign-with-components 2022-12-06 15:27:27 +05:30
Neeraj Gupta 65b9ed09cc
remove commented out code 2022-12-06 14:23:13 +05:30
Neeraj Gupta 3f4a233a7f
tweak copy 2022-12-06 14:21:32 +05:30
Neeraj Gupta 67ef2bfad4
Merge branch 'master' into password_prompt 2022-12-06 14:14:21 +05:30
Neeraj Gupta ca1eab1f89
Merge pull request #680 from ente-io/fix_date_time
Fix incorrect date parsing from filename
2022-12-06 14:06:13 +05:30
vishnukvmd 34746a9712 Always fetch user specific plans 2022-12-06 13:58:52 +05:30
Neeraj Gupta 39ade36e6b
DateTimeParseing: Avoid potential incorrect parsing results 2022-12-06 13:50:24 +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 2a686f4372 explicitly downcast as dart versions >= 2.9 doesn't support implicit downcasts 2022-12-01 20:04:03 +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 4dac9271cc Merge branch 'master' into redesign-with-components 2022-12-01 09:01:49 +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 f1c8642a0b
Remove unused method 2022-11-27 11:41:07 +05:30
Neeraj Gupta 606bd81555
minor fix 2022-11-27 10:02:00 +05:30
Neeraj Gupta e421841f55
Handle done and cancel button 2022-11-27 09:55:10 +05:30