1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-09 08:45:55 +02:00
joplin/packages/app-desktop/gui
2021-09-19 11:32:58 +01:00
..
Button Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
ConfigScreen Chore: Converted encryption config screens to React Hooks to share logic between desktop and mobile 2021-09-10 19:05:47 +01:00
EncryptionConfigScreen Tools: Added script to compile SASS files 2021-09-12 16:35:08 +01:00
hooks Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
KeymapConfig Desktop: Fixes #5184: GotoAnything is not working on first try 2021-08-18 11:54:28 +01:00
lib Desktop: Allow updating a plugin 2021-01-19 22:58:09 +00:00
MainScreen Chore: Moved app state to separate file 2021-09-04 18:11:29 +01:00
note-viewer Desktop: Add support for higlighting text from Rich Text editor 2021-03-16 19:39:35 +00:00
NoteEditor macOS: Added Cmd+Backspace shortcut to delete line (#5478) 2021-09-19 11:32:58 +01:00
NoteList Chore: Moved app state to separate file 2021-09-04 18:11:29 +01:00
NoteListControls Tools: Fixed build 2021-09-04 15:15:25 +01:00
NoteListWrapper Desktop: Fixes #4524: Empty note list panel does not scale with the note content panel (#5141) 2021-07-06 14:02:22 +01:00
NoteToolbar Desktop: Allow customising application layout 2020-11-13 17:09:28 +00:00
ResizableLayout Tools: Add linter rules for a few TypeScript naming conventions 2021-08-18 16:21:48 +01:00
SearchBar Desktop: Add classnames to DOM elements for theming purposes (#4933) 2021-05-17 19:33:44 +01:00
ShareFolderDialog Desktop: Load themes as CSS variables for use in custom themes and internal components 2021-09-06 16:57:07 +01:00
Sidebar Chore: Moved app state to separate file 2021-09-04 18:11:29 +01:00
StatusScreen Desktop: Add "Retry all" button to sync status screen for items that could not be uploaded 2021-06-08 22:36:10 +02:00
style Desktop: Resolves #4462: Improved usability when plugin repository cannot be connected to 2021-05-15 16:04:10 +02: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 fixed imports 2021-08-19 13:02:54 +01: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 Revert "Merge branch 'desktop-protocol' of https://github.com/roman-r-m/joplin into dev" 2021-09-03 15:03:17 +01:00
ClipperConfigScreen.tsx Chore: Moved app state to separate file 2021-09-04 18:11:29 +01:00
Dialog.tsx Desktop: Add Sync Wizard dialog 2021-08-16 15:20:14 +01:00
DialogButtonRow.tsx Desktop: Converted Clipper notification to a modal dialog that shows up in all screens 2021-07-25 13:15:56 +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 Desktop: Add Sync Wizard dialog 2021-08-16 15:20:14 +01:00
DropboxLoginScreen.tsx Tools: Apply rule @typescript-eslint/member-delimiter-style 2020-11-12 19:29:22 +00:00
ErrorBoundary.tsx Desktop: Resolves #5273: Prevent plugins from crashing the application 2021-08-06 13:08:32 +01:00
ExtensionBadge.jsx Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
HelpButton.jsx Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
IconButton.jsx Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
ImportScreen.jsx Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
ItemList.jsx All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
MenuBar.tsx Chore: Moved app state to separate file 2021-09-04 18:11:29 +01:00
menuCommandNames.ts Desktop: Fixes #5184: GotoAnything is not working on first try 2021-08-18 11:54:28 +01:00
MultiNoteActions.tsx Desktop: Pass custom CSS property to all export handlers and renderers 2021-05-19 15:00:16 +02:00
Navigator.jsx All: Improved E2EE usability by making its state a property of the sync target (#5276) 2021-08-12 16:54:10 +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: Fixes #5259: Fixed share note color in note list 2021-08-05 12:16:02 +01:00
NotePropertiesDialog.jsx All: Add support for sharing notebooks with Joplin Server (#4772) 2021-05-13 17:57:37 +01:00
NoteRevisionViewer.jsx Desktop: Allow restoring a delete note from note history using command palette 2021-06-10 11:49:20 +02:00
NoteSearchBar.jsx Desktop: Fixes #5208: Focus is lost while searching in all notes 2021-08-05 14:35:08 +01:00
NoteStatusBar.jsx Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
NoteTextViewer.tsx Desktop: Resolves #2810: Ctrl+Shift+B to viewer when editor invisible (#4537) 2021-03-14 15:06:38 +00:00
OneDriveLoginScreen.tsx Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
PromptDialog.jsx Desktop: Add classnames to DOM elements for theming purposes (#4933) 2021-05-17 19:33:44 +01:00
ResourceScreen.tsx Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
Root_UpgradeSyncTarget.tsx Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
Root.tsx Desktop: Load themes as CSS variables for use in custom themes and internal components 2021-09-06 16:57:07 +01:00
ShareNoteDialog.tsx Chore: Moved app state to separate file 2021-09-04 18:11:29 +01:00
TagItem.jsx Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
TagList.tsx Chore: Moved app state to separate file 2021-09-04 18:11:29 +01:00
ToolbarBase.tsx Plugins: Fixed issue with toolbar button key not being unique 2020-11-23 11:52:20 +00:00
ToolbarSpace.jsx Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
VerticalResizer.jsx All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00