Commit graph

101 commits

Author SHA1 Message Date
ashilkn c59c38dc29 Minor change 2023-01-09 11:11:46 +05:30
ashilkn c29ad7c845 Merge branch 'main' into replace-choice-dialogs-2 2023-01-09 11:09:29 +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
ashilkn 54b8e5bae5 Changed context paramter in showNewChoiceDialog from required named parameter to required positional parameter 2023-01-07 18:46:59 +05:30
ashilkn 78f8825f19 Replaced 'Invalid key' dialog with the new one which comes on recovery key verification 2023-01-07 18:28:04 +05:30
Neeraj Gupta 774136137a
Lint: dart fmt, remove empty lines on top 2023-01-07 18:15:15 +05:30
ashilkn b7610e4508 Replaced 'Incorrect password' dialog with the new one 2023-01-07 10:45:43 +05:30
ashilkn 92e4d14540 Replaced 'Recreate password' dialog with the new one 2023-01-07 10:31:04 +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 af9641a06d
Merge branch 'push_null_safety' into migrate_services_2 2022-12-30 15:34:05 +05:30
Neeraj Gupta fbb17c5fcc
NullSafety: More migration and fixes 2022-12-30 15:33:50 +05:30
Neeraj Gupta 0a84f06b5a
NullSafety: More migration and fixes 2022-12-30 15:14:52 +05:30
ashilkn 0301f2a797 Moved all dialog util functions to dialog_util.dart 2022-12-30 08:03:03 +05:30
ashilkn b23f8f06fe Replaced errorDialogs with new errorDialogs 2022-12-29 09:59:01 +05:30
ashilkn 33195db703 Left aligned recovery key screen heading 2022-12-28 18:39:23 +05:30
ashilkn 255750ac8b Remove back button from onBoarding recovery key page 2022-12-28 18:28:25 +05:30
Neeraj Gupta 94d5bd6819
NullSafety: Migrate Two factor widgets 2022-12-28 12:00:48 +05:30
Neeraj Gupta 8cc7b36931
NullSafety: Migrate SessionsPage 2022-12-28 10:22:25 +05:30
Neeraj Gupta c302d6585b
Merge branch 'main' into null_safety_1 2022-12-27 23:13:17 +05:30
Neeraj Gupta b8aabd361c
NullSafety: Migrate change-email dialog 2022-12-27 17:59:42 +05:30
ashilkn 4ea6a9a22b Used better variable names and comments 2022-12-27 13:37:10 +05:30
ashilkn 2292544d5d Changed text color of 'Delete account' screen 2022-12-27 12:51:52 +05:30
ashilkn fffbaac4b4 Used ButtonWidget for buttons in 'Delete account' screen 2022-12-27 12:44:25 +05:30
ashilkn 7f126810fb Replaced feedback dialog with the new one 2022-12-26 19:14:48 +05:30
ashilkn 684b0fe480 Removed toast after deleting account 2022-12-26 17:48:54 +05:30
ashilkn 71c2b50fe3 Made 'Delete Account' dialog critical 2022-12-26 17:36:53 +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
Neeraj Gupta 173a3bcd07
Replace happy case toasts with shortToast 2022-12-26 10:44:36 +05:30
ashilkn 2e6bd52bdc Handled error on deleting account 2022-12-22 19:08:39 +05:30
ashilkn 417aedcea7 Replaced 'Delete account' dialog with new one 2022-12-22 16:41:40 +05:30
ashilkn 7f486373cd Removed unwanted sized box which was responsible for a UI bug 2022-12-20 09:54:05 +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 4b93930399
Copy change 2022-12-16 16:50:32 +05:30
ashilkn 7ca534978e Check if completer is already completed 2022-12-14 17:28:57 +05:30
ashilkn 63d7c10f76 Fixed Toggle Switch bug when exiting the 2fa set up page without setting up 2fa 2022-12-14 15:06:56 +05:30
ashilkn 4555f5d79f use completer to fix bug on 2FA status change 2022-11-15 19:12:26 +05:30
Vishnu Mohandas 73e49b84f5
Merge pull request #638 from ente-io/fix_case
Fix more cases
2022-11-13 13:53:18 +05:30
vishnukvmd d8c3e1cd31 Fix more cases 2022-11-13 13:37:06 +05:30
Vishnu Mohandas 0860a2d8bf
Merge pull request #637 from ente-io/fix_case
Fix case
2022-11-13 13:33:24 +05:30
vishnukvmd c237040620 Fix case 2022-11-13 13:26:59 +05:30
Neeraj Gupta 943c5edfb6
Add lint rule to warn for unawaited futures 2022-11-06 15:46:14 +05:30
Neeraj Gupta 19cc54f422
Fix lint issues 2022-11-06 13:52:54 +05:30
Neeraj Gupta a0aa5cf387
Change copy for recovery key verification 2022-10-20 15:25:11 +05:30
Neeraj Gupta 6b3d756648
Remove unused code 2022-10-14 22:34:20 +05:30
Neeraj Gupta 9a23700573
[Design] Introduce EnteTheme 2022-09-23 14:34:15 +05:30