Antonella Sgarlatta
|
2c86958bf2
|
fix: make hint visible and focus input after creating new tag
|
2021-05-26 19:04:12 -03:00 |
|
Antonella Sgarlatta
|
68bbcc6820
|
refactor: remove tags component from view
|
2021-05-26 18:56:56 -03:00 |
|
Antonella Sgarlatta
|
e5c8a8cccc
|
Merge branch 'develop' into feature/autocomplete-tags
|
2021-05-26 18:52:35 -03:00 |
|
Antonella Sgarlatta
|
0d4456bc53
|
refactor: remove legacy tags code from editor view
|
2021-05-26 18:48:31 -03:00 |
|
Antonella Sgarlatta
|
26732f5b8d
|
Merge branch 'release/3.7.1' into main
|
2021-05-26 18:34:45 -03:00 |
|
Antonella Sgarlatta
|
bab6d2ebbf
|
chore(version): 3.7.1
|
2021-05-26 18:34:32 -03:00 |
|
Antonella Sgarlatta
|
e12a09980f
|
chore(version-snjs): 2.4.2
|
2021-05-26 18:33:57 -03:00 |
|
Antonella Sgarlatta
|
f03987016f
|
fix: reload tag results after adding tag
|
2021-05-26 18:12:52 -03:00 |
|
Antonella Sgarlatta
|
9aa2021e11
|
fix: add streamItems event listener for tags
|
2021-05-26 18:03:29 -03:00 |
|
Antonella Sgarlatta
|
b0682e913b
|
fix: make dropdown items full width
|
2021-05-26 17:51:37 -03:00 |
|
Antonella Sgarlatta
|
69c9247cd9
|
feat: remove tag on backspace press
|
2021-05-26 17:49:09 -03:00 |
|
Antonella Sgarlatta
|
d6f1cc3730
|
feat: focus last tag when pressing backspace on input
|
2021-05-26 17:38:20 -03:00 |
|
Antonella Sgarlatta
|
90cc806e15
|
feat: highlight tag on click
|
2021-05-26 16:32:29 -03:00 |
|
Antonella Sgarlatta
|
f7bc9e0b0a
|
feat: make hint fixed on bottom of dropdown
|
2021-05-26 16:31:53 -03:00 |
|
Antonella Sgarlatta
|
6d865bc04f
|
fix: don't show hint if a tag already exists with that title
|
2021-05-26 16:03:33 -03:00 |
|
Antonella Sgarlatta
|
fa08b7eaf3
|
fix: prevent form submission on dropdown option click
|
2021-05-26 15:57:28 -03:00 |
|
Antonella Sgarlatta
|
237a64c322
|
feat: get sorted tags for note
|
2021-05-25 19:57:14 -03:00 |
|
Antonella Sgarlatta
|
fe9587b271
|
chore(version-snjs): 2.4.0
|
2021-05-25 19:55:53 -03:00 |
|
Antonella Sgarlatta
|
d738594a9c
|
Merge branch 'main' into develop
|
2021-05-25 18:11:27 -03:00 |
|
Antonella Sgarlatta
|
2e30fe831a
|
chore(version): 3.7.0
|
2021-05-25 17:57:46 -03:00 |
|
Antonella Sgarlatta
|
bb0a537dc5
|
Merge branch 'develop' into release/3.7.0
|
2021-05-25 17:57:04 -03:00 |
|
Antonella Sgarlatta
|
e3ea0aaafc
|
feat: create and add tag on click enter
|
2021-05-25 17:31:36 -03:00 |
|
Antonella Sgarlatta
|
4c6bfb8519
|
feat: create and add tag to note on hint click
|
2021-05-25 17:25:57 -03:00 |
|
Antonella Sgarlatta
|
5c5523fd0a
|
fix: reload tags after adding or removing them from context menu
|
2021-05-25 16:48:45 -03:00 |
|
Antonella Sgarlatta
|
4d67c484f9
|
fix: focus input after option click
|
2021-05-25 16:47:21 -03:00 |
|
Antonella Sgarlatta
|
42b1f4d62f
|
feat: add new tag hint to dropdown
|
2021-05-25 16:19:02 -03:00 |
|
Antonella Sgarlatta
|
ee975df6d3
|
fix: add sync after adding tag
|
2021-05-25 16:15:43 -03:00 |
|
Antonella Sgarlatta
|
eb89fe4a01
|
styles: make class names BEM and extract sn-dropdown-item style
|
2021-05-25 16:09:14 -03:00 |
|
Antonella Sgarlatta
|
cdf8f60655
|
refactor: extract Tag to its own component
|
2021-05-25 15:57:51 -03:00 |
|
Antonella Sgarlatta
|
2b734415e4
|
fix: remove async from reloadActiveNoteTags
|
2021-05-25 11:49:37 -03:00 |
|
Antonella Sgarlatta
|
447c0109f0
|
fix: keep tag title in dropdown in its original case
|
2021-05-24 19:16:17 -03:00 |
|
Antonella Sgarlatta
|
b6aaa49e50
|
fix: reload tag results after adding tag
|
2021-05-24 19:13:46 -03:00 |
|
Antonella Sgarlatta
|
c05220af7a
|
feat: remove previous tag input
|
2021-05-24 19:07:21 -03:00 |
|
Antonella Sgarlatta
|
a8d6080a6f
|
feat: add tag on dropdown option click
|
2021-05-24 19:07:07 -03:00 |
|
Antonella Sgarlatta
|
e2585200ac
|
fix: make dropdown height adjust to screen
|
2021-05-24 18:28:13 -03:00 |
|
Antonella Sgarlatta
|
c230cdee81
|
fix: add missing key
|
2021-05-24 17:23:44 -03:00 |
|
Antonella Sgarlatta
|
b2d15be184
|
feat: omit active note tags from dropdown
|
2021-05-24 17:22:54 -03:00 |
|
Antonella Sgarlatta
|
f23e4a4b44
|
chore(version-snjs): 2.3.2
|
2021-05-24 17:21:53 -03:00 |
|
Antonella Sgarlatta
|
1d2c34cf66
|
Merge branch 'develop' into feature/autocomplete-tags
|
2021-05-24 17:06:44 -03:00 |
|
Antonella Sgarlatta
|
be6893b8dc
|
feat: add autocomplete tags input and dropdown
|
2021-05-24 17:06:09 -03:00 |
|
Johnny A
|
d2ec5f6645
|
chore(deps): update extensions-manager (#563)
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
|
2021-05-24 14:55:07 -04:00 |
|
Antonella Sgarlatta
|
278bec8d56
|
feat: close context menu on extension click
|
2021-05-24 11:46:43 -03:00 |
|
Antonella Sgarlatta
|
f0ca90fd4f
|
chore(version-snjs): 2.3.1
|
2021-05-24 11:44:08 -03:00 |
|
Antonella Sgarlatta
|
6a7e09cd26
|
fix: new note button not working when multiple notes selected
|
2021-05-24 11:05:15 -03:00 |
|
Antonella Sgarlatta
|
633add73c9
|
feat: remove animations from context menu
|
2021-05-24 10:51:24 -03:00 |
|
Antonella Sgarlatta
|
905e5ab193
|
styles: fix class names
|
2021-05-20 17:10:10 -03:00 |
|
Antonella Sgarlatta
|
90250d22a3
|
feat: modify current tags to v4 style
|
2021-05-20 17:09:11 -03:00 |
|
Antonella Sgarlatta
|
0a433ff5d4
|
styles: fix class names
|
2021-05-20 17:07:50 -03:00 |
|
Antonella Sgarlatta
|
6a9d54c2ae
|
fix: make menus scrollable when there's not enough space
|
2021-05-20 16:57:34 -03:00 |
|
Antonella Sgarlatta
|
c7be130a94
|
refactor: remove unused import
|
2021-05-20 15:37:39 -03:00 |
|