Commit graph

57 commits

Author SHA1 Message Date
bc6b08d621 fix(ui): Add background for dialogue pop ups and move them to root navigator 2023-07-10 09:39:57 -03:00
Inex Code
931da1443d refactor(ui): Delete BrandCards 2023-04-05 13:38:07 +03:00
Inex Code
a9d7a27e9d refactor(ui): Update recovery flow to use new support drawer 2023-04-05 13:38:07 +03:00
Inex Code
d242f5141e refactor(ui): Remove brand alert dialogs and bottom sheet 2023-04-05 13:38:07 +03:00
Inex Code
f5313a8148 chore: New lints 2023-04-05 13:38:07 +03:00
Inex Code
f0f1e8cacc refactor(ui): Get rid of BrandText and restructure the buttons 2023-04-05 13:38:07 +03:00
Inex Code
c18191f639 feat: Add jobs button to the app bar of HeroScreen 2023-04-05 13:38:07 +03:00
Inex Code
af7196d84b refactor(router): Migrate to AutoRouter v6 2023-04-05 13:38:07 +03:00
Inex Code
3366585d76 fix(router): PopUpDialogs couldn't find the context. 2023-04-05 13:38:07 +03:00
Inex Code
ee9b8a4e31 refactor(router): Move more pages to new router 2023-04-05 13:38:07 +03:00
inexcode
423efeeb20 feat: Introduce new router and adaptive layouts 2023-04-05 13:38:07 +03:00
aa3dee585b chore(dart): Fix warnings that appeared at Dart 2.18 SDK 2022-10-26 20:26:09 +04:00
f4e588c435 fix(user): Replace cubit context read with state variable on login page 2022-10-08 19:22:08 +00:00
c4f3b76414 fix(validations): Make validations and errors text more specific 2022-10-08 16:41:19 +00:00
d36c8e987d Completely refactor language asset files 2022-10-04 02:32:35 +03:00
Inex Code
900e07f364 Implement user password reset 2022-09-18 23:25:26 +03:00
Inex Code
5ca4ee27e3 Introduce ListTileOnSurfaceVariant and refactor TextDetails on server details screen. 2022-09-18 16:24:17 +03:00
Inex Code
0c31e7697c Refactor cards, move server details screen from modal to screen, move storage card to server screen. 2022-09-15 19:57:26 +03:00
Inex Code
34837d8e29 Introducing InfoBox widget, small UI fixes 2022-09-14 19:45:50 +03:00
inexcode
da63ce45c8 Simplify root SSH keys page 2022-09-08 18:39:49 +03:00
inexcode
981b9865cd Fix users not changing SSH keys and remove SSH keys screen 2022-09-08 18:13:18 +03:00
inexcode
979e8ee37a New user screen UI 2022-09-05 16:12:00 +04:00
inexcode
5f58022d42 Update user list screen to properly support newer cubit logic 2022-09-05 14:51:01 +04:00
503c8d37ea Implement server jobs cubit 2022-08-30 06:09:09 +03:00
7bbdaf2ebe Last changes on storage pages and job backend logic 2022-08-24 08:35:49 +03:00
Inex Code
18d0c2c40f Bug fixes and linting 2022-06-10 00:13:06 +03:00
2ac8e4366b Linting!
Co-authored-by: Inex Code <inex.code@selfprivacy.org>
2022-06-06 01:40:34 +03:00
Inex Code
8ec3b8c3e3 Finish recovery key screen 2022-05-31 02:06:08 +03:00
1db8e9556e Fix UI colors and such :)
Co-authored-by: Inex Code <inex.code@selfprivacy.org>
2022-05-30 19:55:09 +03:00
Inex Code
b60fb19ecc some ui fixes 2022-05-30 16:49:42 +03:00
Inex Code
14acfdec6b Linting 2022-05-24 21:55:39 +03:00
0d0a3a4fee Refactor App Config Cubit infrastrucute
Co-authored-by: Inex Code <inex.code@selfprivacy.org>
2022-05-17 16:31:34 +03:00
129c1bb4c6 Refactor infrastructure
Co-authored-by: Inex Code <inex.code@selfprivacy.org>
2022-05-14 05:54:40 +03:00
4c7cf05578 Refactor FieldCubit creation for user forms
Move all cubit fields to a special factory which encapsulates all logic related to their default properties, which leaves possibility for future dependency inversion on that factory or future factories of other cubit fields (in case we will have to replace it with other implementations).
2022-05-04 19:58:47 +03:00
Inex Code
85235a2e7c Add SSH key adding and deleting 2022-03-23 17:07:52 +03:00
inexcode
d240e493b1 Add user synchronization and SSH keys screen 2022-03-03 20:38:30 +03:00
inexcode
e925a1897a Fix some typos 2022-02-16 10:28:29 +03:00
Inex Code
85a27e8ee2 Add more instructions to UI 2021-12-23 13:52:12 +00:00
Inex Code
4ca873e794 Add user deletion (for real) 2021-12-20 15:25:31 +00:00
Kherel
139843dee8 fix 2021-10-13 23:49:24 +02:00
Kherel
eac9078fad fix 2021-10-11 23:10:04 +02:00
Kherel
2c4d0ea7d1 fix 2021-09-29 20:28:47 +02:00
kherel
3e7d003f21 service-states (#65)
Co-authored-by: Kherel <kherel@gmail.com>
Reviewed-on: https://git.selfprivacy.org/kherel/selfprivacy.org.app/pulls/65
Co-authored-by: kherel <kherel@gmail.com>
Co-committed-by: kherel <kherel@gmail.com>
2021-09-29 16:08:19 +03:00
Kherel
26607251d9 update 2021-08-29 17:02:51 +02:00
Kherel
3a5353dbf4 add validation 2021-07-29 11:34:26 +02:00
Kherel Kechil
f53ad044c1 finish 2021-07-29 07:24:42 +02:00
Kherel
21611e63c7 commit 2021-06-20 23:08:52 +02:00
Kherel
d3f494adeb update 2021-05-25 23:53:54 +02:00
Kherel
804147b8d6 update 2021-03-26 14:38:39 +01:00
Kherel
ab2893a075 update 2021-03-18 01:55:38 +01:00