3964 Commits

Author SHA1 Message Date
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
thecodrr
f39832d775 feat: add notebook state to store 2020-02-22 10:21:12 +05:00
thecodrr
631219ef2f feat: create store 2020-02-22 09:59:24 +05:00
thecodrr
8a82143d88 ui: fix multiple topbar showing in nb & settings view 2020-02-20 19:32:56 +05:00
thecodrr
7f99857209 ui: add notesnook title to side menu 2020-02-20 19:10:37 +05:00
thecodrr
216c00109a ui: make ui responsive for mobile 2020-02-20 18:50:06 +05:00
thecodrr
3c87e4bcb8 ui: convert unit to rem 2020-02-20 18:49:45 +05:00
thecodrr
4ec16e9315 ui: improve login dialog and dialogs ui 2020-02-20 15:26:28 +05:00
thecodrr
6de7125c7a ui: fix dialog icon & content sizing 2020-02-20 15:10:25 +05:00
Waqar Ahmed
6847c48657 fix: multiple dropdowns can open at the same time (#8) 2020-02-20 14:52:19 +05:00
Waqar Ahmed
a873d9bd13 fix: improve move dialog ui & fix move note (#9)
* Fix move dialog not working

* Fix 'Add To' showing for note of a notebook

* remove console.log

Co-authored-by: Abdullah Atta <abdullahatta31@gmail.com>
2020-02-20 14:50:49 +05:00
alihamuh
75c6d28ce3 fix: onClick event in Trash 2020-02-20 14:22:52 +05:00
alihamuh
48eabd9b87 fix: added note showing to favorite 2020-02-20 13:02:58 +05:00
thecodrr
b2afb53d2a fix: make app run on edge 2020-02-20 10:43:58 +05:00
Waqar Ahmed
3601d158a9 fix: trash, warnings & note list refresh (#7)
* Fix trash not working

* Fix key not assigned to list warning

* -ms-overflow-style -> msOverflowStyle

* Use timer to refresh note list in navigator

* remove unused code

Co-authored-by: Abdullah Atta <abdullahatta31@gmail.com>
2020-02-19 22:14:30 +05:00
Waqar Ahmed
ac615667f0 Fix no notes causing crash (#6) 2020-02-19 18:11:37 +05:00
thecodrr
5102f27679 ui: decrease sizing of everything 2020-02-19 17:39:26 +05:00
thecodrr
882deda736 fix: database not initializing before page load 2020-02-19 17:39:25 +05:00
Waqar Ahmed
762267e7fe Fix nav menus not visible on smaller screens (#5)
* Fix nav menus not visible on smaller screens

* Mark as TODO
2020-02-19 17:36:19 +05:00
Waqar Ahmed
3d3d1878f5 Fix items not defined error in Listview when clicking on trash (#4)
* Fix items not defined error in Listview when clicking on trash

* Apply review changes
2020-02-19 15:37:04 +05:00
Waqar Ahmed
2e3574fd7c Minor refactoring for properties (#3) 2020-02-19 15:19:52 +05:00
thecodrr
af097e4b50 fix: all api related issues 2020-02-12 16:50:50 +05:00
alihamuh
5892f88abb feat: api changed 2020-02-12 01:40:52 +05:00
alihamuh
2955eb8143 Merge branch 'master' of https://github.com/thecodrr/notes-web 2020-02-10 11:45:06 +05:00
alihamuh
ba0584157b feat: added home animation 2020-02-10 11:44:54 +05:00
thecodrr
7afce174df feat: reenable code-blocks in md 2020-01-29 18:12:26 +05:00
thecodrr
0b60f2b9a6 feat: add code highlighting in quilljs 2020-01-29 18:10:47 +05:00
thecodrr
543120ef34 fix: do not mutate state directly 2020-01-29 17:11:50 +05:00
thecodrr
691039eb05 ui: theme button toggling in nav menu 2020-01-29 17:07:07 +05:00
thecodrr
f86ddce4a0 fix: properties view animating on hide/show 2020-01-29 16:15:11 +05:00
thecodrr
6aaa79713b ui: seperate bottom routes 2020-01-29 14:33:17 +05:00
thecodrr
3b2ac11d38 ui: responsiveness and nav design improvements 2020-01-29 14:07:51 +05:00
thecodrr
6adf05c849 feat: make selection nav view & nav view state persistent 2020-01-29 11:25:22 +05:00
thecodrr
3c545084b1 feat: make sub navigators persistent 2020-01-29 11:10:06 +05:00
thecodrr
3d12fc75fd refactor: move usePersistentState 2020-01-28 19:26:53 +05:00
thecodrr
cdd2d5f9d4 refactor: minor cleanup 2020-01-28 19:14:23 +05:00
thecodrr
e47f35eb05 feat: make navigation view collapsable 2020-01-28 18:54:23 +05:00