Ammar Ahmed
|
306d96afcd
|
mobile: minor ui fixes
|
2026-07-23 08:49:52 +05:00 |
|
Ammar Ahmed
|
06b15d83da
|
mobile: support dark/light mode on paywall logos
|
2026-07-23 08:49:52 +05:00 |
|
Ammar Ahmed
|
4aaf8c5153
|
mobile: show setup account screen after signup
|
2026-07-23 08:49:52 +05:00 |
|
Ammar Ahmed
|
0cf67f9f2e
|
mobile: fix pin input recovery code
|
2026-07-23 08:49:52 +05:00 |
|
Ammar Ahmed
|
643cbde114
|
mobile: fix two-factor ui
|
2026-07-23 08:49:52 +05:00 |
|
Ammar Ahmed
|
fdb5f3b035
|
mobile: fix button and text alignment in compare plans screen
|
2026-07-23 08:49:43 +05:00 |
|
Ammar Ahmed
|
93ececf3e6
|
mobile: fix login allowed without entering password field
|
2026-07-23 08:49:43 +05:00 |
|
Ammar Ahmed
|
e01605d85e
|
mobile: fix Login screen text capitalization and eye icon mismatch with design
|
2026-07-23 08:49:43 +05:00 |
|
Ammar Ahmed
|
d7a3ee12e7
|
mobile: fix Resend code button not working on 2FA screen
|
2026-07-23 08:49:43 +05:00 |
|
Ammar Ahmed
|
f441630a19
|
mobile: update intl strings
|
2026-07-23 08:49:43 +05:00 |
|
Ammar Ahmed
|
b354ce2b84
|
common: match feature titles with design
|
2026-07-23 08:49:43 +05:00 |
|
Ammar Ahmed
|
beb68e12d7
|
mobile: fix Extra punctuation in “Setting up your account” screen text
|
2026-07-23 08:49:43 +05:00 |
|
Ammar Ahmed
|
0c04bf7361
|
mobile: hide progress pills in setting up your account if flow is not introductory
|
2026-07-23 08:49:43 +05:00 |
|
Ammar Ahmed
|
3f43884bb6
|
mobile: fix wording if user already has an account
|
2026-07-23 08:49:43 +05:00 |
|
Ammar Ahmed
|
e895b64bee
|
mobile: fix signup input secure entry icon
|
2026-07-23 08:49:43 +05:00 |
|
Ammar Ahmed
|
afc8b9f5f7
|
mobile: fix text capitalization
|
2026-07-23 08:49:43 +05:00 |
|
Ammar Ahmed
|
a412628a38
|
mobile: fix colors in signup
|
2026-07-23 08:49:22 +05:00 |
|
Ammar Ahmed
|
34db985c2f
|
mobile: fix signup footer text and position
|
2026-07-23 08:49:22 +05:00 |
|
Ammar Ahmed
|
d8459655cb
|
mobile: fix illustration colors
|
2026-07-23 08:49:22 +05:00 |
|
Ammar Ahmed
|
7eb532f9d3
|
mobile: fix errors
|
2026-07-23 08:49:22 +05:00 |
|
Ammar Ahmed
|
ce69863ed9
|
mobile: update ui
|
2026-07-23 08:49:22 +05:00 |
|
Ammar Ahmed
|
17d00a15a7
|
mobile: update form input styles
|
2026-07-23 08:49:22 +05:00 |
|
Ammar Ahmed
|
6d23262f00
|
mobile: updated colors
|
2026-07-23 08:49:22 +05:00 |
|
Ammar Ahmed
|
650e363dfc
|
theme: add new variant & colors
|
2026-07-23 08:49:22 +05:00 |
|
Ammar Ahmed
|
36662723f7
|
mobile: update svg logos in paywall
|
2026-07-23 08:49:22 +05:00 |
|
Ammar Ahmed
|
bf6edb95e9
|
mobile: enable repack commands
|
2026-07-23 08:49:22 +05:00 |
|
Ammar Ahmed
|
a1d499e7ec
|
mobile: fix ts errors
|
2026-07-23 08:49:22 +05:00 |
|
Ammar Ahmed
|
0b683e9e82
|
mobile: cleanup
|
2026-07-23 08:49:22 +05:00 |
|
Ammar Ahmed
|
9b7dfcb4f0
|
mobile: update ui
|
2026-07-23 08:49:22 +05:00 |
|
Ammar Ahmed
|
c44b02671e
|
mobile: update ui for paywall flow
|
2026-07-23 08:49:10 +05:00 |
|
Ammar Ahmed
|
e9711fd385
|
mobile: update ui for auth screens
|
2026-07-23 08:48:39 +05:00 |
|
Ammar Ahmed
|
d9127df1a3
|
mobile: update onboarding screen ui
|
2026-07-23 08:48:39 +05:00 |
|
Ammar Ahmed
|
e3c3bd3c9c
|
mobile: add style guide baseline
|
2026-07-23 08:48:01 +05:00 |
|
Ammar Ahmed
|
774d612bf2
|
misc: cleanup
|
2026-07-07 09:50:36 +05:00 |
|
Abdullah Atta
|
54dcbd9be6
|
web: bump importer to 2.4.5
|
2026-06-30 09:42:42 +05:00 |
|
Abdullah Atta
|
d26c99c487
|
web: continue importing if an error occurs but highlight the error clearly
|
2026-06-30 09:42:42 +05:00 |
|
01zulfi
|
0922d9d833
|
web: support colornote importer (#9985)
* docs: add import from colornote page
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
* web: add support for colornote importer
* add colornote password input field
* add support for importing reminders
* fix archived notes import
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
* docs: update import from colornote page
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
* web: use PromptDialog instead of field in colornote importer's password option
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
* docs: code review suggestion
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
* intl: update strings
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
---------
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
|
2026-06-30 09:42:42 +05:00 |
|
01zulfi
|
0cdeee80fa
|
docs: add import from upnote page (#9272)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
|
2026-06-30 09:42:42 +05:00 |
|
Abdullah Atta
|
936b6cb4aa
|
Merge branch 'master' into beta
|
2026-06-23 08:34:57 +05:00 |
|
Abdullah Atta
|
f9f974c9f0
|
Merge pull request #9429 from streetwriters/web/fix-vault-deletion-for-not-logged-in-user
web: don't ask for account password for vault deletion for not logged in users
|
2026-06-19 08:46:18 +05:00 |
|
01zulfi
|
e3816234ff
|
monograph: show error message for empty password on unlock (#9927)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
|
2026-06-18 14:17:33 +05:00 |
|
01zulfi
|
8b36ae6dee
|
core: fix "table already exists" error in migrations (#9987)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
|
2026-06-18 09:45:22 +05:00 |
|
Abdullah Atta
|
0bd030dc78
|
Merge pull request #9984 from streetwriters/fix/disable-ignore-edit-save
Editor transactions with `ignoreEdit` will no longer trigger save
|
2026-06-18 09:17:32 +05:00 |
|
Ammar Ahmed
|
63eb42eb9e
|
mobile: disable save when ignoreEdit is true
|
2026-06-18 08:40:52 +05:00 |
|
Abdullah Atta
|
eb75df360f
|
web: editor transactions with ignoreEdit will no longer trigger save
|
2026-06-17 21:44:34 +05:00 |
|
Ammar Ahmed
|
89f3a7945b
|
mobile: update styling for checkbox
|
2026-06-17 09:21:05 +05:00 |
|
Ammar Ahmed
|
7af1387691
|
mobile: fix delete all notes check truncated
|
2026-06-17 09:18:21 +05:00 |
|
Ammar Ahmed
|
1d292d740c
|
mobile: fix vault asks for fingerprint permission on creating vault
|
2026-06-17 09:03:20 +05:00 |
|
Ammar Ahmed
|
4f884a8411
|
mobile: do not ask for password on vault deletion if user not logged in
|
2026-06-17 09:03:19 +05:00 |
|
01zulfi
|
3122e8a379
|
web: don't ask for account password for vault deletion for not logged in users
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
|
2026-06-17 09:02:30 +05:00 |
|