1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/ReactNativeClient/lib/components
Vaidotas Šimkus e11e57f1d8
All: Added support for hierarchical/nested tags (#2572)
The implementation uses / symbol as a nesting separator. I.e. tag/subtag is a nested tag, where tag is the parent tag and subtag is its child. Creating a tag named tag/subtag/subsubtag creates three tags, one for each level. The tags are associated using parent_id field.

In the app, viewing notes with a tag will also show all notes that are associated with any of the tag's descendant tags (same for the note count). Deleting a tag will also delete all its descendant tags.

In the desktop app the tags are shown nested just like the notebooks.
2020-07-12 18:09:07 +01:00
..
screens All: Added support for hierarchical/nested tags (#2572) 2020-07-12 18:09:07 +01:00
shared All: Added support for hierarchical/nested tags (#2572) 2020-07-12 18:09:07 +01:00
action-button.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
app-nav.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
base-screen.js All: Refactored themes to allow using the same ones in both desktop and mobile version 2020-06-10 22:08:59 +01:00
CameraView.js Tools: Added prefer-default-export eslint rule 2020-06-02 20:13:15 +00:00
checkbox.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
Dropdown.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
global-style.js All: Refactored themes to allow using the same ones in both desktop and mobile version 2020-06-10 22:08:59 +01:00
ItemList.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
ModalDialog.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
note-body-viewer.js Removed debug code 2020-06-08 07:43:09 +01:00
note-item.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
note-list.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
SafeAreaView.js Tools: Added prefer-default-export eslint rule 2020-06-02 20:13:15 +00:00
SaveIcon.png
screen-header.js Revert "Mobile: Refactored and made dialog boxes more reliable" 2020-06-13 16:20:59 +01:00
select-date-time-dialog.js Tools: Added prefer-default-export eslint rule 2020-06-02 20:13:15 +00:00
side-menu-content-note.js All: Refactored themes to allow using the same ones in both desktop and mobile version 2020-06-10 22:08:59 +01:00
side-menu-content.js All: Added support for hierarchical/nested tags (#2572) 2020-07-12 18:09:07 +01:00
side-menu.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00