thecodrr
93edbecff3
fix: show tag alias before tag title
2021-07-20 23:01:46 +05:00
thecodrr
4107c09cfb
fix: improve tags filtering ux
2021-07-20 23:01:20 +05:00
thecodrr
983a5e41db
fix: create new default session obj for immutability
2021-07-20 23:00:55 +05:00
thecodrr
7cb6dc93b9
fix: show new topic field on empty notebook expand
2021-07-20 23:00:00 +05:00
thecodrr
f7c864d447
fix: dialog of topic creation not opening
2021-07-20 22:59:05 +05:00
thecodrr
b4e9ab1974
fix: make code blocks scrollable
2021-07-20 22:58:34 +05:00
thecodrr
2bbfc52e56
feat: impl tag create & edit
2021-07-20 12:47:11 +05:00
thecodrr
6302bc6d79
feat: add handy shortcuts for editor
2021-07-20 11:57:48 +05:00
thecodrr
d707d02cbd
test: more editor tests
2021-07-20 11:27:25 +05:00
thecodrr
3b71945702
refactor: fix all warnings
2021-07-20 11:27:07 +05:00
thecodrr
73fa8497e7
fix: unintended scroll bars due to nav menu
2021-07-20 11:25:02 +05:00
thecodrr
621cebfcf2
feat: significantly improve editor code block
2021-07-20 11:18:49 +05:00
thecodrr
45323ced12
test: add editor focus mode test
2021-07-18 18:20:35 +05:00
thecodrr
96f61df686
test: add test for note unlocking and editing
2021-07-18 18:02:13 +05:00
thecodrr
3f8e88c4cf
fix: close note when it gets locked
2021-07-18 18:01:57 +05:00
thecodrr
2756972065
perf: load local fonts instead of google fonts
2021-07-18 16:38:18 +05:00
thecodrr
2234a11e6f
test: fix all tests
2021-07-17 13:19:03 +05:00
thecodrr
2cd12692c1
feat: move tags from properties to under editor title
2021-07-17 13:05:23 +05:00
thecodrr
5a4abd39ff
fix: editor isn't taking full vertical space
2021-07-17 10:56:22 +05:00
thecodrr
da58ae282a
fix: crash when opening topics/tags
2021-07-17 10:55:58 +05:00
thecodrr
ecd72c8f44
fix: notebook item note refreshing on edit
2021-07-17 10:55:46 +05:00
thecodrr
5b64214138
fix: cannot switch to previous note if locked note is opened
2021-07-17 10:55:27 +05:00
thecodrr
5989106aa9
feat: show note title when unlocking
2021-07-17 10:54:49 +05:00
thecodrr
341e1d5c1e
feat: change button hover affect for diff variants
2021-07-17 09:07:41 +05:00
thecodrr
2407d2620e
feat: change hover color
2021-07-17 09:07:01 +05:00
thecodrr
7a4ceb9a40
feat: add compact/detailed view mode toggle
2021-07-17 09:06:47 +05:00
thecodrr
5fcd14d1fe
feat: hide status bar on mobile
2021-07-17 08:50:43 +05:00
thecodrr
9fa9373fa8
feat: more usable ui for mobile and tablet
2021-07-17 08:50:18 +05:00
thecodrr
36da5fddff
feat: bookmark icon for topic
2021-07-17 08:47:04 +05:00
thecodrr
9cad4af9d2
feat: round create button on desktop
2021-07-17 08:46:24 +05:00
thecodrr
f69fcf9349
fix: side menu not opening on mobile
2021-07-17 08:46:04 +05:00
thecodrr
e19219a678
feat: allow adjusting icon's stroke-width
2021-07-17 08:45:23 +05:00
thecodrr
29e859603e
feat: improve editor ui for smaller screens
2021-07-17 08:44:54 +05:00
thecodrr
423fdb406c
fix: select all not selecting all items
2021-07-17 08:43:58 +05:00
thecodrr
06bdfc2f4f
feat: change hover color from shade to hover
2021-07-17 08:43:12 +05:00
thecodrr
1646335239
feat: more elegant side menu ui
2021-07-17 08:42:25 +05:00
thecodrr
6c4dc8173e
feat: make notebook item consistent with note item
2021-07-17 08:40:39 +05:00
thecodrr
38fff01305
feat: show 2 tags & notebook on the note item
2021-07-17 08:38:37 +05:00
thecodrr
6093970137
feat: minor improvements to note item ui
2021-07-17 08:35:36 +05:00
thecodrr
dcdbcd62e8
feat: improve listitem ui
2021-07-17 08:34:03 +05:00
thecodrr
e2eca47daf
test: kill previous server instances before start
2021-07-17 08:26:28 +05:00
thecodrr
c51f507eec
feat: focus editor instead of title on note open
2021-07-17 08:25:49 +05:00
thecodrr
49be2dc0e4
fix: make sure the fab button remains on top
2021-07-17 08:23:46 +05:00
thecodrr
720a25608d
fix: send a unique nonce as prop to editor
...
this is necessary because sometimes on mobile, a note is closed
and cannot be opened again because noteId
prop is the same.
2021-07-17 08:22:13 +05:00
thecodrr
86836e1d18
fix: replace hash route on logout
2021-07-17 08:20:25 +05:00
thecodrr
560f7e0ffc
fix: build notesnook-web for desktop when releasing
2021-07-17 08:17:52 +05:00
thecodrr
1a314be875
feat: improve reminder bar ui
2021-07-17 08:17:24 +05:00
thecodrr
f3e50df4a4
feat: add grouping in every list
2021-07-17 00:25:21 +05:00
thecodrr
0094b132bc
feat: change default font to Open Sans
2021-07-17 00:12:59 +05:00
thecodrr
9245b545ee
feat: migrate to react-virtuoso from react-window
...
migrating because react-window does not support
automatic variable sized items. However, I may have to migrate back
because there is a weird error in react-virtuoso.
Migration back probably won't be a good idea though.
2021-07-17 00:09:29 +05:00