aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/appearance/index.ts
Commit message (Collapse)AuthorAge
* fix: horizontal sidebar style on macOS (#482)Libravatar André Oliveira2022-07-14
|
* Fix Drag-n-drop not working if the service name is shown (fixes #347) (#349)Libravatar Vijay Aravamudhan2022-06-24
|
* Add ability to set the progressbar color from the Settings screenLibravatar Vijay A2022-06-18
|
* Fix service labels cut off when using Slim Sidebar (#245)Libravatar André Oliveira2022-06-13
| | | fix #232
* Increase the vertical height of the draggable area to center the 3 OS ↵Libravatar Vijay A2022-05-17
| | | | titlebar-buttons
* Feature: Add monochromatic Service icons option with Dim adjustmentLibravatar André Oliveira2022-05-06
|
* Feature: makes Services location in sidebar changeable (#95)Libravatar André Oliveira2022-05-05
|
* Fix height of tab items in relation to width for Normal SidebarLibravatar André Oliveira2022-05-02
|
* Fix horizontal sidebar rendering overlapping the active service (#70)Libravatar André Oliveira2022-05-01
| | | | | | | | | | | | | | | * Revert "Fixes existing gap on horizontal sidebar" This reverts commit 1a3b2f989d8e209ccfd2aab3cdce91a49b317c87. * Fixup sidebar only for windows * Tries to generalize the style without vertical.scss * Fix review comments * Fixes it on Linux Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Fixes existing gap on horizontal sidebarLibravatar André Oliveira2022-04-29
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* Handle invalid accent color, fix loader stylingLibravatar kytwb2022-01-02
|
* Iterate on settings appearanceLibravatar kytwb2022-01-02
|
* Restore sidebarWidth in generateVerticalStyleLibravatar kytwb2021-12-15
|
* Various appearance fixesLibravatar kytwb2021-12-15
|
* Various appearance fixesLibravatar kytwb2021-12-15
|
* Fix Dark Mode in auth screensLibravatar kytwb2021-12-14
|
* chore: update eslint deps to latest (#2213)Libravatar Markus Hatvan2021-11-12
| | | | | - update eslint deps to latest - disable new react/function-component-definition rule - fix/disable newly reported issues
* fix: Force the minimum icon size to 2 if the calculated icon size becomes ↵Libravatar Vijay Aravamudhan2021-11-10
| | | | negative. Fixes #2199 (#2204)
* fix: icon alignment for horizontal bar (#2179)Libravatar Balaji Vijayakumar2021-11-09
|
* Added improvements for displaying service name under service icon (#2169)Libravatar Anjith Paul2021-10-31
| | | | | | | | * move notification badge to top of service icon * Change horizontal sidebar height programmatically * Fix tab item style in vertical and horizontal style sidebar * Reformat code and remove magic numbers Co-authored-by: Johan K Mathew <johankmathew@gmail.com>
* refactor: move 'DEFAULT_APP_SETTINGS' from 'environment' to 'config' since ↵Libravatar Vijay A2021-10-01
| | | | it doesn't depend on the running process any more.
* fix: horizontal bar is a lot wider than what it should be (#2006)Libravatar Markus Hatvan2021-10-01
|
* fix: accent color customization regression hotfix (#1965)Libravatar Kristóf Marussy2021-09-19
| | | | Sorry, something got mucked up when converting the old themeInfo.json to static CSS last time. This time, it should be correct.
* fix: accent color customization regression (#1963)Libravatar Kristóf Marussy2021-09-18
| | | | | | | | | | | | | | | | PR #1959 removed the build-theme-info script, which was broken, along with the themeInfo.json that we used to dynamically build CSS rules for accent color customization. This resulted in the accent color not getting applied to most of the UI. Instead of trying to restore the build-theme-info functionality, this commit takes a much simpler approach by statically adding the required CSS rules to src/features/appearance/index.ts. Since these rules are no longer automatically generated, we need to update them once some CSS styling is added with the accent color. A longer term fix would be to use CSS variables instead, but that approach would not be supported by @meetfranz/theme.
* chore: convert various files from JS to TS (#1959)Libravatar Markus Hatvan2021-09-18