Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Desktop: Multiple window support #11181

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
116 commits
Select commit Hold shift + click to select a range
3e91f53
Refresh note when changed in database
personalizedrefrigerator May 22, 2024
e7294f0
Desktop: PoC: Show the note editor in a new window
personalizedrefrigerator Oct 5, 2024
63de97d
Allow opening notes in new windows
personalizedrefrigerator Oct 5, 2024
954b382
Refactoring & style fixes
personalizedrefrigerator Oct 5, 2024
24ab7c0
Merge branch 'dev' into test/editor-in-iframe
personalizedrefrigerator Oct 5, 2024
1bdb91d
Merge commit '3e91f535d9edb0316f14afc4121fbea41e94a1ba' into test/edi…
personalizedrefrigerator Oct 5, 2024
cd4996c
Simplify useFormNote logic
personalizedrefrigerator Oct 5, 2024
00d3150
Merge remote-tracking branch 'refs/remotes/origin/test/editor-in-ifra…
personalizedrefrigerator Oct 5, 2024
7b8b626
Fix editor commands frequently applied to the wrong editor
personalizedrefrigerator Oct 6, 2024
d61f8fc
WIP: Allow showing dialogs in secondary windows
personalizedrefrigerator Oct 7, 2024
1991fef
Fix import/export modal is sometimes never hidden when multiple windows
personalizedrefrigerator Oct 8, 2024
a2a68ba
Fix crash when closing settings: Move window commands out of MainScre…
personalizedrefrigerator Oct 8, 2024
15d2ea7
Fix styles: Migrate plugin dialog containers away from styled-components
personalizedrefrigerator Oct 8, 2024
fad84d4
Fix useFormNote now refreshes too often
personalizedrefrigerator Oct 10, 2024
a268057
Reduce debug logging
personalizedrefrigerator Oct 10, 2024
6184579
Fix tag dialog and styled components don't work in new windows
personalizedrefrigerator Oct 10, 2024
093bd79
Revert migration away from styled-components for dialogs, toolbar
personalizedrefrigerator Oct 10, 2024
b271333
Add note about @emotion/ transitive dependency
personalizedrefrigerator Oct 10, 2024
8fb96f7
Merge remote-tracking branch 'upstream/dev' into test/editor-in-iframe
personalizedrefrigerator Oct 12, 2024
f440489
Fix GotoAnything has wrong height in secondary windows
personalizedrefrigerator Oct 12, 2024
2aa5576
Fix links in new windows
personalizedrefrigerator Oct 12, 2024
f7998f4
Update reducer.ts to give different windows different selections
personalizedrefrigerator Oct 12, 2024
55ca853
Always use the data from the main window for the sidebar and note list
personalizedrefrigerator Oct 12, 2024
67d36de
Fix secondary windows close when opening settings
personalizedrefrigerator Oct 14, 2024
a9096a1
Merge branch 'dev' into test/editor-in-iframe
personalizedrefrigerator Oct 14, 2024
a1c6afa
WIP: Allow different windows to show different editors
personalizedrefrigerator Oct 14, 2024
7211620
Merge remote-tracking branch 'refs/remotes/origin/test/editor-in-ifra…
personalizedrefrigerator Oct 14, 2024
9790498
Refactor NoteEditor to allow the "runtime must be registered" assertion
personalizedrefrigerator Oct 14, 2024
74213e7
Fix context menus in secondary windows
personalizedrefrigerator Oct 15, 2024
4179b4f
Make background toolbar buttons be enabled/disabled based on their
personalizedrefrigerator Oct 15, 2024
5c70bd0
Merge remote-tracking branch 'upstream/dev' into test/editor-in-iframe
personalizedrefrigerator Oct 15, 2024
395f015
Fix adding tags in a new window causes navigation
personalizedrefrigerator Oct 15, 2024
a2f23e0
Remove unneeded props
personalizedrefrigerator Oct 15, 2024
888f52a
Fix dropping notes into secondary windows
personalizedrefrigerator Oct 16, 2024
78bb6f6
Allow different windows to have different editor layouts
personalizedrefrigerator Oct 16, 2024
13a7b42
Remove now-unused useNowEffect hook
personalizedrefrigerator Oct 16, 2024
cc16b92
Fix adding tags in new windows causes the new window to navigate
personalizedrefrigerator Oct 16, 2024
ded0b64
Make visible dialogs per-window
personalizedrefrigerator Oct 16, 2024
278b335
Load custom app CSS in new windows
personalizedrefrigerator Oct 16, 2024
b0e39cd
Avoid refreshing notes unnecessarily
personalizedrefrigerator Oct 16, 2024
14eb7d1
Allow toggling devtools for secondary windows
personalizedrefrigerator Oct 16, 2024
7c7c116
Attempting to fix failing tests: Load commands sooner
personalizedrefrigerator Oct 16, 2024
7b8ff88
Fixing new note/new to-do buttons incorrectly enabled/disabled in
personalizedrefrigerator Oct 16, 2024
4f80b40
On delete/move, update note history in all windows
personalizedrefrigerator Oct 16, 2024
5dd04f8
Retitle background windows
personalizedrefrigerator Oct 16, 2024
b14895c
Replace 'default' -> defaultWindowId
personalizedrefrigerator Oct 16, 2024
a6a9514
Attempt to make tests less flaky
personalizedrefrigerator Oct 17, 2024
d7cfdda
Refactoring: Rename NoteEditor wrapper -> EditorWindow
personalizedrefrigerator Oct 17, 2024
b517c08
Merge remote-tracking branch 'upstream/dev' into test/editor-in-iframe
personalizedrefrigerator Oct 21, 2024
06960c8
Merge branch 'dev' into test/editor-in-iframe
personalizedrefrigerator Oct 21, 2024
67bbfd0
Merge branch 'dev' into test/editor-in-iframe
personalizedrefrigerator Oct 23, 2024
955f179
Fixing useFormNote tests
personalizedrefrigerator Oct 23, 2024
40616c3
Fix legacy editor fails to load in secondary windows
personalizedrefrigerator Oct 23, 2024
8e826f4
Refactoring: Resolve prompt dialog to-do
personalizedrefrigerator Oct 24, 2024
a63e0e5
Draft of background windows technical spec
personalizedrefrigerator Oct 24, 2024
48379f7
Merge remote-tracking branch 'upstream/dev' into test/editor-in-iframe
personalizedrefrigerator Oct 31, 2024
db68b7e
Fix useFormNote memory regression
personalizedrefrigerator Oct 31, 2024
829453b
Commenting
personalizedrefrigerator Oct 31, 2024
5734035
Commenting
personalizedrefrigerator Oct 31, 2024
72e9429
Apply plugin custom CSS to all windows
personalizedrefrigerator Oct 31, 2024
294203a
Fix custom userchrome CSS not applied
personalizedrefrigerator Oct 31, 2024
4ed84b6
Refactoring: NoteListWrapper
personalizedrefrigerator Oct 31, 2024
1bed661
Fix error logged when custom CSS file doesn't exist
personalizedrefrigerator Oct 31, 2024
0c51822
Fix plugin note viewer IPC
personalizedrefrigerator Oct 31, 2024
6c23455
Fix error on NoteTextViewer component unmount
personalizedrefrigerator Oct 31, 2024
0d40c79
Attempting to fix dialog messaging
personalizedrefrigerator Oct 31, 2024
b4ee664
Improve menubar/navigation
personalizedrefrigerator Nov 1, 2024
29bb7d2
Move main-window focusing logic to MenuBar
personalizedrefrigerator Nov 1, 2024
e055289
Fix note viewer in secondary windows
personalizedrefrigerator Nov 1, 2024
7bc9f73
Make "focus sidebar" and "focus note list" commands show the main window
personalizedrefrigerator Nov 1, 2024
63e737b
Fixing tests: Use the same menu for all windows
personalizedrefrigerator Nov 1, 2024
294018a
When closing the last user-visible window, quit the app if the tray icon
personalizedrefrigerator Nov 1, 2024
406cb83
Fix tsc: Remove unused prop
personalizedrefrigerator Nov 1, 2024
888a78f
Fix menubar flashes on startup
personalizedrefrigerator Nov 1, 2024
536d912
Fix print command
personalizedrefrigerator Nov 1, 2024
4c65e5e
Fix certain dialogs are only shown in the main window
personalizedrefrigerator Nov 1, 2024
7bbd59c
Switch focus to the main window when it navigates
personalizedrefrigerator Nov 1, 2024
cbaac1c
Only allow one copy of each plugin dialog to be open at a time
personalizedrefrigerator Nov 1, 2024
f04b00f
Refactoring: Code cleanup and preparation for per-window smalltalk/notyf
personalizedrefrigerator Nov 1, 2024
b76b42a
Fix smalltalk dialogs in secondary windows
personalizedrefrigerator Nov 1, 2024
f3812d2
Trying to fix CI
personalizedrefrigerator Nov 1, 2024
a5af549
Merge remote-tracking branch 'upstream/dev' into test/editor-in-iframe
personalizedrefrigerator Nov 1, 2024
5b5706a
Trying to fix CI
personalizedrefrigerator Nov 1, 2024
d8abbda
Update background_windows.md
personalizedrefrigerator Nov 1, 2024
b8a5ae6
Updating CI fix: Make app-mobile types/node match version of other ty…
personalizedrefrigerator Nov 1, 2024
34ea5b5
Changes from self-review of code
personalizedrefrigerator Nov 1, 2024
214a578
Attempting to fix failing useFormNote test
personalizedrefrigerator Nov 1, 2024
3a00d7c
Reducer refactoring and testing
personalizedrefrigerator Nov 1, 2024
38ddf66
Fix Rich Text Editor context menu
personalizedrefrigerator Nov 1, 2024
7c7f15a
Fix MacOS context menu shown in wrong window
personalizedrefrigerator Nov 1, 2024
6bce24c
Attempt to fix quickly switching windows can lead to invalid state if…
personalizedrefrigerator Nov 1, 2024
5df7273
Refactoring and commenting
personalizedrefrigerator Nov 1, 2024
fbb3ba1
Linux: Fix CodeMirror context menu
personalizedrefrigerator Nov 1, 2024
65b78a5
Fix replaceMisspelling in secondary windows
personalizedrefrigerator Nov 2, 2024
9e7b1ee
Merge branch 'dev' into test/editor-in-iframe
personalizedrefrigerator Nov 4, 2024
79098bd
Update yarn.lock
personalizedrefrigerator Nov 4, 2024
aab2f1a
Merge branch 'dev' into test/editor-in-iframe
laurent22 Nov 4, 2024
62f6b4a
Throw if openNoteInNewWindow is called with no note selected
personalizedrefrigerator Nov 4, 2024
07dbd7a
Rename WindowCommandHandler to WindowCommandsAndDialogs
personalizedrefrigerator Nov 4, 2024
d11074b
Fix clicking on links in the Rich Text editor opens two copies of the
personalizedrefrigerator Nov 4, 2024
61f3f6b
Merge remote-tracking branch 'upstream/dev' into test/editor-in-iframe
personalizedrefrigerator Nov 4, 2024
a72e4e3
Fix errors post merge
personalizedrefrigerator Nov 4, 2024
7475319
Trying to fix flaky test
personalizedrefrigerator Nov 4, 2024
f2757f9
Update background_windows.md with more information about React portals
personalizedrefrigerator Nov 5, 2024
6cae888
Add a limitations section to background_windows.md
personalizedrefrigerator Nov 5, 2024
ef4b9a2
Rename useDom -> useDocument
personalizedrefrigerator Nov 5, 2024
a2aa2fe
Fix Mermaid diagram download button
personalizedrefrigerator Nov 5, 2024
5f01b68
Merge branch 'dev' into test/editor-in-iframe
personalizedrefrigerator Nov 5, 2024
bbc42a6
Revert unnecessary change to app-mobile/package.json
personalizedrefrigerator Nov 5, 2024
d3b3beb
Commenting
personalizedrefrigerator Nov 5, 2024
9919dca
Remove throw new Error from openNoteInNewWindow command
personalizedrefrigerator Nov 5, 2024
8fd861f
Merge remote-tracking branch 'refs/remotes/origin/test/editor-in-ifra…
personalizedrefrigerator Nov 5, 2024
8f8dfd9
Don't duplicate cssUrls
personalizedrefrigerator Nov 5, 2024
6461966
Merge branch 'dev' into test/editor-in-iframe
personalizedrefrigerator Nov 5, 2024
f1a6157
Commenting
personalizedrefrigerator Nov 5, 2024
c5dc803
Merge branch 'dev' into test/editor-in-iframe
personalizedrefrigerator Nov 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 67 additions & 49 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ packages/app-desktop/commands/exportFolders.js
packages/app-desktop/commands/exportNotes.js
packages/app-desktop/commands/focusElement.js
packages/app-desktop/commands/index.js
packages/app-desktop/commands/openNoteInNewWindow.js
packages/app-desktop/commands/openProfileDirectory.js
packages/app-desktop/commands/renderMarkup.test.js
packages/app-desktop/commands/renderMarkup.js
Expand Down Expand Up @@ -207,60 +208,14 @@ packages/app-desktop/gui/KeymapConfig/styles/index.js
packages/app-desktop/gui/KeymapConfig/utils/getLabel.js
packages/app-desktop/gui/KeymapConfig/utils/useCommandStatus.js
packages/app-desktop/gui/KeymapConfig/utils/useKeymap.js
packages/app-desktop/gui/MainScreen/MainScreen.js
packages/app-desktop/gui/MainScreen/commands/addProfile.js
packages/app-desktop/gui/MainScreen/commands/commandPalette.js
packages/app-desktop/gui/MainScreen/commands/deleteFolder.js
packages/app-desktop/gui/MainScreen/commands/duplicateNote.js
packages/app-desktop/gui/MainScreen/commands/editAlarm.js
packages/app-desktop/gui/MainScreen/commands/exportPdf.js
packages/app-desktop/gui/MainScreen/commands/gotoAnything.js
packages/app-desktop/gui/MainScreen/commands/hideModalMessage.js
packages/app-desktop/gui/MainScreen/commands/index.js
packages/app-desktop/gui/MainScreen/commands/leaveSharedFolder.js
packages/app-desktop/gui/MainScreen/commands/moveToFolder.js
packages/app-desktop/gui/MainScreen/commands/newFolder.js
packages/app-desktop/gui/MainScreen/commands/newNote.js
packages/app-desktop/gui/MainScreen/commands/newSubFolder.js
packages/app-desktop/gui/MainScreen/commands/newTodo.js
packages/app-desktop/gui/MainScreen/commands/openFolder.js
packages/app-desktop/gui/MainScreen/commands/openFolderDialog.js
packages/app-desktop/gui/MainScreen/commands/openItem.js
packages/app-desktop/gui/MainScreen/commands/openNote.js
packages/app-desktop/gui/MainScreen/commands/openPdfViewer.js
packages/app-desktop/gui/MainScreen/commands/openTag.js
packages/app-desktop/gui/MainScreen/commands/print.js
packages/app-desktop/gui/MainScreen/commands/renameFolder.js
packages/app-desktop/gui/MainScreen/commands/renameTag.js
packages/app-desktop/gui/MainScreen/commands/resetLayout.js
packages/app-desktop/gui/MainScreen/commands/restoreFolder.js
packages/app-desktop/gui/MainScreen/commands/restoreNote.js
packages/app-desktop/gui/MainScreen/commands/revealResourceFile.js
packages/app-desktop/gui/MainScreen/commands/search.js
packages/app-desktop/gui/MainScreen/commands/setTags.js
packages/app-desktop/gui/MainScreen/commands/showModalMessage.js
packages/app-desktop/gui/MainScreen/commands/showNoteContentProperties.js
packages/app-desktop/gui/MainScreen/commands/showNoteProperties.js
packages/app-desktop/gui/MainScreen/commands/showPrompt.js
packages/app-desktop/gui/MainScreen/commands/showShareFolderDialog.js
packages/app-desktop/gui/MainScreen/commands/showShareNoteDialog.js
packages/app-desktop/gui/MainScreen/commands/showSpellCheckerMenu.test.js
packages/app-desktop/gui/MainScreen/commands/showSpellCheckerMenu.js
packages/app-desktop/gui/MainScreen/commands/toggleEditors.js
packages/app-desktop/gui/MainScreen/commands/toggleLayoutMoveMode.js
packages/app-desktop/gui/MainScreen/commands/toggleMenuBar.js
packages/app-desktop/gui/MainScreen/commands/toggleNoteList.js
packages/app-desktop/gui/MainScreen/commands/toggleNoteType.js
packages/app-desktop/gui/MainScreen/commands/toggleNotesSortOrderField.js
packages/app-desktop/gui/MainScreen/commands/toggleNotesSortOrderReverse.js
packages/app-desktop/gui/MainScreen/commands/togglePerFolderSortOrder.js
packages/app-desktop/gui/MainScreen/commands/toggleSideBar.js
packages/app-desktop/gui/MainScreen/commands/toggleVisiblePanes.js
packages/app-desktop/gui/MainScreen.js
packages/app-desktop/gui/MasterPasswordDialog/Dialog.js
packages/app-desktop/gui/MenuBar.js
packages/app-desktop/gui/MultiNoteActions.js
packages/app-desktop/gui/Navigator.js
packages/app-desktop/gui/NewWindowOrIFrame.js
packages/app-desktop/gui/NoteContentPropertiesDialog.js
packages/app-desktop/gui/NoteEditor/EditorWindow.js
packages/app-desktop/gui/NoteEditor/NoteBody/CodeMirror/Toolbar.js
packages/app-desktop/gui/NoteEditor/NoteBody/CodeMirror/utils/index.js
packages/app-desktop/gui/NoteEditor/NoteBody/CodeMirror/utils/normalizeAccelerator.test.js
Expand Down Expand Up @@ -321,6 +276,7 @@ packages/app-desktop/gui/NoteEditor/utils/clipboardUtils.test.js
packages/app-desktop/gui/NoteEditor/utils/clipboardUtils.js
packages/app-desktop/gui/NoteEditor/utils/contextMenu.js
packages/app-desktop/gui/NoteEditor/utils/contextMenuUtils.js
packages/app-desktop/gui/NoteEditor/utils/getWindowCommandPriority.js
packages/app-desktop/gui/NoteEditor/utils/index.js
packages/app-desktop/gui/NoteEditor/utils/markupRenderOptions.js
packages/app-desktop/gui/NoteEditor/utils/resourceHandling.test.js
Expand Down Expand Up @@ -453,7 +409,66 @@ packages/app-desktop/gui/ToolbarButton/ToolbarButton.js
packages/app-desktop/gui/ToolbarSpace.js
packages/app-desktop/gui/TrashNotification/TrashNotification.js
packages/app-desktop/gui/UpdateNotification/UpdateNotification.js
packages/app-desktop/gui/WindowCommandsAndDialogs/AppDialogs.js
packages/app-desktop/gui/WindowCommandsAndDialogs/ModalMessageOverlay.js
packages/app-desktop/gui/WindowCommandsAndDialogs/PluginDialogs.js
packages/app-desktop/gui/WindowCommandsAndDialogs/WindowCommandsAndDialogs.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/addProfile.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/commandPalette.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/deleteFolder.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/duplicateNote.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/editAlarm.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/exportPdf.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/gotoAnything.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/hideModalMessage.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/index.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/leaveSharedFolder.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/moveToFolder.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/newFolder.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/newNote.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/newSubFolder.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/newTodo.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/openFolder.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/openFolderDialog.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/openItem.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/openNote.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/openPdfViewer.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/openTag.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/print.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/renameFolder.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/renameTag.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/resetLayout.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/restoreFolder.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/restoreNote.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/revealResourceFile.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/search.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/setTags.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/showModalMessage.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/showNoteContentProperties.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/showNoteProperties.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/showPrompt.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/showShareFolderDialog.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/showShareNoteDialog.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/showSpellCheckerMenu.test.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/showSpellCheckerMenu.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/toggleEditors.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/toggleLayoutMoveMode.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/toggleMenuBar.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/toggleNoteList.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/toggleNoteType.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/toggleNotesSortOrderField.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/toggleNotesSortOrderReverse.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/togglePerFolderSortOrder.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/toggleSideBar.js
packages/app-desktop/gui/WindowCommandsAndDialogs/commands/toggleVisiblePanes.js
packages/app-desktop/gui/WindowCommandsAndDialogs/types.js
packages/app-desktop/gui/WindowCommandsAndDialogs/utils/appDialogs.js
packages/app-desktop/gui/WindowCommandsAndDialogs/utils/usePrintToCallback.js
packages/app-desktop/gui/WindowCommandsAndDialogs/utils/useSyncDialogState.js
packages/app-desktop/gui/WindowCommandsAndDialogs/utils/useWindowCommands.js
packages/app-desktop/gui/WindowCommandsAndDialogs/utils/useWindowControl.js
packages/app-desktop/gui/dialogs.js
packages/app-desktop/gui/hooks/useDocument.js
packages/app-desktop/gui/hooks/useEffectDebugger.js
packages/app-desktop/gui/hooks/useElementHeight.js
packages/app-desktop/gui/hooks/useImperativeHandlerDebugger.js
Expand Down Expand Up @@ -542,6 +557,7 @@ packages/app-desktop/utils/isSafeToOpen.test.js
packages/app-desktop/utils/isSafeToOpen.js
packages/app-desktop/utils/restartInSafeModeFromMain.test.js
packages/app-desktop/utils/restartInSafeModeFromMain.js
packages/app-desktop/utils/window/types.js
packages/app-mobile/PluginAssetsLoader.js
packages/app-mobile/commands/index.js
packages/app-mobile/commands/newNote.test.js
Expand Down Expand Up @@ -992,6 +1008,8 @@ packages/lib/geolocation-node.js
packages/lib/hooks/useAsyncEffect.js
packages/lib/hooks/useElementSize.js
packages/lib/hooks/useEventListener.js
packages/lib/hooks/useNowEffect.test.js
packages/lib/hooks/useNowEffect.js
packages/lib/hooks/usePlugin.js
packages/lib/hooks/usePrevious.js
packages/lib/hooks/useQueuedAsyncEffect.test.js
Expand Down
Loading
Loading