1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00
joplin/packages/app-desktop/gui
2023-02-17 13:02:47 +00:00
..
Button Desktop, Mobile: Added support for notebook icons 2021-11-15 17:19:51 +00:00
ConfigScreen Tools: Add "@typescript-eslint/object-curly-spacing" rule 2023-02-16 10:58:23 +00:00
DialogButtonRow Tools: Add react-hooks/exhaustive-deps eslint rule 2022-08-19 12:10:04 +01:00
EditFolderDialog Tools: Add react-hooks/exhaustive-deps eslint rule 2022-08-19 12:10:04 +01:00
EncryptionConfigScreen Desktop: Resolves #6338: Improve E2EE usability when accidentally creating multiple keys (#6399) 2022-04-13 12:18:38 +01:00
hooks Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00
KeymapConfig Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00
lib Desktop: Allow updating a plugin 2021-01-19 22:58:09 +00:00
MainScreen Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00
MasterPasswordDialog Tools: Add react-hooks/exhaustive-deps eslint rule 2022-08-19 12:10:04 +01:00
note-viewer Desktop: Fixes #7634: App freezes and displays fatal error when text provided in the search bar is too long (#7764) 2023-02-14 15:13:31 +00:00
NoteEditor Desktop: Fixes #7662: Ctrl-X behaviour when no text is selected (#7778) 2023-02-16 14:08:28 +00:00
NoteList Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00
NoteListControls Desktop: New design for "New note" and "New todo" buttons (#7780) 2023-02-17 13:02:47 +00:00
NoteListWrapper Desktop: New design for "New note" and "New todo" buttons (#7780) 2023-02-17 13:02:47 +00:00
NoteToolbar Desktop: Allow customising application layout 2020-11-13 17:09:28 +00:00
PasswordInput Desktop: Allow showing passwords in Master Password dialog 2021-11-15 12:10:47 +00:00
ResizableLayout Tools: Add react-hooks/exhaustive-deps eslint rule 2022-08-19 12:10:04 +01:00
SearchBar Tools: Add react-hooks/exhaustive-deps eslint rule 2022-08-19 12:10:04 +01:00
ShareFolderDialog Tools: Add react-hooks/exhaustive-deps eslint rule 2022-08-19 12:10:04 +01:00
Sidebar Desktop: Fixes #7610: Optimise sidebar rendering speed 2023-01-10 18:32:06 +00:00
StatusScreen Desktop: Fixed crash on certain Linux distributions when importing or exporting a file 2021-11-01 07:38:06 +00:00
style Tools: Add "@typescript-eslint/object-curly-spacing" rule 2023-02-16 10:58:23 +00:00
StyleSheets Desktop: Load themes as CSS variables for use in custom themes and internal components 2021-09-06 16:57:07 +01:00
SyncWizard Tools: Add "@typescript-eslint/object-curly-spacing" rule 2023-02-16 10:58:23 +00:00
ToggleEditorsButton Desktop: Add classnames to DOM elements for theming purposes (#4933) 2021-05-17 19:33:44 +01:00
ToolbarButton Tools: Apply rule @typescript-eslint/member-delimiter-style 2020-11-12 19:29:22 +00:00
utils Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00
ClipperConfigScreen.tsx Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00
Dialog.tsx Desktop: Resovles #6194: Improved handling of ENTER and ESCAPE keys in dialogs 2022-04-13 14:44:52 +01:00
DialogButtonRow.tsx Desktop: Resovles #6194: Improved handling of ENTER and ESCAPE keys in dialogs 2022-04-13 14:44:52 +01:00
dialogs.ts Desktop: Fixes #7605: Hyperlink insertion no longer works in Markdown editor 2023-01-11 14:01:10 +00:00
DialogTitle.tsx Tools: Use Yarn 3 to manage monorepo (#5833) 2021-12-20 15:08:43 +00:00
DropboxLoginScreen.tsx Desktop: Fixes #6503: Dropbox login button is not visible in dark mode (#6513) 2022-05-17 14:10:31 +01:00
EmojiBox.tsx Desktop: Fix size of notebook emojis on Windows 2022-10-23 16:28:19 +01:00
ErrorBoundary.tsx Desktop: Resolves #6143: Show installed plugins in Help - About Joplin (#7711) 2023-02-08 14:16:09 +00:00
ExtensionBadge.tsx Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00
FolderIconBox.tsx Desktop: Fix size of notebook emojis on Windows 2022-10-23 15:49:28 +01:00
HelpButton.tsx Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00
IconButton.tsx Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00
ImportScreen.tsx Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00
ItemList.tsx Chore: Fixed build following conversion from JSX to TSX 2023-01-29 13:11:53 +00:00
MenuBar.tsx Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00
menuCommandNames.ts Desktop: Allow 'Paste as Text' on the Rich Text Editor (#7751) 2023-02-13 19:16:33 +00:00
MultiNoteActions.tsx Desktop: Upgrade Electron from v10 to v14 2021-10-01 19:35:27 +01:00
Navigator.tsx Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00
NoteContentPropertiesDialog.tsx Tools: Add react-hooks/exhaustive-deps eslint rule 2022-08-19 12:10:04 +01:00
NoteListItem.tsx Desktop: Fixes #7634: App freezes and displays fatal error when text provided in the search bar is too long (#7764) 2023-02-14 15:13:31 +00:00
NotePropertiesDialog.tsx Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00
NoteRevisionViewer.tsx Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00
NoteSearchBar.tsx Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00
NoteStatusBar.tsx Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00
NoteTextViewer.tsx Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00
OneDriveLoginScreen.tsx Desktop: Fixes #5726: OneDrive login screen was not readable in dark mode 2021-11-17 19:35:23 +00:00
PdfViewer.tsx Desktop: Add 'Paste as text' to the Context menu of the Rich Text Editor (#7769) 2023-02-15 13:59:32 +00:00
PromptDialog.tsx Desktop: Fixes #7493: Press Enter to select a tag 2022-12-30 23:39:45 +00:00
ResourceScreen.tsx Tools: Add eslint rule prefer-await-to-then 2022-09-30 17:32:00 +01:00
Root_UpgradeSyncTarget.tsx Tools: Add react-hooks/exhaustive-deps eslint rule 2022-08-19 12:10:04 +01:00
Root.tsx Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00
ShareNoteDialog.tsx Tools: Apply eslint rules "no-console" and "id-denylist" 2023-02-16 10:58:24 +00:00
TagItem.tsx Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00
TagList.tsx Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00
ToolbarBase.tsx Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00
ToolbarSpace.tsx Chore: Desktop: Convert last JSX files to TSX 2023-01-20 14:35:22 +00:00