Commit Graph

451 Commits

Author SHA1 Message Date
thecodrr
f4702eeafb feat: remove locked note deletion from multiselect 2020-03-15 10:02:50 +05:00
thecodrr
585acc2c2c ui: minor improvements to settings 2020-03-15 10:00:36 +05:00
thecodrr
1f4abe108c refactor: minor cleanup 2020-03-15 09:25:11 +05:00
thecodrr
5234d2c828 ui: improve settings aesthetic 2020-03-15 09:17:17 +05:00
Muhammad Ali
dcb72c7386 feat: redesign settings (#132)
* properties-remake

* setting -sign-in

* changed px to spaces

* Update package.json

* Update package.json

* Update yarn.lock

Co-authored-by: Abdullah Atta <thecodrr@protonmail.com>
2020-03-14 14:43:17 +05:00
thecodrr
c82fbf63da feat: add editor menu 2020-03-14 13:11:17 +05:00
thecodrr
5b6a502f1b fix: crash when saving session 2020-03-14 12:32:51 +05:00
thecodrr
6211ebf9bc refactor: resolve all warnings 2020-03-14 10:51:18 +05:00
thecodrr
76bd0ebf71 fix: crash when opening context menu in tags list 2020-03-14 10:47:21 +05:00
thecodrr
3bb8334793 fix: #131 2020-03-14 10:46:17 +05:00
thecodrr
351f8a3f42 fix: #130 2020-03-14 10:41:15 +05:00
thecodrr
b9ab13720a fix: #129 2020-03-14 09:52:21 +05:00
thecodrr
8d72daa82c fix: #128 2020-03-14 09:48:41 +05:00
thecodrr
e74f12e266 fix: #105 2020-03-14 09:36:47 +05:00
thecodrr
871878b3f7 fix: #75 2020-03-14 09:31:51 +05:00
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
d6ae8ac378 ci: modify now.json 2020-03-11 09:44:02 +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
Abdullah Atta
f89e6a8c2e ci: add ZEIT deployment (#120)
* ci: init zeit now

* add now.json

* add ssh key

* execute script

* add preinstall command

* use sh to execute script

* check

* add env var
2020-03-10 13:06:04 +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
Abdullah Atta
52c0887458 ci: add build action (#118) 2020-03-10 10:16:46 +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
Abdullah Atta
a4f77c331e ci: add deploy action (#117) 2020-03-09 21:28:16 +05:00
thecodrr
cda6a08ff7 chore 2020-03-09 20:13:28 +05:00
Abdullah Atta
91570ca86e ci: linting using reviewdog (#116) 2020-03-09 20:07:47 +05:00
Abdullah Atta
852668191f Update eslint.yml 2020-03-09 19:33:25 +05:00
Abdullah Atta
f829eb39c8 Update eslint.yml 2020-03-09 19:31:02 +05:00
Abdullah Atta
bac8e4bc2a Update eslint.yml 2020-03-09 19:23:00 +05:00
Abdullah Atta
faa2bd6be5 Update eslint.yml 2020-03-09 19:19:35 +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