Commit graph

145 commits

Author SHA1 Message Date
ashilkn c2da85e7f0 Merge branch 'main' into picker 2023-02-03 15:40:37 +05:30
ashilkn bd34571513 Rename constant 2023-02-03 15:39:33 +05:30
ashilkn 09e8dfd64d Moved picker pages related to sharing to a 'pickers' subfolder 2023-02-03 15:38:04 +05:30
ashilkn f078abc2d6 Removed old code 2023-02-03 13:49:50 +05:30
ashilkn bff5d91a3d Do not show excution states for custom link expiry 2023-02-03 13:03:27 +05:30
ashilkn e49d22d2a5 Created new picker for setting link's expiry 2023-02-03 12:27:48 +05:30
ashilkn 798745886c Removed old code 2023-02-03 11:22:50 +05:30
Neeraj Gupta 820461919c
Use black avatar color for collect photos 2023-02-03 06:05:40 +05:30
ashilkn 644fc94bc4 Renamed PickerWidget to DeviceLimitPickerPage 2023-02-02 20:48:47 +05:30
ashilkn 87a42f96fe Reload manage link screen on popping device limit screen 2023-02-02 18:45:32 +05:30
ashilkn 9bdeffae3e Created new picker for setting link's device limit 2023-02-02 17:29:55 +05:30
Neeraj Gupta 77eeaa4c06
Merge branch 'main' into fix_radius 2023-02-02 09:09:37 +05:30
Neeraj Gupta a11a86895a
Use 8 as border radius for multiple meneItems list 2023-02-02 07:56:41 +05:30
Neeraj Gupta 00bf2c4c6d
Fix radius for menuItem border 2023-02-01 19:49:16 +05:30
ashilkn 832f044ccb Refactor code related to changing from collaborator to viewer 2023-02-01 17:50:24 +05:30
ashilkn 1414c2f05b Resolved merge conflicts 2023-02-01 15:30:34 +05:30
ashilkn b5202f4880 Show loading states within MenuItemWidget 2023-02-01 14:01:24 +05:30
Neeraj Gupta 8d96247b05
Update copy 2023-01-31 23:25:35 +05:30
Neeraj Gupta 8fc2224f62
Add confirmation dialog for change permission 2023-01-31 23:16:54 +05:30
Neeraj Gupta bab9a0ea3e
Refactor addEmailToCollection 2023-01-31 22:55:16 +05:30
Neeraj Gupta 66e15ec3a1
Fix: Removed pressed state color 2023-01-31 21:10:49 +05:30
Neeraj Gupta ee7f8c07d3
Fixed pressedColor for various menu items 2023-01-31 20:55:20 +05:30
Neeraj Gupta 59cd4fe019
Show collect photos in separate section 2023-01-31 20:48:05 +05:30
ashilkn 2d9d8ca102 Refactored MenuItemWidget 2023-01-31 17:51:57 +05:30
Neeraj Gupta 6c7ca791ba
Update remove from album dialog 2023-01-31 16:41:20 +05:30
Neeraj Gupta 3c74169ca1
Update copy 2023-01-31 13:54:38 +05:30
Neeraj Gupta 041432461f
Add option to hide progress dialog 2023-01-31 06:34:03 +05:30
Neeraj Gupta f4ee46760a
Switch to ButtonWidget component 2023-01-31 06:33:19 +05:30
Neeraj Gupta dbffa7cd8b
Sort album participants list 2023-01-30 23:59:25 +05:30
Neeraj Gupta b39575d71c
Modify add viewer/collaborator UX 2023-01-30 23:15:26 +05:30
Neeraj Gupta 9014d5c5a5
Sharing: Add collect photos option 2023-01-30 21:09:40 +05:30
Neeraj Gupta 009c23c62a
Refactor: Separate method to enable or disable url 2023-01-30 20:49:35 +05:30
Neeraj Gupta 36466b0797
Filter email list 2023-01-28 23:54:20 +05:30
Neeraj Gupta 8ac5abd158
Enable collaboration 2023-01-28 10:50:14 +05:30
Neeraj Gupta ba7475db01
Potential fix for null pointer err 2023-01-25 16:32:08 +05:30
ashilkn 211e1e67d9 Removed unwanted dialog 2023-01-10 12:19:36 +05:30
Neeraj Gupta f8d3b9a919
Merge pull request #787 from ente-io/lint_cleanup
Chore: Lint fixes and formatting changes
2023-01-09 10:51:13 +05:30
Neeraj Gupta ef727305b8
Fix: Set value to never 2023-01-09 09:35:36 +05:30
Neeraj Gupta 51dff4743d
Lint: remove unused method 2023-01-07 17:46:31 +05:30
Neeraj Gupta d917884079
Lint: Add missing trailing commas 2023-01-07 17:44:45 +05:30
Neeraj Gupta c502b26246
Fix link expiry selection ui 2023-01-07 16:26:08 +05:30
Neeraj Gupta ec40540486
Link expirary: Fix UI issue in custom time option 2023-01-05 14:12:34 +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
Neeraj Gupta 187796f1f2
Merge branch 'migrate_services' into migrate_services_2 2022-12-30 15:59:59 +05:30
Neeraj Gupta 3549ef2695
Merge branch 'main' into db_and_services 2022-12-30 15:58:25 +05:30
Neeraj Gupta 0a84f06b5a
NullSafety: More migration and fixes 2022-12-30 15:14:52 +05:30
Neeraj Gupta 5cbb74568e
Apply link suggestions 2022-12-30 08:59:48 +05:30
ashilkn 0301f2a797 Moved all dialog util functions to dialog_util.dart 2022-12-30 08:03:03 +05:30
Neeraj Gupta 570d0120c2
NullSafety: Migrate more Ui widgets 2022-12-27 17:55:24 +05:30