aboutsummaryrefslogtreecommitdiff
path: root/src/services/style_setter/style_setter.js
Commit message (Collapse)AuthorAge
* fix dialogs not having styles at allHenry Jameson2024-03-06
|
* process chunks strictly sequentially to avoid overloading the eventHenry Jameson2024-03-04
| | | | queue
* improve scrollbars, add avatar to menu-item since it appears inHenry Jameson2024-02-28
| | | | autocomplete, add wallpaper color
* improve performance a bit and use better "worst case" colorHenry Jameson2024-02-27
|
* better v1 detection, better menu-item consistencyHenry Jameson2024-02-27
|
* refactor and optimize: now lazy rules are processed in chunksHenry Jameson2024-02-27
|
* optimization and refactoring, rules are first flattened and thenHenry Jameson2024-02-26
| | | | processed, letting us to set individual rules as "lazy"
* fonts support, cleanupHenry Jameson2024-02-22
|
* opacity stuff, better debug modeHenry Jameson2024-02-22
|
* initial work on mobile stuffHenry Jameson2024-02-22
|
* shadow slots work + minor fixesHenry Jameson2024-02-21
|
* moved themes2 stuff into theme_data.service.jsHenry Jameson2024-02-21
|
* improvements to backcompat + fixes to topbarHenry Jameson2024-02-20
|
* backwards compat WORKINGHenry Jameson2024-02-20
|
* independence from themes3, converter/backwards compat WIPHenry Jameson2024-02-19
|
* initial work on dynamic slots + move remaining css stuff into separate fileHenry Jameson2024-02-19
|
* refactored most of the CSS stuff into separate file, refactored colorHenry Jameson2024-02-19
| | | | | functions and added shadow functions, replaced JS functions in button with PISS functions
* fixed oot selectors not working, added support for (webkit) scrollbarsHenry Jameson2024-02-18
|
* badge, alert(dot) improvementsHenry Jameson2024-02-16
|
* more optimizations, execution is now split into eager (for main UI) andHenry Jameson2024-02-15
| | | | lazy (for modals, popovers etc) parts
* add roundness, fix inputsHenry Jameson2024-02-13
|
* avatar shadowsHenry Jameson2024-02-12
|
* improvements & performance testingHenry Jameson2024-02-08
|
* update, should inherit stuff properly now.Henry Jameson2024-02-07
|
* better virtual components and stuffHenry Jameson2024-01-31
|
* Allow custom emoji reactions: add option to scale reaction buttonsAlexander Tumin2023-03-17
|
* Allow column width configurationAlexander Tumin2022-08-11
| | | | | Group column configuration in settings Column width configuration: do not act on defaults
* fancy scrollbarsHenry Jameson2022-04-07
|
* fixed another problem with p's broken theme causing theme editor toHenry Jameson2021-03-08
| | | | become unusable
* fallback if shadows aren't definedHenry Jameson2021-01-28
|
* Fix p's weird corrupt theme data crashing theme engineHenry Jameson2021-01-23
|
* Add Chatseugenijm2020-07-08
|
* paper theme, updated todo, lolHenry Jameson2020-02-17
|
* fix v2 breezy themes having messed up pressed buttons. updated v2.1 breezyHenry Jameson2020-02-12
| | | | themes to have derived colors instead of fixed ones.
* don't use cache for theme dataHenry Jameson2020-02-11
|
* removed base16-related codeHenry Jameson2020-02-11
|
* fixed eslint, made `mod` work properly depending on context including in shadowsHenry Jameson2020-02-11
|
* Better Disabled buttons support. Mammal theme fixes. Implemented properHenry Jameson2020-02-07
| | | | | context-aware `mod` argument - now checks lightness of "variant" color. needs retesting tho
* v l1 compatibilityHenry Jameson2020-01-23
|
* fixed get(Layer|Opacity)Slot not working properly which broke Mojave themeHenry Jameson2020-01-23
|
* v2 compatibility fixesHenry Jameson2020-01-22
|
* massively improved initial theme loading code, added checks and warnings whenHenry Jameson2020-01-22
| | | | loading theme files (import/localStorage/defaults)
* multiple fixes to make style switcher not die. Made shadows work, incuding ↵Henry Jameson2020-01-20
| | | | compatibility
* removed console logsHenry Jameson2020-01-20
|
* optimized theme loading so that it wouldn't wait until ALL themes are loaded toHenry Jameson2020-01-17
| | | | select one by default
* opacity handlingHenry Jameson2020-01-16
|
* fix shadow and opacityHenry Jameson2020-01-13
|
* computed colors supportHenry Jameson2020-01-13
|
* poll slot renamed, lightBg customization implementedHenry Jameson2020-01-13
|
* overhaul how style-switcher makes state, removed tons of copy-pasteHenry Jameson2020-01-12
|