Commit Graph

376 Commits

Author SHA1 Message Date
thecodrr
aa2fcb6876 fix: #74 2020-03-14 09:29:31 +05:00
thecodrr
4bc4de4329 fix: #107 2020-03-14 09:25:12 +05:00
thecodrr
4b84e363f4 ui: more vibrant gold color for favorite star 2020-03-11 14:56:30 +05:00
thecodrr
d7194b0ddd ui: animate when entering focus mode 2020-03-11 12:40:00 +05:00
thecodrr
6fb480af7e chore: ignore eslint warning 2020-03-11 12:33:06 +05:00
Muhammad Ali
6e4af154ef fix: navigator view not hiding in focus mode (#127)
* root navigator

* root-nav-changes

* dependency removed

* z-index val
2020-03-11 12:29:50 +05:00
thecodrr
e1db2f0663 fix: subnavigator not opening 2020-03-11 12:23:01 +05:00
thecodrr
057631ae4c fix: favorites nav item not selecting 2020-03-11 12:19:29 +05:00
Muhammad Ali
1f455e45ba feat: implement login/logout dialogs (#109)
* password hidded

* login-flow

* login flow

* log in flow

* removed console logs

* login logout flow

* login logout

* errors removed login added

* //comments removed

* one state lessened

* changes
2020-03-11 11:14:14 +05:00
thecodrr
47170abb53 fix: favorites note appearing 2020-03-11 11:07:27 +05:00
thecodrr
d403a38e2b feat: migrate whole search engine to zustand state 2020-03-11 11:04:48 +05:00
thecodrr
377c4df68f feat: implement topics search 2020-03-11 09:43:50 +05:00
thecodrr
b19aaaa946 feat: implement generic notes search 2020-03-11 09:43:19 +05:00
thecodrr
1ab386d52c feat: implement notebooks search 2020-03-11 09:43:07 +05:00
thecodrr
cca423c659 feat: implement tags search 2020-03-11 09:42:53 +05:00
thecodrr
1e8123d7d6 feat: implement search in home 2020-03-11 09:42:42 +05:00
thecodrr
fd817bcaa3 feat: implement search in trash 2020-03-11 09:42:24 +05:00
thecodrr
4ca4d3db18 feat: remove favorites (shift to context) 2020-03-11 09:42:02 +05:00
thecodrr
d70f305e56 feat: implement search navigation 2020-03-11 09:41:36 +05:00
thecodrr
8a2891a380 fix: resolve key warning 2020-03-10 11:49:37 +05:00
thecodrr
c88f5d3b4d feat: completely remove event emitter 2020-03-10 11:49:37 +05:00
thecodrr
8dc80cc329 feat: animate nav view opening/closing 2020-03-10 11:49:37 +05:00
thecodrr
085b89d98e refactor: resolve all warnings 2020-03-10 09:27:42 +05:00
thecodrr
14aba6faca fix: nav view not show/hiding 2020-03-10 09:21:20 +05:00
Muhammad Ali
786dcbe663 feat: implement add topic dialog (#96)
* firs commit

* added topic dialog

* making error changes

* merge lock

* comments resolved

* await error
2020-03-09 19:16:29 +05:00
thecodrr
9e776dd548 refactor: remove old placeholders 2020-03-09 15:12:08 +05:00
thecodrr
44bebec1a4 refactor: remove commented out code in Home.js 2020-03-09 15:01:25 +05:00
thecodrr
d0fd49ed6a feat: add tags placeholder 2020-03-09 14:57:39 +05:00
thecodrr
1ace0a2801 feat: add favorites placeholder 2020-03-09 14:51:03 +05:00
thecodrr
3affcc0a37 feat: add notebooks placeholder 2020-03-09 14:47:59 +05:00
thecodrr
1c6886e507 feat: add notes placeholder 2020-03-09 14:46:09 +05:00
thecodrr
a2d841b40e ui: minor optimizations 2020-03-09 11:05:44 +05:00
thecodrr
f9d45e4adf fix: crash when saving with Ctrl+S 2020-03-09 10:58:51 +05:00
Muhammad Ali
82a22d8e2a feat: increase editor font-size to 16px (#100) 2020-03-09 10:55:41 +05:00
thecodrr
24e76464f7 fix: make properties scrollable (#108) 2020-03-09 10:52:15 +05:00
thecodrr
528903cab7 fix: sort multi keys 2020-03-09 10:47:33 +05:00
thecodrr
1e462d05eb fix: each item in list should have unique key 2020-03-09 00:50:09 +05:00
thecodrr
78d97fba27 fix: make localforage-getitems work 2020-03-09 00:39:17 +05:00
thecodrr
6eb1fc63b7 feat: add readMulti 2020-03-09 00:12:51 +05:00
thecodrr
e502ef2022 perf: minor optimizations 2020-03-08 18:29:43 +05:00
thecodrr
f9ced79ed9 fix: color count not updating 2020-03-08 17:23:36 +05:00
thecodrr
706cdde1db fix: #106 2020-03-08 17:19:55 +05:00
thecodrr
98af3174ec fix: deleting last colorin note does not update list 2020-03-08 17:10:16 +05:00
thecodrr
e4611c5eb0 fix: increase overlapping of color circles 2020-03-08 15:37:00 +05:00
thecodrr
f8b38f65c0 fix: resolve warnings 2020-03-08 15:21:26 +05:00
thecodrr
eb3c386446 fix: #104 2020-03-08 15:05:00 +05:00
Muhammad Ali
cbc9dc914f fix: refresh favorites when multi-unfavoriting (#103)
* favorite-refresh

* log
2020-03-08 14:58:50 +05:00
Ammar Ahmed
503af2aeee ui: hide properties when no note is opened (#102)
* ui: hide properties when session id null.

* refactor

Co-authored-by: Abdullah Atta <thecodrr@protonmail.com>
2020-03-08 13:47:54 +05:00
thecodrr
873d7ca30e feat: implement select all (#81) 2020-03-08 13:46:32 +05:00
Ammar Ahmed
9a4449c9a8 ui: add list placeholders (#101)
* add notes placeholder

* add favorites placeholder

* add tagline to notes placeholder

* make notes placeholder responsive

* fix fav placeholder not center

* add tagsplaceholder

* add notebooks placeolder

* clear imports

* refactor
2020-03-08 13:23:11 +05:00