Abdullah Atta
|
f26ea526e8
|
web: migrate everything to react@18
|
2024-03-21 11:11:01 +05:00 |
|
Abdullah Atta
|
2168609577
|
web: fix note editor properties
|
2024-03-21 11:08:13 +05:00 |
|
Abdullah Atta
|
a8e81a32bf
|
web: add support for nested notebooks
|
2024-03-21 11:07:18 +05:00 |
|
Abdullah Atta
|
2c7927bb08
|
web: install missing @hazae41/foras
|
2024-03-21 11:07:18 +05:00 |
|
Abdullah Atta
|
404f2072a1
|
web: start initial migration to sqlite
|
2024-03-21 11:05:23 +05:00 |
|
Abdullah Atta
|
a881a6d51e
|
web: use new types from core
|
2024-03-21 10:59:59 +05:00 |
|
Abdullah Atta
|
8f379d253e
|
desktop: ready beta for deployment
|
2024-03-21 10:55:14 +05:00 |
|
Abdullah Atta
|
ad99c87f72
|
web: bump version to 2.6.17
|
2024-03-21 10:07:11 +05:00 |
|
Abdullah Atta
|
9b728902d4
|
web: bump version to 2.6.16
|
2024-03-06 12:03:06 +05:00 |
|
Abdullah Atta
|
764c721f1d
|
desktop: add windows code signing
|
2024-01-29 23:22:29 +05:00 |
|
Abdullah Atta
|
674881b873
|
web: add zip64 support for backups, export & imports (#4079)
* web: use @zip.js/zip.js for reading zip files
* web: always use zip streams for writing zips
* core: fix types
* theme: update lockfile
|
2024-01-05 22:05:04 +05:00 |
|
Abdullah Atta
|
248fb6dd2d
|
web: bump version to 2.6.14
|
2024-01-05 21:55:18 +05:00 |
|
Abdullah Atta
|
2f3bddf860
|
web: bump version to 2.6.13
|
2023-12-22 11:51:11 +05:00 |
|
Abdullah Atta
|
4d7a8b9ea0
|
web: bump version to 2.6.12
|
2023-11-25 22:20:39 +05:00 |
|
Abdullah Atta
|
2c635eb4d7
|
web: bump version to 2.6.11
|
2023-11-22 10:44:39 +05:00 |
|
Abdullah Atta
|
a153aa791c
|
web: bump version to 2.6.10
|
2023-11-20 09:49:31 +05:00 |
|
Abdullah Atta
|
006a239680
|
web: bump version to 2.6.9
|
2023-11-18 15:13:40 +05:00 |
|
Abdullah Atta
|
0b1223976c
|
web: fix builds
|
2023-11-18 10:03:14 +05:00 |
|
Abdullah Atta
|
0149d00d64
|
web: add support for storing attachments in opfs or cache storage
|
2023-11-16 15:01:48 +05:00 |
|
Abdullah Atta
|
91b0de0580
|
web: bump version to 2.6.8
|
2023-11-02 13:23:00 +05:00 |
|
Abdullah Atta
|
0aac29ca76
|
web: bump version to 2.6.7
|
2023-10-02 21:06:08 +05:00 |
|
Abdullah Atta
|
1facfbec0e
|
web: bump version to 2.6.6
|
2023-09-25 12:38:49 +05:00 |
|
Abdullah Atta
|
a7011f0d6b
|
global: update @trpc/* to 10.38.3
|
2023-09-21 11:30:23 +05:00 |
|
Abdullah Atta
|
3496a42c19
|
web: bump to version 2.6.5
|
2023-09-15 10:24:15 +05:00 |
|
Abdullah Atta
|
e90c401503
|
web: bump version to 2.6.4
|
2023-09-13 12:47:10 +05:00 |
|
Abdullah Atta
|
124489a5a5
|
web: bump to version 2.6.3
|
2023-09-09 11:06:56 +05:00 |
|
Abdullah Atta
|
eedd50fc64
|
web: bump version to 2.6.2
|
2023-09-06 17:06:02 +05:00 |
|
Abdullah Atta
|
fac788d2a9
|
crypto: remove crypto-worker & simplify crypto interface
|
2023-09-04 13:16:22 +05:00 |
|
Abdullah Atta
|
e509c82807
|
web: bump version to 2.6.1
|
2023-08-09 16:31:52 +05:00 |
|
Abdullah Atta
|
000d11976b
|
web: update playwright to 1.36.2
|
2023-08-07 05:49:02 +05:00 |
|
Abdullah Atta
|
7287754218
|
web: bump version to 2.6.0
|
2023-08-05 12:19:43 +05:00 |
|
Abdullah Atta
|
5da30faf71
|
web: use settings scroller for themes
|
2023-08-03 15:46:15 +05:00 |
|
Abdullah Atta
|
4f3f19a785
|
web: extract editor styles into a fixed css file during build
|
2023-08-01 20:39:16 +05:00 |
|
Abdullah Atta
|
4bab279345
|
global: fix conflicting package versions across subprojects
|
2023-08-01 20:39:16 +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
|
69dee3be78
|
web: get rid of print-js lib for printing
|
2023-07-24 15:50:36 +05:00 |
|
Abdullah Atta
|
9e3646ebc5
|
web: bump version to 2.5.8
|
2023-07-17 23:18:37 +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
|
72a25dcf34
|
global: get rid of lerna
|
2023-07-06 11:14:04 +05:00 |
|
Abdullah Atta
|
92bafbafa7
|
web: bump version to 2.5.7
|
2023-07-05 17:22:43 +05:00 |
|
Abdullah Atta
|
ee030c8f61
|
web: fix @trpc/client version
|
2023-07-05 01:07:44 +05:00 |
|
Abdullah Atta
|
56f6d34995
|
web: fix @trpc/{client,server} versions
|
2023-07-04 22:44:38 +05:00 |
|
Abdullah Atta
|
f91ada3c48
|
web: use own kvstore instead of localforage
localforage is unmaintained and also has a huge footprint not to mention
the performance issues.
|
2023-07-04 09:43:17 +05:00 |
|
Abdullah Atta
|
8f828bca80
|
web: bump version to 2.5.6
|
2023-06-30 19:07:17 +05:00 |
|
Abdullah Atta
|
e7bcad29f7
|
web: bump version to 2.5.5
|
2023-06-26 14:53:44 +05:00 |
|
Abdullah Atta
|
5774daf3a9
|
web: update fflate to v0.8.0
|
2023-06-26 13:44:39 +05:00 |
|
Abdullah Atta
|
f5c2962951
|
web: bump version to 2.5.4
|
2023-06-23 14:23:27 +05:00 |
|
Abdullah Atta
|
99808293a7
|
web: pin pdfjs-dist version
|
2023-06-23 11:42:10 +05:00 |
|
Abdullah Atta
|
c91bc819be
|
web: enable CSS autoprefixing on build
|
2023-06-23 11:39:27 +05:00 |
|
Abdullah Atta
|
fb90ef3137
|
web: support top-level-await transform in desktop builds
|
2023-06-20 17:49:23 +05:00 |
|