Aman Harwara
8e467f9e6d
refactor: format and lint codebase ( #971 )
2022-04-13 22:02:34 +05:30
Aman Harwara
df54c3701c
fix: progress bar color on firefox ( #958 )
2022-03-29 18:04:40 +05:30
Mo
ceedaade82
Revert "feat: wrap search option bubbles if not enough space ( #918 )"
...
This reverts commit be6a9fdb34 .
2022-03-10 09:52:39 -06:00
Aman Harwara
be6a9fdb34
feat: wrap search option bubbles if not enough space ( #918 )
2022-03-10 20:57:59 +05:30
Myreli
5d49352f93
feat: redesign search filtering experience ( #908 )
...
* feat(search): redesign search filters as bubbles like mobile
* fix(search): decouble Bubble component styling
- animate the bubles on search
- decouple the Bubbles styling using utility classes
- improve styling of the new search options
* fix(Bubble): remove duplicated utility classes
* fix(bubble): use color neutral utility
* fix(bubble): increase gaps and justify center
* fix(Bubble): increase height and decrease gap
* fix(search): improve usability on search options
- increase animation timing to match mobile
- properly center cancel button
- only show cancel on text input
- prevent search options from disappearing when clicking with no text
* fix(search-options): improve spacing and auto size
* fix(search-options): improve animation and decrease gap
2022-03-08 10:50:21 -06:00
Aman Harwara
3373a47da4
fix: use break-word for note list item title; closes #873 ( #875 )
2022-02-16 22:13:45 +05:30
Aman Harwara
03ba4afd2e
fix: note list item border ( #862 )
2022-02-11 19:46:00 +05:30
Aman Harwara
9932c2a177
fix: notes list item layout when title is empty ( #850 )
2022-02-07 19:59:43 +05:30
Mo
70f4dd6353
feat: enable folders by default and remove from experimental features
2022-02-01 12:31:37 -06:00
Mo
ed729ab4ef
fix: app column layout
2022-01-31 12:16:18 -06:00
Aman Harwara
0e00901f15
fix: note icons getting pushed by extra-long words ( #835 )
2022-01-31 19:20:48 +05:30
Mo
50c92619ce
refactor: migrate remaining angular components to react ( #833 )
...
* refactor: menuRow directive to MenuRow component
* refactor: migrate footer to react
* refactor: migrate actions menu to react
* refactor: migrate history menu to react
* fix: click outside handler use capture to trigger event before re-render occurs which would otherwise cause node.contains to return incorrect result (specifically for the account menu)
* refactor: migrate revision preview modal to react
* refactor: migrate permissions modal to react
* refactor: migrate password wizard to react
* refactor: remove unused input modal directive
* refactor: remove unused delay hide component
* refactor: remove unused filechange directive
* refactor: remove unused elemReady directive
* refactor: remove unused sn-enter directive
* refactor: remove unused lowercase directive
* refactor: remove unused autofocus directive
* refactor(wip): note view to react
* refactor: use mutation observer to deinit textarea listeners
* refactor: migrate challenge modal to react
* refactor: migrate note group view to react
* refactor(wip): migrate remaining classes
* fix: navigation parent ref
* refactor: fully remove angular assets
* fix: account switcher
* fix: application view state
* refactor: remove unused password wizard type
* fix: revision preview and permissions modal
* fix: remove angular comment
* refactor: react panel resizers for editor
* feat: simple panel resizer
* fix: use simple panel resizer everywhere
* fix: simplify panel resizer state
* chore: rename simple panel resizer to panel resizer
* refactor: simplify column layout
* fix: editor mount safety check
* fix: use inline onLoad callback for iframe, as setting onload after it loads will never call it
* chore: fix note view test
* chore(deps): upgrade snjs
2022-01-30 19:01:30 -06:00
Aman Harwara
36584b07bd
fix: Notes list options menu getting hidden ( #827 )
2022-01-27 18:37:29 +05:30
Laurent Senta
7996f4e5a2
feat: nicer smart filters & folders theme ( #795 )
...
* fix: color add button and drop
* fix: color scrollbars
* fix: remove infinite scroll and fix scrollbars
* fix: plus icon center
* fix: navigation padding, structure simplif and naming
* fix: simplify scrollbars
* fix: scroll bar simplif + scheme in macos
* fix: magic variables to const
* refactor: extract panel ref state
* refactor: remove dead code, simple macos theme
2022-01-12 13:45:41 +01:00
Aman Harwara
875f5417be
feat: Add option to toggle editor icon in new notes list design ( #799 )
2022-01-06 20:30:10 +05:30
Karol Sójko
c42eeea383
Revert "Revert "feat: New notes list design ( #780 )""
...
This reverts commit d76c636e54 .
2022-01-05 16:12:12 +01:00
Karol Sójko
d76c636e54
Revert "feat: New notes list design ( #780 )"
...
This reverts commit 7dd4a60595 .
2022-01-05 16:11:34 +01:00
Aman Harwara
7dd4a60595
feat: New notes list design ( #780 )
2022-01-04 17:29:10 +05:30
Aman Harwara
270fcbc3bc
refactor: Move notes_view to React ( #761 )
2021-12-21 20:31:11 +05:30
Antonella Sgarlatta
5561ab65ff
styles: make note flags wrap
2021-06-24 14:35:50 -03:00
Antonella Sgarlatta
075f1b910b
styles: revert search options button styling
2021-05-12 18:29:02 -03:00
Antonella Sgarlatta
b3380cf323
styles: fix search bar delete button style
2021-05-11 17:06:37 -03:00
Antonella Sgarlatta
a1d56abd2e
Merge branch 'develop' into feature/multiple-selection
2021-04-28 14:53:15 -03:00
Baptiste Grob
e5b3a5a4f9
fix: incorrect search clear button positioning
2021-04-15 14:44:22 +02:00
Baptiste Grob
abfc588368
feat: multiple selected notes panel
2021-04-13 14:43:48 +02:00
Baptiste Grob
ed69680295
feat: search options ( #540 )
...
* feat: search options
* feat: sanitize folder names
* fix: add cursor: pointer to switch
* fix: explicitly make the search bar a text input
* refactor: remove magic number
* refactor: extract Switch component to its own file
* refactor: split AppState into multiple files
* refactor: review comments
2021-04-06 16:48:25 +02:00
Baptiste Grob
56665b2315
feat: search protected notes text
2021-03-10 14:38:24 +01:00
Baptiste Grob
ed7f093e02
feat: make "Protected" flag more subtle
2021-02-22 11:40:43 +01:00
Baptiste Grob
c084268f51
feat: display warning banner when using the app with no account
2021-02-02 15:40:20 +01:00
Baptiste Grob
5f02540668
feat: improve focus styles
2021-01-22 12:56:11 +01:00
Baptiste Grob
2c0f215409
feat: (wip) sessions management
2020-12-16 17:27:26 +01:00
Baptiste Grob
f43087bff4
fix: improve empty notes list style
2020-08-21 10:49:49 +02:00
Baptiste Grob
572e2ce371
feat: add empty notes list view
2020-08-20 12:33:12 +02:00
Mo Bitar
7ee89eb9ba
AccountMenu form data management + layout fixes
2020-01-31 13:05:50 -06:00
MaxLap
e7cb54f942
Use overflow-y: auto instead of overflow-y: scroll
2020-01-31 12:08:06 -06:00
Mo Bitar
3c8c43ac7e
Refactors most controllers and directives into classes for more organized and maintainable code
2020-01-30 13:37:16 -06:00