Commit Graph

4554 Commits

Author SHA1 Message Date
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
52a58a627c chore: update readme.md 2020-02-26 15:06:29 +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
thecodrr
b3772e1f72 fix: rename addNotebook to add 2020-02-23 10:53:38 +05:00
thecodrr
fbd6fb5a11 fix: make immer happy 2020-02-23 10:52:12 +05:00
thecodrr
f7411f222c feat: create appstore 2020-02-23 10:50:51 +05:00
thecodrr
afc6d4cd05 refactor: separate notebooks store 2020-02-23 10:46:20 +05:00
Muhammad Ali
0ed88c475b fix: add title for tag when navigating (#15) 2020-02-23 00:15:18 +05:00
thecodrr
168e66563b fix: use notebook.dateCreated for date 2020-02-22 14:38:52 +05:00
thecodrr
83180fb9a5 refactor: remove unused imports 2020-02-22 14:37:50 +05:00
thecodrr
723613771b fix: initialize state on app launch 2020-02-22 14:24:53 +05:00
thecodrr
c335697263 refactor: clean up dialogs 2020-02-22 13:46:24 +05:00
Waqar Ahmed
ea68dc1ab8 feat: add tags (#13)
* Fix empty tags being added

* Feat: Add tagging

* Fix incorrect usage of useState()

* Clean up

* refactor: remove console.log

Co-authored-by: Abdullah Atta <abdullahatta31@gmail.com>
2020-02-22 12:52:09 +05:00
Muhammad Ali
213a15ce09 fix: sync favorite & pin state between properties and navigator (#11)
* fix: properties and note favorite synced correctly

* to do list

* fixed: added pin sync and removed onClick error

* fix: removed save

* fix: removd comment
2020-02-22 11:21:17 +05:00
thecodrr
770f36f651 refactor: remove unused imports 2020-02-22 11:17:23 +05:00
thecodrr
b9eb241ab5 refactor: move createnbdialog to its own file 2020-02-22 11:14:13 +05:00
thecodrr
090937b57f feat: remove create notebook dialog 2020-02-22 10:21:29 +05:00