thecodrr
c9866fe6c7
fix: crash when an item was removed from Virtuouso
...
This was a pesky bug. Basically the `props.items.length` did not get updated which resulted in the `index` being always one greater than actual. Since `index[out-of-range]` is `undefined` in JS, the app crashed as it could not find any prop. Very pesky. Fixed it however.
2020-04-21 12:42:58 +05:00
thecodrr
84ba34955d
refactor: formatting and some other stuff
2020-04-21 12:00:06 +05:00
thecodrr
1807afaa0f
fix: send proper context when opening topic from topic label on notebooks
2020-04-21 11:54:12 +05:00
thecodrr
32a68d69c9
Revert "feat: lazy load all routes"
...
This reverts commit 6c094a43ab .
Because Suspense doesn't work that well with persistence. Don't know why. And besides, it gives a bad user experience.
2020-04-20 13:30:23 +05:00
thecodrr
6c094a43ab
feat: lazy load all routes
2020-04-20 12:51:59 +05:00
thecodrr
7c0b7d3b5e
navigation: simplify nested navigation
2020-04-20 11:20:42 +05:00
thecodrr
a57db4b590
fix: resolve all warnings
2020-04-19 14:16:58 +05:00
thecodrr
a7b568d108
refactor: cleanup context logic
2020-04-19 14:16:01 +05:00
alihamuh
014146982e
fix: fixed note taking in menus
2020-04-19 12:34:27 +05:00
thecodrr
4760b706b1
fix: pin/unpin causing a crash
2020-04-16 14:10:17 +05:00
thecodrr
b745e44025
feat: remove dropdown
2020-04-16 12:39:54 +05:00
thecodrr
f5a9aa580c
feat: impl logout
2020-04-16 11:32:18 +05:00
thecodrr
c5176b5e5f
fix: each item should have a unique key prop
2020-04-07 12:06:31 +05:00
thecodrr
f815dd60ca
fix: favorites not opening
2020-04-07 11:53:08 +05:00
thecodrr
ec0fa3ae07
fix: opening tags causes crash
2020-04-07 11:44:10 +05:00
thecodrr
d6181d242b
ui: dark theme fixes
2020-04-06 12:05:45 +05:00
thecodrr
23c73f2413
fix: remove unnecessary calls to getState()
2020-04-01 23:10:24 +05:00
thecodrr
bfbe6e7adc
ui: minor improvements, font change
2020-03-28 23:29:04 +05:00
thecodrr
97a3354d92
refactor: clean up settings
2020-03-28 15:50:24 +05:00
thecodrr
fc162be2cf
refactor: improve notestore code quality
2020-03-28 15:22:56 +05:00
thecodrr
f54c88c07a
fix: night mode toggle in settings
2020-03-27 23:25:12 +05:00
thecodrr
acd3003374
refactor: use flex variants
2020-03-27 03:00:06 +05:00
thecodrr
4267237f7e
fix: make app compile after theming logic changes
2020-03-26 16:22:21 +05:00
thecodrr
e6a3400d9d
fix: make app compile
2020-03-26 12:02:25 +05:00
thecodrr
88bd6e99ab
refactor: use function declaration everywhere
2020-03-26 11:58:10 +05:00
thecodrr
617c7b04c4
fix: notes search casuing crash
2020-03-26 10:32:28 +05:00
thecodrr
d103674be2
feat: update tags/color logic according to notes-core
2020-03-22 11:29:57 +05:00
thecodrr
9a7aa2f850
refactor: resolve all warnings
2020-03-21 10:42:24 +05:00
thecodrr
a8ff14c368
feat: completely replace react-feather
2020-03-17 12:49:28 +05:00
thecodrr
81009bacce
feat: fully implement login/signup
2020-03-17 12:49:28 +05:00
thecodrr
eae28d823b
feat: change icon pack to mdi
2020-03-17 12:49:28 +05:00
Muhammad Ali
46241ce089
fix: favorites not refreshing after navigating back from search ( #138 )
...
Co-authored-by: Abdullah Atta <thecodrr@protonmail.com >
2020-03-17 12:40:55 +05:00
Muhammad Ali
17d76dc990
feat: add remove from topic menu item ( #137 )
...
* remove -note
* contex menu
* changes made
2020-03-17 12:39:49 +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
aa2fcb6876
fix : #74
2020-03-14 09:29:31 +05:00
thecodrr
4bc4de4329
fix : #107
2020-03-14 09:25:12 +05:00
thecodrr
e1db2f0663
fix: subnavigator not opening
2020-03-11 12:23:01 +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
085b89d98e
refactor: resolve all warnings
2020-03-10 09:27:42 +05:00