1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00
joplin/ReactNativeClient
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
..
android Android release v1.0.315 2019-12-30 15:16:55 +01:00
ios iOS: Update application icon 2019-12-09 16:56:01 +00:00
lib Desktop: New: Display selected tags under a note title (#2217) 2020-01-06 21:23:22 +00:00
locales Update translations 2019-12-18 12:45:10 +01:00
pluginAssets All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
.buckconfig
.flowconfig
.gitattributes
.gitignore Tools: Fix build for Android 9 debugging 2019-09-26 19:26:18 +00:00
.watchmanconfig
app.json
build_android_prod.bat
build_android.bat
clean_build.bat
debug_log.bat
debug_log.sh
encodeAssets.js All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
index.android.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
index.ios.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
index.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
main.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
metro.config.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
package-lock.json Improved integration of external renderer 2019-12-30 21:54:13 +01:00
package.json Improved integration of external renderer 2019-12-30 21:54:13 +01:00
PluginAssetsLoader.ts All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
root.js All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
run_ios.sh
start_server.bat
start_server.sh