Commit Graph

10441 Commits

Author SHA1 Message Date
thecodrr
86e0625a73 feat: make notes logic stateful 2020-02-23 11:58:35 +05:00
ammarahm-ed
b87dd1c16a add font scaling 2020-02-23 11:47:14 +05:00
thecodrr
4f81fc78d0 feat: move openSideMenu to state 2020-02-23 11:17:05 +05:00
ammarahm-ed
ad21829971 save settings between sessions 2020-02-23 11:10:55 +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
ammarahm-ed
7b36191338 increase settings padding 2020-02-23 10:28:08 +05:00
ammarahm-ed
cb76c2f6df fix settings 2020-02-23 10:22:55 +05:00
ammarahm-ed
6909bab738 add placeholder 2020-02-23 10:13:13 +05:00
ammarahm-ed
98384ab162 fix adding notebook. 2020-02-23 10:03:41 +05:00
ammarahm-ed
b292cbc9d5 improve performance 2020-02-23 09:40:06 +05:00
Muhammad Ali
0ed88c475b fix: add title for tag when navigating (#15) 2020-02-23 00:15:18 +05:00
ammarahm-ed
cb752f3e37 minor fixes in ui for tabs 2020-02-22 20:00:57 +05:00
ammarahm-ed
f9997b9f84 minor fixes 2020-02-22 17:36: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
ammarahm-ed
9d82adbb23 fix ios editor 2020-02-22 13:55:20 +05:00
thecodrr
c335697263 refactor: clean up dialogs 2020-02-22 13:46:24 +05:00
ammarahm-ed
212fde4427 fix color shade 2020-02-22 13:02:16 +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
ammarahm-ed
2d4a373a70 fix storage for ios 2020-02-22 12:30:50 +05:00
ammarahm-ed
c1adf02355 fix crash 2020-02-22 11:49:11 +05:00
ammarahm-ed
478449c119 change settings ui 2020-02-22 11:40:03 +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
fa263faaa9 feat: add zustand 2020-02-22 09:51:00 +05:00
ammarahm-ed
5c4ddc2d03 minor fixes 2020-02-20 20:02:37 +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
ammarahm-ed
1dbd1564b2 fix delta being overwritten with id 2020-02-20 18:20:48 +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
ammarahm-ed
791129339d update 2020-02-20 14:45:41 +05:00
ammarahm-ed
5a4c835ae0 add multi-select functions 2020-02-20 14:45:23 +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
ammarahm-ed
23c07230af refactoring 2020-02-20 12:17:05 +05:00