1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-27 10:32:58 +02:00
joplin/packages/app-desktop/gui
Laurent Cozic db7a20a71e lib
2022-04-14 16:47:10 +01:00
..
Button Desktop, Mobile: Added support for notebook icons 2021-11-15 17:19:51 +00:00
ConfigScreen Desktop, Mobile: Automatically start sync after setting the sync parameters 2022-04-13 12:40:52 +01:00
DialogButtonRow Desktop: Resovles #6194: Improved handling of ENTER and ESCAPE keys in dialogs 2022-04-13 14:44:52 +01:00
EditFolderDialog Desktop: Improved custom icon selection 2022-02-07 17:23:20 +00: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 rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
KeymapConfig Desktop: Adjusted styling to make it more consistent across app 2022-01-09 15:42:27 +00:00
lib Desktop: Allow updating a plugin 2021-01-19 22:58:09 +00:00
MainScreen Chore: Fixed lib imports 2022-04-14 09:58:34 +01:00
MasterPasswordDialog Desktop: Resolves #6338: Improve E2EE usability when accidentally creating multiple keys (#6399) 2022-04-13 12:18:38 +01:00
note-viewer Desktop: Fixes #6074: Scroll jumps when typing if heavy scripts or many large elements are used (#6383) 2022-04-10 11:31:17 +01:00
NoteEditor Desktop: Fixes #6074: Scroll jumps when typing if heavy scripts or many large elements are used (#6383) 2022-04-10 11:31:17 +01:00
NoteList lib 2022-04-14 16:47:10 +01:00
NoteListControls Desktop: Added detailed tooltip for 'Toggle Sort Order Field' button (#5854) 2021-12-13 15:29:23 +00:00
NoteListWrapper rafactor 2022-04-14 16:45:15 +01: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: Use Yarn 3 to manage monorepo (#5833) 2021-12-20 15:08:43 +00:00
SearchBar Desktop: Fixes #5953: Note list buttons do not reappear after changing app layout (#5994) 2022-01-15 17:05:31 +00:00
ShareFolderDialog Tools: Use Yarn 3 to manage monorepo (#5833) 2021-12-20 15:08:43 +00:00
Sidebar Desktop: Add support for custom notebook icons (#6110) 2022-02-06 16:42:00 +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: Use Yarn 3 to manage monorepo (#5833) 2021-12-20 15:08:43 +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 Desktop: Fixes #6075: Login field was sometimes disabled on Sync Wizard dialog 2022-02-11 11:04:10 +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: Fixes #5902: Correctly load external resources when bundling desktop app 2021-12-23 12:04:09 +01:00
ClipperConfigScreen.tsx Desktop: Adjusted styling to make it more consistent across app 2022-01-09 15:42:27 +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: Add config screen to add, remove or enable, disable plugins 2020-11-19 12:34:49 +00:00
DialogTitle.tsx Tools: Use Yarn 3 to manage monorepo (#5833) 2021-12-20 15:08:43 +00:00
DropboxLoginScreen.tsx Desktop: Upgrade Electron from v10 to v14 2021-10-01 19:35:27 +01:00
ErrorBoundary.tsx Desktop: Resolves #5273: Prevent plugins from crashing the application 2021-08-06 13:08:32 +01:00
ExtensionBadge.jsx Desktop: Upgrade Electron from v10 to v14 2021-10-01 19:35:27 +01:00
FolderIconBox.tsx Desktop: Add support for custom notebook icons (#6110) 2022-02-06 16:42:00 +00:00
HelpButton.jsx
IconButton.jsx
ImportScreen.jsx Chore: Converts ENEX import file to TypeScript 2021-09-23 13:16:22 +01:00
ItemList.jsx
MenuBar.tsx Desktop: Resolves #6394: Improve performance when switching notes, when multiple plugins are loaded 2022-04-14 12:27:19 +01:00
menuCommandNames.ts Desktop: Resolves #591: Add support for multiple profiles (#6385) 2022-04-11 16:49:32 +01:00
MultiNoteActions.tsx Desktop: Upgrade Electron from v10 to v14 2021-10-01 19:35:27 +01:00
Navigator.jsx Desktop: Upgrade Electron from v10 to v14 2021-10-01 19:35:27 +01:00
NoteContentPropertiesDialog.tsx Desktop: Pass custom CSS property to all export handlers and renderers 2021-05-19 15:00:16 +02:00
NoteListItem.tsx Desktop: Fixed color of published note on Light theme 2022-04-11 17:46:33 +01:00
NotePropertiesDialog.jsx Desktop: Upgrade Electron from v10 to v14 2021-10-01 19:35:27 +01:00
NoteRevisionViewer.jsx Desktop: Upgrade Electron from v10 to v14 2021-10-01 19:35:27 +01:00
NoteSearchBar.jsx Desktop: Fixed order of editor search buttons 2022-01-15 17:18:52 +00:00
NoteStatusBar.jsx
NoteTextViewer.tsx Desktop: Fixes #5708: Scroll positions are preserved (#5826) 2021-12-15 18:03:20 +00:00
OneDriveLoginScreen.tsx Desktop: Fixes #5726: OneDrive login screen was not readable in dark mode 2021-11-17 19:35:23 +00:00
PromptDialog.jsx Desktop: Resolves #591: Add support for multiple profiles (#6385) 2022-04-11 16:49:32 +01:00
ResourceScreen.tsx Desktop: Upgrade Electron from v10 to v14 2021-10-01 19:35:27 +01:00
Root_UpgradeSyncTarget.tsx Desktop: Upgrade Electron from v10 to v14 2021-10-01 19:35:27 +01:00
Root.tsx Tools: Use Yarn 3 to manage monorepo (#5833) 2021-12-20 15:08:43 +00:00
ShareNoteDialog.tsx Chore: Fixed lib imports 2022-04-14 09:58:34 +01:00
TagItem.jsx Desktop: Clickable tags in Tag Bar (#5956) 2022-01-09 11:32:21 +00:00
TagList.tsx Revert "Desktop: Fixes #5686: Fixed Tags Order (#6136)" 2022-03-28 17:40:51 +01:00
ToolbarBase.tsx Plugins: Fixed issue with toolbar button key not being unique 2020-11-23 11:52:20 +00:00
ToolbarSpace.jsx
VerticalResizer.jsx Desktop: Upgrade Electron from v10 to v14 2021-10-01 19:35:27 +01:00