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
thecodrr
7524ce6441
Merge branch 'master' into locking
2020-03-08 11:37:20 +05:00
thecodrr
d644c08b7f
feat: implement locked note editting
2020-03-08 11:34:32 +05:00
thecodrr
0c8f300638
fix: ask for password before deleting locked note
2020-03-07 19:54:15 +05:00
Muhammad Ali
0dbd7557a7
fix: disallow addition of empty tags ( #99 )
2020-03-07 19:52:52 +05:00
Muhammad Ali
74427f3c39
fix: crash when removing all the contents of a new note ( #98 )
2020-03-07 19:51:46 +05:00
thecodrr
8bc2580daf
feat: allow locking from everywhere
2020-03-07 19:41:22 +05:00
thecodrr
6866fff35c
feat: improve locking ux
2020-03-07 15:20:19 +05:00
thecodrr
dd40d52870
feat: impl wrong password prompt
2020-03-07 15:20:01 +05:00
Muhammad Ali
4636b4262f
feat: implement edit notebook ( #87 )
...
* edit function added
* corrected input error
* added notebook id
* console logs
* made all changes
* minor refactoring
Co-authored-by: Abdullah Atta <thecodrr@protonmail.com >
2020-03-07 14:30:11 +05:00
Ammar Ahmed
14df0b44da
ui: improve notebook item ui ( #95 )
2020-03-07 14:28:06 +05:00
Ammar Ahmed
4a2156ec8b
fix: word count is always +1 than the original value ( #97 )
2020-03-07 14:25:54 +05:00
thecodrr
8a4a0543d5
feat: impl note locking and unlocking
2020-03-07 12:32:17 +05:00
Ammar Ahmed
e6a5891b2e
ui: add properties show/hide animation ( #91 )
...
* merge
* add framer-motion library
* ui: anmate properties menu on open & close
* yarn.lock
2020-03-07 11:51:03 +05:00
Ammar Ahmed
67f098986a
ui: add colors and fill favorite icon ( #90 )
2020-03-07 11:03:51 +05:00
Abdullah Atta
6d606e5768
feat: descriptive dialog title when moving note(s) ( #85 )
...
* move dialog title changed
* make title singular
Co-authored-by: Abdullah Atta <abdullahatta31@gmail.com >
2020-03-05 14:49:06 +05:00
alihamuh
ff7adca408
appstore changed to useAppstore
2020-03-05 14:06:17 +05:00