Abdullah Atta
|
f95c068bc1
|
web: fix all tests
|
2024-04-20 16:42:11 +05:00 |
|
Abdullah Atta
|
a65ebec7ae
|
web: replace allotment with react-resizable-panels
|
2024-04-17 14:23:19 +05:00 |
|
Abdullah Atta
|
0eb61c80fa
|
web: improve loading of really long notes
|
2024-04-09 02:46:27 +05:00 |
|
Abdullah Atta
|
0517f61164
|
web: enable custom title bar in the web app
|
2024-04-01 11:23:56 +05:00 |
|
Abdullah Atta
|
23bd4a564f
|
desktop: add custom titlebar
|
2024-04-01 11:23:56 +05:00 |
|
Abdullah Atta
|
97490a5e37
|
web: make app work in offline mode
|
2024-03-22 08:19:28 +05:00 |
|
Abdullah Atta
|
2d9f41e114
|
web: create error from ErrorEvent if none found
|
2024-03-21 11:21:02 +05:00 |
|
Abdullah Atta
|
06113db2ff
|
web: fix type errors and broken imports
|
2024-03-21 11:20:26 +05:00 |
|
Abdullah Atta
|
4a2fcf950e
|
web: add support for tabs
|
2024-03-21 11:20:25 +05:00 |
|
Abdullah Atta
|
75a358a4ce
|
web: fix cannot navigate into nested notebook by hovering on it
|
2024-03-21 11:19:02 +05:00 |
|
Abdullah Atta
|
1c7e619b55
|
web: reimplement app lock & web key store
|
2024-03-21 11:18:12 +05:00 |
|
Abdullah Atta
|
b707690817
|
web: trigger error boundary on unhandled errors
|
2024-03-21 11:17:31 +05:00 |
|
Abdullah Atta
|
ef2d8bf5af
|
global: move item resolution logic to @notesnook/common
|
2024-03-21 11:15:55 +05:00 |
|
Abdullah Atta
|
36150fb55b
|
web: more fixes
|
2024-03-21 11:14:54 +05:00 |
|
Abdullah Atta
|
7b3f671159
|
web: fix many type errors
|
2024-03-21 11:14:53 +05:00 |
|
Abdullah Atta
|
56faf3ed48
|
web: improve list item rendering performance
|
2024-03-21 11:11:29 +05:00 |
|
Abdullah Atta
|
f26ea526e8
|
web: migrate everything to react@18
|
2024-03-21 11:11:01 +05:00 |
|
Abdullah Atta
|
189a9da5b5
|
web: fix notes tests
|
2024-03-21 11:09:03 +05:00 |
|
Abdullah Atta
|
1a61c4ee8f
|
web: reset search results on navigation
|
2024-03-21 11:09:03 +05:00 |
|
Abdullah Atta
|
8951352f63
|
web: add support for assigning tags to notes
|
2024-03-21 11:09:03 +05:00 |
|
Abdullah Atta
|
ae023bdf5b
|
web: implement virtualized search for all items
|
2024-03-21 11:08:13 +05:00 |
|
Abdullah Atta
|
a77c88bddd
|
web: load tag & color title lazily
|
2024-03-21 11:07:18 +05:00 |
|
Abdullah Atta
|
a8e81a32bf
|
web: add support for nested notebooks
|
2024-03-21 11:07:18 +05:00 |
|
Abdullah Atta
|
a881a6d51e
|
web: use new types from core
|
2024-03-21 10:59:59 +05:00 |
|
Muhammad Ali
|
1a96dc965a
|
desktop: add support for viewing and removing custom dictionary words (#4362)
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
|
2024-03-04 13:47:24 +05:00 |
|
Abdullah Atta
|
9cc17c29f6
|
web: use Cmd-a on macOS to select all items in list
|
2023-12-22 11:38:40 +05:00 |
|
Abdullah Atta
|
08296793f1
|
web: improve attachment progress events & ui
|
2023-09-21 13:43:16 +05:00 |
|
Abdullah Atta
|
278c8b1115
|
web: use update status in settings about screen
|
2023-09-21 11:30:23 +05:00 |
|
Abdullah Atta
|
392261c208
|
web: add helper to imperitively match a media query
|
2023-08-07 05:49:02 +05:00 |
|
Abdullah Atta
|
aa3561555e
|
desktop: fix desktop toggle settings
|
2023-08-04 19:34:46 +05:00 |
|
Abdullah Atta
|
954f894738
|
web: fix crash when opening attachment menu
|
2023-08-03 01:44:21 +05:00 |
|
Ammar Ahmed
|
622294b807
|
global: implement the new theme engine (#2196)
* mobile: theme
* theme: add theme engine
* mobile: migrate app colors to new theme engine
* mobile: fixed some colors
* mobile: fix colors
* mobile: store theme info in store
* theme: `ColorsType` -> `Variants`
* theme: use explicit return type for `useThemeColors`
* theme: add `backdrop` color
* mobile: `const colors` -> `const {colors}
* theme: add default pitch-black theme
* mobile: manage theme state via theme-engine
* mobile: add theme scopes
* mobile: commit
* mobile: fix button width on applock screen
* mobile: fix typings
* mobile: fix theme definition
* web: add partial support for custom themes
only context menus & popups are left.
* theme: add dialog & sheet scopes
* global: sync with master branch and make everything work again
* mobile: fix theme-engine usage in editor & app
* mobile: fix colors
* mobile: fix colors
* mobile: cleanup
* mobile: fix status bar color incorrect on entering foreground
* mobile: fix dark color scheme
* web: move emotion theme provider to @notesnook/theme
* editor: add support for theme enging
* web: adjust hover & focus colors on list item
* mobile: migrate share ext to theme engine
* mobile: fix editor theme provider
* clipper: add support for the new theme engine
* mobile: fix statusbar color on switch from bg
* misc: fix build
* mobile: fix build
* misc: fix colors
* mobile: fix theme colors
* mobile: fix bottom padding
* server: add theme server
* theme: add previewColors
* server: support themes query pagination
* mobile: add client from theme server
* server: reset cache on sync repo
* server: fix types
* server: show ip & port on start server
* server: theme updates
* web: finalize new theme engine on web
* editor: fix build
* global: fix @emotion/react version to 11.11.1
* editor: update katex patch
* web: fix imports
* global: fix @trpc/* versions
* global: a huge set of changes
1. get rid of ThemeVariant. All variants can now be accessed anywhere.
2. remove unnecessary button variants
3. make buttons more responsive
4. implement themes server
* web: add support for theme search and theme switching
* global: update lockfiles
* mobile: fix error
* theme: use vite-plugin-react to start theme server
* web: add support for auto updating themes
* mobile: update theme selector
* mobile: update theme if new verison available
* theme: add `isomorphic-fetch` package
* global: update lockfiles
* web: add theme details dialog
* setup: add scope for themes server in bootstrap script
* web: add production server url
* web: update lockfile
* web: update lockfile
* mobile: remove `react-native-blob-util`
* web: add support for endless scrolling in themes
* web: bring back dark/light mode option in settings
* web: fix colors in places
* theme: add selected variant
* global: use single typescript version across the projects
* web: fix sort & group options not having submenus
* web: apply selected variant where appropriate
* ui: use unique id for all menu items
* config: add ui scope for commits
* theme: export button variant creation fn
* web: fix only 1 theme showing in theme selector
* web: fix navigation item hover & other colors
* mobile: update theme
* editor: fix toolbar group alignments
* editor: set theme provider at app level
* theme: use scope name to get current scope
* mobile: fix color usage in message card
* theme: remove caching
* editor: bring back icons in table menus
* theme: use zustand to manage theme engine state
* web: fix login/signup theming
* mobile: fix webpack build
* misc: remove ThemeProvider usage
* editor: adjust theming and styling of editor toolbar
* mobile: refactor
* editor: fix toolbar group padding everywhere
* web: fix settings sidebar is not scrollable
* web: add loading indicator for themes loading
* mobile: fix warning
* mobile: fix ui issues
* web: fix Loader errors on build
* theme: add getPreviewColors & validateTheme
* theme: fix theme validation
* mobile: load theme from file
* mobile: fix share extension crash
* mobile: rename state
* theme: add sourceURL property
* theme: refactor theme-engine
* web: add support for loading theme from file
* web: improve button hover interaction
* mobile: fix floating button color
* mobile: update theme
* mobile: fix border radius of context menu
* mobile: set sheet overlay color to theme backdrop
* mobile: set sidemenu backdrop to theme backdrop
---------
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
|
2023-08-01 12:07:21 +05:00 |
|
Abdullah Atta
|
5854a3eef5
|
web: fix service worker to allow Notesnook to behave as a PWA again (#2905)
* web: make service worker work again
* web: only enable sourcemap during dev
|
2023-07-12 06:51:14 +05:00 |
|
Abdullah Atta
|
2705caf6bd
|
web: do not show update available dialog
|
2023-07-05 17:18:01 +05:00 |
|
Abdullah Atta
|
fb32aedd69
|
web: convert more code to typescript
|
2023-07-04 22:44:55 +05:00 |
|
Abdullah Atta
|
a971a29ff2
|
desktop: load db before app render
|
2023-07-04 09:43:17 +05:00 |
|
Abdullah Atta
|
408cd5a9f3
|
global: run prettier & eslint on all files
|
2023-06-26 13:43:57 +05:00 |
|
Abdullah Atta
|
eb8b58a559
|
web: migrate navigation to typescript
|
2023-06-20 12:36:21 +05:00 |
|
Abdullah Atta
|
db2d48a083
|
web: fix navigation on small screens & mobiles
|
2023-06-17 18:20:13 +05:00 |
|
Abdullah Atta
|
cd792625ac
|
web: use named imports for icons
|
2023-06-17 13:36:01 +05:00 |
|
Abdullah Atta
|
5d1ba7fa0a
|
web: new dialog based settings (#2745)
|
2023-06-16 19:10:02 +05:00 |
|
Abdullah Atta
|
5374f2b56c
|
web: migrate to vitejs from webpack (#2715)
|
2023-06-12 11:49:37 +05:00 |
|
Abdullah Atta
|
6ab0911970
|
desktop: finalize new desktop core
|
2023-06-10 15:54:17 +05:00 |
|
Abdullah Atta
|
28927e705b
|
desktop: overhaul desktop core and migrate to typescript
|
2023-06-10 15:54:17 +05:00 |
|
Abdullah Atta
|
792a254513
|
web: fix split pane sash styling
|
2023-05-29 12:09:50 +05:00 |
|
Abdullah Atta
|
2da0f164c6
|
web: fix list crash on shift+click when there's no selection
|
2023-05-27 16:47:54 +05:00 |
|
Abdullah Atta
|
3b77d79997
|
web: prevent pro users from resubscribing
|
2023-04-27 12:59:26 +05:00 |
|
Abdulrehman-Jafer
|
1a56d38116
|
web: migrate use-database.js to TypeScript (#2287)
Signed-off-by: Abdulrehman-Jafer <abdulrehmanjaferwork01233@gmail.com>
Co-authored-by: Abdullah Atta <thecodrr@protonmail.com>
|
2023-04-15 16:41:14 +05:00 |
|
Abdulrehman-Jafer
|
5e1cc307b1
|
web: migrate use-media-query.js to Typescript (#2326)
Signed-off-by: Abdulrehman-Jafer <abdulrehmanjaferwork01233@gmail.com>
|
2023-04-15 16:35:03 +05:00 |
|
Abdulrehman-Jafer
|
cc161b844c
|
web: migrate use-is-user-premium to ts (#2297)
Signed-off-by: Abdulrehman-Jafer <abdulrehmanjaferwork01233@gmail.com>
|
2023-04-07 14:10:52 +05:00 |
|