1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/ElectronClient
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
..
app Desktop: New: Display selected tags under a note title (#2217) 2020-01-06 21:23:22 +00:00
.gitignore Clean up 2019-04-02 00:12:38 +01:00
build.bat Desktop: Decrypt notes that are meant to be shared 2019-12-17 12:45:57 +00:00
build.sh Tools: Added build scripts for Windows 2019-12-17 00:40:49 +00:00
run-prod.sh fix permissions for shell scripts (add executable flag) (#866) 2018-10-09 22:58:18 +01:00
run.bat All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
run.sh Desktop, CLI: Added option to disable creation of welcome items 2019-05-12 01:10:46 +01:00