Commit Graph

1597 Commits

Author SHA1 Message Date
Antonella Sgarlatta
dcbc8f59f9 fix: focus autocomplete input after adding tag from hint 2021-06-16 18:10:22 -03:00
Antonella Sgarlatta
2473a780d1 fix: scroll notes list when navigating with arrow keys 2021-06-16 14:13:03 -03:00
Antonella Sgarlatta
91fc475aac fix: show autocomplete tag results only if query isn't empty 2021-06-16 12:54:39 -03:00
Antonella Sgarlatta
124f7779c3 fix: remove recursive tag deletion 2021-06-16 12:28:32 -03:00
Antonella Sgarlatta
a85d2b9676 styles: remove faded style to disabled margin resizers 2021-06-16 12:24:44 -03:00
Antonella Sgarlatta
1c07253efb fix: reduce panel resizer width 2021-06-16 12:03:54 -03:00
Antonella Sgarlatta
1af72abe23 fix: set next version host on host input change 2021-06-15 17:15:48 -03:00
Antonella Sgarlatta
ce383a516e chore: remove batchMgrUrl getter 2021-06-15 13:16:30 -03:00
Antonella Sgarlatta
ea090cc227 Merge branch 'main' into develop 2021-06-14 17:50:22 -03:00
Antonella Sgarlatta
2fa8767f5c styles: make note tags background color transparent 2021-06-14 17:49:24 -03:00
Antonella Sgarlatta
54cde5b885 chore(version-deps): StyleKit v5.2.1 2021-06-14 16:38:21 -03:00
Antonella Sgarlatta
d2e7c01821 Merge branch 'develop' into feature/remove-batch-manager 2021-06-14 15:53:06 -03:00
Antonella Sgarlatta
3f575b80cb Merge branch 'develop' into fix/lock-app-on-background 2021-06-14 15:47:44 -03:00
Antonella Sgarlatta
b036174d11 feat: when removing a tag, remove descendants as well 2021-06-14 14:11:54 -03:00
Antonella Sgarlatta
59737f4358 fix: add close on blur to search options dropdown 2021-06-14 13:53:56 -03:00
Antonella Sgarlatta
49788c436c fix: add close on blur to overflow menu dropdown 2021-06-14 13:39:50 -03:00
Antonella Sgarlatta
cf8d7039f5 Merge branch 'develop' into fix/lock-app-on-background 2021-06-14 13:32:43 -03:00
Antonella Sgarlatta
bfef98f6b8 fix: remove log 2021-06-14 13:23:29 -03:00
Antonella Sgarlatta
b4896d4385 Merge branch 'develop' into fix/lock-app-on-background 2021-06-10 12:34:12 -03:00
Antonella Sgarlatta
df1257ac7e styles: remove min width from tags dropdown 2021-06-10 12:18:18 -03:00
Antonella Sgarlatta
c4db37ff94 fix: disallow creating empty tag 2021-06-10 11:58:10 -03:00
Antonella Sgarlatta
860e30de20 styles: change overflow to auto and add back dropdowns min width 2021-06-10 11:18:29 -03:00
Antonella Sgarlatta
c0348a0d0a styles: fix sessions modal height 2021-06-10 10:59:39 -03:00
Antonella Sgarlatta
655310efc2 Merge branch 'develop' into fix/lock-app-on-background 2021-06-09 19:10:48 -03:00
Antonella Sgarlatta
f433576930 fix: add close on blur to tags dropdown 2021-06-09 17:16:22 -03:00
Antonella Sgarlatta
717d52dd8a fix: tag rename to empty string should preserve its original title 2021-06-09 16:39:19 -03:00
Antonella Sgarlatta
ead8d5dcf6 fix: if tag already exists it shouldn't be added to the list 2021-06-09 16:38:53 -03:00
Antonella Sgarlatta
a1c2e28383 Merge branch 'develop' into fix/lock-app-on-background 2021-06-09 13:47:33 -03:00
Antonella Sgarlatta
c09a2f02c2 fix: update poll interval 2021-06-09 12:52:07 -03:00
Antonella Sgarlatta
1894b13da9 styles: remove outline from tag input 2021-06-08 19:36:04 -03:00
Antonella Sgarlatta
0e59a6c431 fix: make sessions modal scrollable 2021-06-08 19:25:25 -03:00
Antonella Sgarlatta
c38b1f042f feat: make delete backups checkbox off by default 2021-06-08 19:07:55 -03:00
Antonella Sgarlatta
a255079cab Merge branch 'develop' into feature/remove-batch-manager 2021-06-08 18:59:39 -03:00
Antonella Sgarlatta
61e9fdb81f Merge branch 'develop' into fix/lock-app-on-background 2021-06-08 18:59:15 -03:00
Antonella Sgarlatta
98c6078a0d fix: don't wait until regaining focus to lock app 2021-06-07 19:07:31 -03:00
Antonella Sgarlatta
e24734e3cd feat: remove batch manager 2021-06-07 16:32:28 -03:00
Antonella Sgarlatta
6617362783 feat: add parent chain tags when adding a tag 2021-06-07 14:39:58 -03:00
Antonella Sgarlatta
c44c7348e9 Merge branch 'develop' into feature/autocomplete-tags 2021-06-07 14:36:29 -03:00
Antonella Sgarlatta
57689f1f15 styles: fix spacing between title and tag input 2021-06-07 12:16:38 -03:00
Karol Sójko
8dde06b93b feat: add alternative server for purposes of switching to API v1 (#571)
* feat: add alternative server for purposes of switching to API v1

* fix: naming of next version sync server host variable
2021-06-07 15:19:26 +02:00
Antonella Sgarlatta
a9f0c6fd2f fix: add arrows navigation for tag hint 2021-06-03 20:46:44 -03:00
Antonella Sgarlatta
622cca770f feat: focus input after selecting tag 2021-06-03 20:37:02 -03:00
Antonella Sgarlatta
ff0270f1ac fix: don't show dropdown if there are no results 2021-06-03 20:10:17 -03:00
Antonella Sgarlatta
e7fc2066c2 fix: remove log 2021-06-03 20:08:26 -03:00
Antonella Sgarlatta
7cf668f172 Merge branch 'develop' into feature/autocomplete-tags 2021-06-03 18:52:27 -03:00
Antonella Sgarlatta
75cefc122e fix: add ellipsis overflow to tag text on note options 2021-06-03 18:48:22 -03:00
Antonella Sgarlatta
2b40ccfe13 refactor: store refs in components 2021-06-03 17:45:43 -03:00
Antonella Sgarlatta
3d0c8d5cce fix: avoid event propagation when deleting a tag 2021-06-03 17:45:19 -03:00
Antonella Sgarlatta
a67039a184 styles: set max width for tag hint 2021-06-03 15:43:58 -03:00
Antonella Sgarlatta
75813803c3 fix: make tag selected on second click 2021-06-03 15:37:42 -03:00