3964 Commits

Author SHA1 Message Date
thecodrr
c4fddf5fe4 feat: limit title length to 120 chars 2020-03-02 09:47:27 +05:00
thecodrr
782992b2ad fix: #40 2020-03-02 09:40:09 +05:00
thecodrr
a16019b313 fix: #39 2020-03-02 09:32:34 +05:00
thecodrr
aa8f499a2c feat: add context menu for list items (#27) 2020-03-01 20:03:37 +05:00
thecodrr
29a2b9e2f2 fix: #21 2020-03-01 11:34:02 +05:00
thecodrr
a5ab36d678 fix: #34 2020-03-01 11:31:54 +05:00
thecodrr
7416805a3b fix: notebook dialog should reset on close 2020-03-01 11:28:27 +05:00
thecodrr
ec35e88d67 fix: topics interaction in add notebook dialog 2020-03-01 11:28:27 +05:00
thecodrr
7fb3355f7e fix: crash on adding topics 2020-03-01 11:28:27 +05:00
Muhammad Ali
63f0127f69 fix: notebooks not showing in move dialog (#37) 2020-03-01 11:06:52 +05:00
Muhammad Ali
76296d7a49 fix: crash on notebook creation (#36)
fix: add notebook dialog not closing
2020-03-01 10:46:04 +05:00
thecodrr
3c00eb3aa6 refactor: remove unused import 2020-03-01 10:42:30 +05:00
thecodrr
3b99847609 fix: make dropdown menu items functional (#33 & #29) 2020-03-01 10:41:29 +05:00
Muhammad Ali
631a556a18 fix: create notebook dialog is not focused on open (#35) 2020-03-01 10:35:25 +05:00
thecodrr
b5f152ba1a Revert "feat: implement argon2 hashing algo (experimental)"
This reverts commit 9a8db4b067.
2020-03-01 10:32:01 +05:00
thecodrr
9a8db4b067 feat: implement argon2 hashing algo (experimental) 2020-03-01 09:57:31 +05:00
thecodrr
38485f9cd4 refactor: use subtle.crypto instead of CryptoJS 2020-02-29 11:09:38 +05:00
thecodrr
1444cab7e6 feat: fix database crypto 2020-02-27 16:39:49 +05:00
thecodrr
d6a7d2f204 feat: add opened note indicator 2020-02-26 22:12:11 +05:00
thecodrr
6e0f28fb81 ui: reduce fav & lock icon size in note 2020-02-26 21:54:44 +05:00
thecodrr
8185cb24d8 ui: minor optimizations 2020-02-26 21:47:11 +05:00
thecodrr
ed602e983b fix: navigating to color routes does not unselect the previously selected route 2020-02-26 15:00:24 +05:00
thecodrr
4c51e21822 feat: implement dynamic color routes 2020-02-26 14:20:54 +05:00
thecodrr
22db08c18d feat: sync selected tag with editor 2020-02-26 10:35:28 +05:00
thecodrr
ea5c815037 feat: remove menu from tag item 2020-02-25 15:27:54 +05:00
thecodrr
4aa9c0fe4c feat: bring editor session context support 2020-02-25 14:45:20 +05:00
thecodrr
afbc444260 feat: sync opened note in list with editor 2020-02-25 14:32:33 +05:00
thecodrr
48996f3884 Merge branch 'master' into state-management 2020-02-25 13:57:07 +05:00
Muhammad Ali
623ee70f27 feat: impl full colors support (#14)
* feat: added color tag feature

* feat: completed adding color feat. to notes

* feat: tags addition for new note btn& refactor
2020-02-25 12:46:31 +05:00
thecodrr
00058560b4 Merge branch 'master' into state-management 2020-02-25 12:25:45 +05:00
thecodrr
255085efb8 fix: favorites not being unfavorited 2020-02-25 12:12:02 +05:00
thecodrr
24c32a4061 fix: don't show seperator in favorites item info 2020-02-25 11:55:44 +05:00
thecodrr
0cea4abe3d fix: resolve all warnings 2020-02-25 11:45:19 +05:00
thecodrr
f21573241f feat: implement global state for favorites 2020-02-25 11:44:45 +05:00
thecodrr
f32f6db9ab fix: items not restoring/deleting from trash 2020-02-25 11:44:12 +05:00
thecodrr
73810e14dd fix: pass index as a parameter to menuItems 2020-02-25 10:11:58 +05:00
thecodrr
0deb795451 feat: move trash logic to global state 2020-02-25 10:05:10 +05:00
Muhammad Ali
be46cb81f4 feat: remove notebook favorite logic (#17)
* fix: notebook favorite logic deleted

* menu item
2020-02-25 09:56:23 +05:00
thecodrr
ab08b31b24 fix: resolve all warnings 2020-02-24 23:45:47 +05:00
thecodrr
f9e88ce6d2 feat: shift the whole editor to global state 2020-02-24 23:42:23 +05:00
thecodrr
964dda35f8 fix: back ticks overlapping in editor 2020-02-24 01:20:49 +05:00
thecodrr
2dac6e472c feat: make our own react-quill 2020-02-24 01:20:19 +05:00
thecodrr
ba6dc11b8c feat: start making editor stateful 2020-02-23 19:22:36 +05:00
Waqar Ahmed
8617e50c67 fix: rename confirm dialog click handler/ favorites (#16)
* Fix ConfirmationDialog 'negative-btn' not working

* Fix: Fav items not being del/unfav
2020-02-23 12:51:56 +05:00
thecodrr
e3cbcc0bdb feat: make notes refreshing stateful 2020-02-23 12:40:39 +05:00
thecodrr
758fdf28eb refactor: clean note pinning 2020-02-23 12:12:35 +05:00
thecodrr
86e0625a73 feat: make notes logic stateful 2020-02-23 11:58:35 +05:00
thecodrr
4f81fc78d0 feat: move openSideMenu to state 2020-02-23 11:17:05 +05:00
thecodrr
109da058b2 fix: dropdown not closing on any action on nb 2020-02-23 11:00:53 +05:00
thecodrr
9f4e3158ee feat: add delete 2020-02-23 10:57:21 +05:00