Commit Graph

938 Commits

Author SHA1 Message Date
Aman Harwara
ee895ad44d refactor: select image/file node in super when clicking inside it 2024-01-08 19:56:24 +05:30
Mo
04106b3e15 chore: fix server selection ux [skip e2e] 2024-01-06 16:35:58 -06:00
Aman Harwara
afaf53a7a4 chore: let user know about 429 status (#2747) 2024-01-05 22:13:54 +05:30
Mo
b5a6e60146 chore: await local propagation before replacing plain text contents 2024-01-04 12:06:31 -06:00
Aman Harwara
64351dd304 chore: fix issue with downloading multiple files on macOS 2024-01-03 22:56:01 +05:30
Aman Harwara
83cefb3492 refactor: file embed plugin 2024-01-03 16:17:56 +05:30
Aman Harwara
8a3fab1024 chore: fix checklist indentation jumping 2024-01-03 14:07:07 +05:30
Aman Harwara
80489cc7b6 refactor: super file insertion plugin 2024-01-01 13:04:10 +05:30
Aman Harwara
3da5c85658 chore: fix file preview modal keyboard navigation 2023-12-28 16:04:28 +05:30
Aman Harwara
775f4d4d50 chore: update super demo initial content 2023-12-28 15:49:45 +05:30
Aman Harwara
8b5d455a6e chore: fix panel resizer double-click behavior 2023-12-28 15:38:57 +05:30
Karol Sójko
bc845c1633 chore: add server switcher (#2717)
* wip

* wip2

* refactor: use radio button group

* chore: add persisting host per workspace

* chore: header style

* chore: update server picker title style

* chore: margin

* chore: label

* chore: remove separator

* rename migration to latest snjs version

---------

Co-authored-by: Aman Harwara <amanharwara@protonmail.com>
2023-12-28 10:50:14 +01:00
Aman Harwara
2383d3db34 chore: fix issue with creating new Super notes [skip e2e] 2023-12-23 13:00:50 +05:30
Aman Harwara
a5e2551dd0 chore: upgrade tailwind 2023-12-23 12:46:47 +05:30
Aman Harwara
29b7e989a6 chore: show Super demo modal if user doesn't have subscription when switching editor to Super 2023-12-22 16:40:42 +05:30
Aman Harwara
69a7563b4e chore: sync super markdown import implementation with lexical 2023-12-22 12:32:07 +05:30
Aman Harwara
661cb73749 chore: fix scroll sync in conflict resolution modal 2023-12-18 13:23:39 +05:30
Aman Harwara
8d50201c68 chore: add slight border to code blocks nested in collapsible blocks 2023-12-15 22:11:08 +05:30
Aman Harwara
44d2624cd9 chore: fix nested collapsible background color 2023-12-15 22:09:49 +05:30
Aman Harwara
4d6caffa3a chore: fix nested collapsible arrow direction 2023-12-15 22:04:05 +05:30
Aman Harwara
118421c5e0 chore: improve super markdown export when exporting nested nodes 2023-12-15 21:42:20 +05:30
Aman Harwara
5dc1a401e8 chore: fix code block background color when nested in a collapsible block 2023-12-15 21:28:54 +05:30
Aman Harwara
ba11551dfa Revert "refactor: use ariakit for super note popovers"
This reverts commit 3c5c6723ac.
2023-12-14 23:28:24 +05:30
Aman Harwara
3c5c6723ac refactor: use ariakit for super note popovers 2023-12-14 16:11:21 +05:30
Aman Harwara
8f755b19db chore: fix note options menu size on some screen sizes 2023-12-14 00:13:36 +05:30
Aman Harwara
8e73cee200 chore: fix overflow issues in import modal 2023-12-13 15:58:36 +05:30
Aman Harwara
a092d134c6 chore: fix super block picker menu height in certain cases 2023-12-12 21:52:35 +05:30
Aman Harwara
6e3b337f67 chore: remove unnecessary border on challenge modals on mobile 2023-12-12 21:03:26 +05:30
Aman Harwara
337c6532d1 chore: fix plaintext icon color on hover in selection dropdown 2023-12-12 19:04:52 +05:30
Aman Harwara
6b652a8573 chore: use correct font size for placeholder 2023-12-12 14:12:53 +05:30
Aman Harwara
c6d3daec92 chore: show super note placeholder, only on empty notes 2023-12-12 14:10:59 +05:30
Aman Harwara
7ce5bdff91 chore: load super note twitter embed script from local copy instead of remote 2023-12-12 14:04:05 +05:30
Aman Harwara
82d5a36932 refactor: handle larger files in importer (#2692) 2023-12-11 16:30:31 +05:30
Aman Harwara
6d03a8ad17 refactor: handle uploading imported evernote attachments note-by-note instead of all at once 2023-12-07 22:05:29 +05:30
Aman Harwara
2cc2dddb9b Revert "chore: pane animation fixes"
This reverts commit f135484b5f.
2023-12-07 16:24:08 +05:30
Aman Harwara
f135484b5f chore: pane animation fixes 2023-12-07 16:12:25 +05:30
Aman Harwara
b1d471eef4 chore: add fallback loading strategy for video previews 2023-12-05 23:52:46 +05:30
Aman Harwara
94413018f6 chore: add newlines before/after table if required 2023-12-05 19:08:01 +05:30
Aman Harwara
868932dac2 chore: fix table margin in super 2023-12-05 14:10:23 +05:30
Aman Harwara
39f49d3e8e chore: fix super block cursor 2023-12-05 13:54:33 +05:30
Aman Harwara
fb590cc2f6 chore: fix file node outline color 2023-12-05 02:57:16 +05:30
Aman Harwara
85ecb10924 refactor: importer service (#2674) 2023-12-05 02:55:32 +05:30
Aman Harwara
9265e7afe9 chore: fix file node selection issues 2023-12-05 02:53:28 +05:30
Karol Sójko
5e62ea0115 chore: add confirmation dialog on subscription invitation canceling (#2671) 2023-12-01 14:38:28 +01:00
Aman Harwara
e040291b11 refactor: import modal (#2670) 2023-12-01 18:18:22 +05:30
Aman Harwara
03576963a6 chore: fix importer modal error messages 2023-12-01 16:17:27 +05:30
Aman Harwara
ccb0e20ad4 chore: fix super checklist rendering in conversion and history dialogs [skip e2e] 2023-12-01 00:51:26 +05:30
Karol Sójko
17039cbb80 feat: New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. (#2645) 2023-11-30 18:31:45 +01:00
Mo
8790f97e2d chore: super conversion dialog (#2669) 2023-11-30 22:20:15 +05:30
Aman Harwara
b85f04059c fix: Fixed issue on mobile where modals would should up behind the current menu 2023-11-30 03:17:16 +05:30