1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/ElectronClient/app/gui
Abijeet Patro ae3a278ac4 Desktop: New: Display selected tags under a note title (#2217)
Follow up to #893

Now using middleware to set the tags when a note is selected

This avoids the ugly code in the NoteTextComponent where we determine
if tags are to be fetched, identify if they have been modified, fetch
them  and then dispatch an action to update the store which might
again re-render the component.

Also implements style related fixes from #1000

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
Fixes: #469
2020-01-06 21:23:22 +00:00
..
note-viewer Improved integration of external renderer 2019-12-30 21:54:13 +01:00
style Desktop: Resolves #1903: Add Nord theme (#2004) 2019-10-30 09:55:45 +00:00
utils Desktop: Add external editor actions to the note context menu. (#2214) 2020-01-06 21:16:39 +00:00
ClipperConfigScreen.jsx Desktop: Cleaned up and improved config screen design, move all screens under same one, and added section buttons 2019-09-10 23:53:01 +00:00
ConfigMenuBar.jsx eslint 2019-09-29 22:11:36 +00:00
ConfigScreen.jsx Desktop: Add ability to share a note publicly using Nextcloud (#2173) 2019-12-13 01:16:34 +00:00
DialogButtonRow.jsx Desktop: Add ability to share a note publicly using Nextcloud (#2173) 2019-12-13 01:16:34 +00:00
dialogs.js Started applying config to Electron app 2019-07-29 14:13:23 +02:00
DropboxLoginScreen.jsx Desktop: Add ability to share a note publicly using Nextcloud (#2173) 2019-12-13 01:16:34 +00:00
EncryptionConfigScreen.jsx Desktop: Add ability to share a note publicly using Nextcloud (#2173) 2019-12-13 01:16:34 +00:00
ExtensionBadge.jsx Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
Header.jsx Desktop: Add ability to share a note publicly using Nextcloud (#2173) 2019-12-13 01:16:34 +00:00
HelpButton.jsx Started applying config to Electron app 2019-07-29 14:13:23 +02:00
IconButton.jsx Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
ImportScreen.jsx Desktop: Add ability to share a note publicly using Nextcloud (#2173) 2019-12-13 01:16:34 +00:00
ItemList.jsx Desktop: Fixes #2122: Fix Goto Anything scrolling issue (#2199) 2019-12-28 22:53:21 +01:00
MainScreen.jsx Fixed Electron upgrade regressions 2019-12-30 15:10:43 +01:00
Navigator.jsx Desktop: Add ability to share a note publicly using Nextcloud (#2173) 2019-12-13 01:16:34 +00:00
NoteList.jsx Desktop: Add external editor actions to the note context menu. (#2214) 2020-01-06 21:16:39 +00:00
NotePropertiesDialog.jsx Desktop: Add ability to share a note publicly using Nextcloud (#2173) 2019-12-13 01:16:34 +00:00
NoteRevisionViewer.jsx All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
NoteSearchBar.jsx Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
NoteStatusBar.jsx Started applying config to Electron app 2019-07-29 14:13:23 +02:00
NoteText.jsx Desktop: New: Display selected tags under a note title (#2217) 2020-01-06 21:23:22 +00:00
NoteTextViewer.jsx Desktop: Fixed dev tool support 2019-12-17 17:06:55 +00:00
OneDriveLoginScreen.jsx Desktop: Updated OneDrive login to remove webview dependency 2019-12-18 09:21:12 +00:00
PromptDialog.jsx Desktop: Add ability to share a note publicly using Nextcloud (#2173) 2019-12-13 01:16:34 +00:00
Root.jsx Desktop: Resolves #1988: Add menu item to toggle note list (#1991) 2019-10-30 09:40:33 +00:00
ShareNoteDialog.tsx Desktop: Fixed dev tool support 2019-12-17 17:06:55 +00:00
SideBar.jsx Desktop: Fixes #2157: Prevent app from crashing when pressing focus shortcut from search bar 2019-12-18 11:16:13 +00:00
StatusScreen.jsx Desktop: Add ability to share a note publicly using Nextcloud (#2173) 2019-12-13 01:16:34 +00:00
TagItem.jsx Started applying config to Electron app 2019-07-29 14:13:23 +02:00
TagList.jsx Desktop: New: Display selected tags under a note title (#2217) 2020-01-06 21:23:22 +00:00
Toolbar.jsx Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
ToolbarButton.jsx Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
ToolbarSpace.jsx Started applying config to Electron app 2019-07-29 14:13:23 +02:00
VerticalResizer.jsx Fixed Electron upgrade regressions 2019-12-30 15:10:43 +01:00