Commit Graph

1184 Commits

Author SHA1 Message Date
Antonella Sgarlatta
dd014c8508 fix: Fixes issue where accessing a note from the command palette when not on the home list view causes view to switch to a different note when syncing (#2972) 2026-01-26 15:24:26 -03:00
Antonella Sgarlatta
0a5cd13a96 fix: Fixes Cancel button not working on Super export modal (#2968) [skip e2e] 2026-01-08 13:36:30 -03:00
Antonella Sgarlatta
308b98db3d fix: Fixes wrong header for session note history when offline (#2967) 2026-01-08 13:36:09 -03:00
Antonella Sgarlatta
895353ca7b fix: Fixes bottom note being hidden behind nav bar on Android (#2966) 2026-01-05 13:49:19 -03:00
Antonella Sgarlatta
844b7a7a2b fix: Shows informative error on UI when file upload limit is reached (#2961) 2025-12-18 09:49:27 -03:00
Antonella Sgarlatta
26735b5e7a fix: Fix confirmation dialog title for permanently deleting files (#2960) 2025-12-03 11:38:13 -03:00
Antonella Sgarlatta
3190a27831 fix: Use regular debouncing for tab indentations (#2959) [skip e2e] 2025-11-20 21:32:46 -03:00
Antonella Sgarlatta
47bb5facf2 chore: increment editor debounce rate (#2958) [skip e2e] 2025-11-07 11:32:31 -03:00
Antonella Sgarlatta
531cc70667 feat: Show warning modal when Merge local data option is unchecked (#2953) [skip e2e]
* feat: Show warning modal when Merge local data option is unchecked

* keep checkbox available when using recovery sign in
2025-11-04 09:51:09 -03:00
Antonella Sgarlatta
11e36e1d4c fix: Fixes rendering of non-Latin alphabet characters in PDF export (#2956) [skip e2e]
* fix: Fixes rendering of non-Latin alphabet characters in PDF export (#2948)

* fix: Fixes rendering of non-Latin alphabet characters in PDF export

* chore: self-host font files

* chore: add fonts license

* fix: use assets base URL instead of bundling fonts with app

* chore: delete unused assets folder

* fix: remove inexistent family fonts

* chore: only use custom fonts if they can be fetched

* chore: fix pdf fonts fetching for local development (#2950) [skip e2e]

* chore: fix custom fonts logic
2025-11-04 09:49:54 -03:00
Antonella Sgarlatta
d9cf9f758c Revert "fix: Fixes rendering of non-Latin alphabet characters in PDF export (#2948)" [skip e2e]
This reverts commit 4c1896208f.
2025-10-28 16:24:21 -03:00
Antonella Sgarlatta
0645f78d78 chore: fix pdf fonts fetching for local development (#2950) [skip e2e] 2025-10-28 14:24:43 -03:00
Antonella Sgarlatta
4c1896208f fix: Fixes rendering of non-Latin alphabet characters in PDF export (#2948)
* fix: Fixes rendering of non-Latin alphabet characters in PDF export

* chore: self-host font files

* chore: add fonts license

* fix: use assets base URL instead of bundling fonts with app

* chore: delete unused assets folder

* fix: remove inexistent family fonts
2025-10-28 14:24:24 -03:00
Antonella Sgarlatta
4956122b92 Revert "fix: Fixes rendering of non-Latin alphabet characters in PDF export (#2948)"
This reverts commit 8af986a0b1.
2025-10-27 22:10:45 -03:00
Antonella Sgarlatta
e35ee74616 Revert "chore: fix pdf fonts fetching for local development (#2950) [skip e2e]"
This reverts commit 6efa5f4522.
2025-10-27 22:10:35 -03:00
Antonella Sgarlatta
6efa5f4522 chore: fix pdf fonts fetching for local development (#2950) [skip e2e] 2025-10-27 20:33:27 -03:00
Antonella Sgarlatta
9d79bbfeb0 fix: Fixes dividers not rendered in Super PDF exports (#2949) 2025-10-27 19:59:41 -03:00
Antonella Sgarlatta
8af986a0b1 fix: Fixes rendering of non-Latin alphabet characters in PDF export (#2948)
* fix: Fixes rendering of non-Latin alphabet characters in PDF export

* chore: self-host font files

* chore: add fonts license

* fix: use assets base URL instead of bundling fonts with app

* chore: delete unused assets folder

* fix: remove inexistent family fonts
2025-10-27 19:59:20 -03:00
Antonella Sgarlatta
bc7c792570 fix: Fixes pasting from Google Docs always uses bold font (#2941) 2025-10-13 10:05:56 -03:00
Antonella Sgarlatta
f2e4763aa5 chore: temporarily revert pdf export fix [skip e2e] 2025-09-29 12:43:38 -03:00
Antonella Sgarlatta
6b408a670d fix: Fixes rendering of non-Latin alphabet characters in PDF export (#2937)
* fix: Fixes rendering of non-Latin alphabet characters in PDF export

* chore: self-host font files

* chore: add fonts license
2025-09-29 10:53:52 -03:00
Antonella Sgarlatta
0055696c35 fix: Fixes Use recovery code option being shown on account creation (#2939) 2025-09-29 10:53:08 -03:00
Antonella Sgarlatta
f7b07c1e06 chore: remove log 2025-09-26 10:29:00 -03:00
Aman Harwara
efba7c682d feat: Added command palette for quick actions and switching between items (#2933) [skip e2e]
* wip: command palette

* use code instead of key

* show recent items above commands

* refactor

* fix command

* add placeholder

* Tab/Shift-Tab to switch tabs

* Fix test

* Add menu item to general account menu

* if shortcut_id is available, use that as the id

* make toggle fn more stable

* small naming changes

* fix name

* Close open modals and popovers when opening command palette

* use stable ids + make sure selectedNotesCount only changes when the count actually changes

* display all commands, even ones in recents list
2025-09-25 10:06:09 -03:00
Antonella Sgarlatta
54ddd37052 feat: Improves Add Tag dropdown UI (#2936)
* feat: Improves Add Tag dropdown UI

* chore: change string color

* chore: render title prefix conditionally

* chore: cast to boolean
2025-09-23 14:54:03 -03:00
Aman Harwara
be64dcba83 chore(super notes): prevent keyboard from being shown when toggling checklist item and increase checkbox size on mobile (#2934) 2025-09-13 18:43:51 +05:30
Aman Harwara
c964740d2b chore: fix search bar focus handling (#2932) 2025-09-02 18:11:52 +05:30
Antonella Sgarlatta
54af28aa04 chore: Add serverPassword param to endpoints (#2919) [skip e2e]
* chore: send server password param to delete account endpoint

* chore: send server password param to disable mfa endpoint

* chore: modify tests

* chore: force challenge prompt for mfa disable

* chore: fix eslint errors

* chore: add server passsword to get recovery codes

* chore: fix tests

* chore: pass server password as header
2025-08-26 09:04:03 -03:00
Antonella Sgarlatta
d135e09bda fix: Fixes Share note option not working on Android for note titles with special characters (#2928) 2025-08-11 14:24:28 -03:00
Antonella Sgarlatta
f284111a0c chore: remove folders migration prompt (#2927)
* chore: remove folders migration prompt

* chore: remove unused imports
2025-08-08 10:13:37 -03:00
Antonella Sgarlatta
010864881d fix: Fixes Back and Navigation buttons not working on mobile view when panels explicitly collapsed (#2926) 2025-08-05 10:31:48 -03:00
Antonella Sgarlatta
ff80775cd6 fix: Prevents quick type suggestions on iOS for password input 2025-07-31 14:24:27 -03:00
Antonella Sgarlatta
87cf17d02f Merge pull request #2921 from standardnotes/fix/disable-quick-type-suggestions-password-field
fix: disable quick type suggestions for password field
2025-07-29 12:31:28 -03:00
Antonella Sgarlatta
0d17961570 fix: Fixed font size not updating on plain editor when changing it from Preferences (#2920) 2025-07-29 12:30:29 -03:00
Antonella Sgarlatta
63d84725d2 fix: Fixes extra bottom padding in account modal 2025-07-28 00:33:22 -03:00
Antonella Sgarlatta
9583d0db44 fix: Fixes quick type suggestions showing up in iOS for password field 2025-07-28 00:32:51 -03:00
Antonella Sgarlatta
43d31d8bb4 fix: Fixed issues with embedded linked items in Super editor (#2918)
* Fixed items being embedded twice when linking them in a Super note
* Fixed Remove button not working for embedded linked items in Super editor
2025-07-21 10:49:02 -03:00
Aman Harwara
092dc7957f chore: remove options to add new embeds and render existing twitter embeds as links (#2917) 2025-07-21 10:47:53 -03:00
Antonella Sgarlatta
c52030a525 fix: Remove extra bottom padding on Android (#2915) 2025-07-18 11:16:30 -03:00
Antonella Sgarlatta
d02e5cab74 fix: Prevent text from hiding behind navbar in Android (#2914) 2025-07-15 16:21:08 -03:00
Antonella Sgarlatta
117781bb36 fix: Fixed issue where safe area insets were not always applying properly on iOS, causing a UI shift (#2912) 2025-07-04 14:34:55 +05:30
Aman Harwara
caa8eff216 feat: Tag search will now only show the direct tag results instead of also showing the parent and siblings (#2906) 2025-06-24 12:32:27 +05:30
Antonella Sgarlatta
c050a2cd33 fix: Fixed issue with UI sometimes getting shifted up on iOS 2025-06-24 12:23:36 +05:30
Aman Harwara
782af6ecdc chore: fix menus not having correct max height on mobile web browsers 2025-06-23 00:38:05 +05:30
Antonella Sgarlatta
b49f81bf1f chore: fix LinkedItemBubble styling (#2902) 2025-06-19 22:31:50 +05:30
Antonella Sgarlatta
e2250600a8 chore: display tag title as string in delete dialog (#2904) 2025-06-18 20:25:58 +05:30
Aman Harwara
7bce025efb feat: Added image alignment options and preference in Super notes (#2903) 2025-06-16 16:33:27 +05:30
Aman Harwara
631facc10e chore: only add bottom safe area padding in note view if note is locked 2025-05-12 22:10:11 +05:30
Aman Harwara
9792e16c8f chore: add safe area padding to editor content + only send resize event on android if edge-to-edge [skip e2e] 2025-05-12 18:46:50 +05:30
Aman Harwara
2a3dd79da0 chore: handle safe area insets better on android (skip e2e) 2025-05-03 00:37:25 +05:30