Abdullah Atta
ebc01af34a
global: publish packages
2024-07-20 10:34:28 +05:00
Abdullah Atta
25c861ce77
global: publish packages to npm
2024-06-05 10:28:28 +05:00
Abdullah Atta
bd73ae9df4
theme: add titleBar to theme scopes
2024-05-18 13:09:49 +05:00
Abdullah Atta
8f412f9487
editor: fix padding of react node views on mobile
2024-05-01 16:29:12 +05:00
Abdullah Atta
23bd4a564f
desktop: add custom titlebar
2024-04-01 11:23:56 +05:00
Abdullah Atta
a4d0b2d0dc
theme: fix error input variant
2024-03-21 11:18:08 +05:00
Abdullah Atta
0cd6191190
global: update lockfiles
2024-03-21 11:13:46 +05:00
Abdullah Atta
cbccb97d42
theme: fix tinycolor2 not found error
2024-03-21 11:13:46 +05:00
Abdullah Atta
ebe1b641fd
web: fix minor build issues
2024-03-21 11:11:01 +05:00
Abdullah Atta
f26ea526e8
web: migrate everything to react@18
2024-03-21 11:11:01 +05:00
ammarahm-ed
1f4cd6504a
mobile: migrate to typescript
2024-03-21 11:02:46 +05:00
Abdullah Atta
af1cea81dc
theme: use radio focus color from theme
2024-03-04 15:27:42 +05:00
Ammar Ahmed
efea6e3972
theme: add missing alpha colors
2024-01-15 12:31:11 +05:00
Muhammad Ali
7905584eac
editor: disable invalid tools when inside a code block ( #3997 )
...
* editor: removed fontSize property from code-text style
* editor: TO BE CONTINUED
* editor: some comments for testing
* editor: comment removed
* editor: diabled font size and family in code-block
* editor: disable invalid tools when inside code block
* editor: remove unused console.log
---------
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2023-12-22 10:26:25 +05:00
Abdullah Atta
3c876cb1d8
global: update lockfiles
2023-11-18 10:03:13 +05:00
Abdullah Atta
a7011f0d6b
global: update @trpc/* to 10.38.3
2023-09-21 11:30:23 +05:00
Abdullah Atta
d72c4057ff
theme: support ARGB values in background
2023-09-08 09:45:54 +05:00
ammarahm-ed
2aa5a57557
mobile: use accentForeground on accent background
2023-09-05 15:40:25 +05:00
Abdullah Atta
1f5a5afb10
theme: do not throw error if deprecated color is found
2023-09-05 15:40:25 +05:00
Abdullah Atta
85b7611214
theme: increase opacity of shade color
2023-09-05 15:40:25 +05:00
Abdullah Atta
d256d435e4
theme: mark shade and textSelection colors as deprecated
2023-09-05 15:40:25 +05:00
Abdullah Atta
577a976e01
theme: derive shade color from accent color
2023-09-05 15:40:25 +05:00
Abdullah Atta
59f6b5e411
theme: get rid of shade & textSelection colors
2023-09-05 15:40:25 +05:00
Abdullah Atta
32d0b07f09
web: use accentForeground color instead of white
2023-09-05 15:40:25 +05:00
Abdullah Atta
7b57639076
theme: add new accentForeground color
2023-09-05 15:40:25 +05:00
Abdullah Atta
1fa174bab7
theme: fix input placeholder color
2023-09-05 15:40:25 +05:00
Abdullah Atta
7c2b0c5947
core: start migrating core to typescript & vitest
2023-08-14 09:54:57 +05:00
Abdullah Atta
30d6345152
theme: make homepage property in themes optional
2023-08-11 09:53:01 +05:00
Abdullah Atta
66d50be35a
theme: improve check for inheriting emotion theme
2023-08-05 11:27:56 +05:00
ammarahm-ed
2bed812df1
mobile: fix editor
2023-08-05 11:15:06 +05:00
Abdullah Atta
3d0eaacaac
theme: allow passing ref to emotion theme provider
2023-08-02 19:50:40 +05:00
Abdullah Atta
bd9e997ef1
theme: add new editorSidebar scope
2023-08-02 13:09:30 +05:00
Abdullah Atta
f222327a89
theme: fix menu buttons have no hover
2023-08-02 13:09:09 +05:00
Abdullah Atta
4e5351134f
global: update lockfiles
2023-08-02 12:26:35 +05:00
Abdullah Atta
d11a9b2219
editor: fix tests
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
5a5e072fb4
global: update all lockfiles
2023-08-01 10:42:07 +05:00
Abdullah Atta
4db7b54a5f
theme: bump version to 1.2.0
2023-08-01 09:32:23 +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
28927e705b
desktop: overhaul desktop core and migrate to typescript
2023-06-10 15:54:17 +05:00
Abdullah Atta
cc97b8beed
global: update package-lock.json
2023-05-27 16:14:12 +05:00
Abdullah Atta
b58d034716
theme: use outline instead of boxShadow for input border
2023-04-27 12:59:26 +05:00
Abdullah Atta
98b93d42c1
theme: publish
2023-04-05 01:53:29 +05:00
Abdulrehman-Jafer
7359e23b65
web: fix autocomplete caret color in all inputs ( #2073 )
...
Signed-off-by: Abdulrehman-Jafer <abdulrehmanjaferwork01233@gmail.com >
2023-03-06 15:25:14 +05:00
Abdulrehman-Jafer
dfa718f8ea
web: fix autocomplete text color for all inputs ( #2057 )
...
Signed-off-by: Abdulrehman-Jafer <abdulrehmanjaferwork01233@gmail.com >
2023-03-06 14:53:35 +05:00
Abdullah Atta
375ef1c06d
web: improve hover color contrast on dark theme
2023-02-09 11:11:41 +05:00
Abdullah Atta
9116a24392
global: update license year to 2023
2023-01-16 13:48:28 +05:00
Abdullah Atta
b66741910f
web: move custom toolbar preset to pro features
2023-01-14 12:55:16 +05:00
Abdullah Atta
04fe4a7217
theme: improve input focus border on non-chrome browsers
...
We were using box-shadow previously to draw a fake border. While this worked
on Chrome-based browsers, it failed on Firefox & WebKit. This change uses
the outline property.
2023-01-06 17:44:07 +05:00