aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
Commit message (Collapse)AuthorAge
* Fix Cache Settings subsection stylingLibravatar André Oliveira2022-06-29
|
* Reduce tab item layout shift (#376)Libravatar Kristóf Marussy2022-06-26
| | | | | | | | | | * fix: tab item alignment Remove unnecessary span element to make sure tab items are vertically centered even if service names are hidden. * fix: prevent active tab item label shift Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Fix service labels styling (#356)Libravatar André Oliveira2022-06-25
|
* Fix ribbon menu style on windows (Fix #343)Libravatar André Oliveira2022-06-24
|
* Fix Drag-n-drop not working if the service name is shown (fixes #347) (#349)Libravatar Vijay Aravamudhan2022-06-24
|
* Change login screen layout (#345)Libravatar André Oliveira2022-06-23
|
* Change styling on settingsLibravatar André Oliveira2022-06-21
|
* Fix apply button styling on accent section (#309)Libravatar André Oliveira2022-06-20
|
* Move location of 'Change server' link on main screen for better visibility ↵Libravatar André Oliveira2022-06-15
| | | | (#268)
* Fix service labels cut off when using Slim Sidebar (#245)Libravatar André Oliveira2022-06-13
| | | fix #232
* Feature: Add color picker component for accent color setting (#228)Libravatar André Oliveira2022-06-12
| | | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Align 'Save service' button to right when adding recipeLibravatar André Oliveira2022-06-01
|
* Increase the vertical height of the draggable area to center the 3 OS ↵Libravatar Vijay A2022-05-17
| | | | titlebar-buttons
* Use components defined in the codebase; Extract some text for i18n purposes.Libravatar Vijay A2022-05-06
|
* 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>
* feat: add CSS scroll snap in split view mode (#64)Libravatar niu tech2022-04-30
|
* Fixes existing gap on horizontal sidebarLibravatar André Oliveira2022-04-29
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* Re-arrange split view panes when tab order changes (#2428)Libravatar niu tech2022-02-28
|
* Reduce contrast on navigation links badges in light modeLibravatar kytwb2022-01-02
|
* Iterate on settings appearanceLibravatar kytwb2022-01-02
|
* Apply .update-available badge to settings/updates tabsLibravatar kytwb2021-12-24
|
* Iterate on About Ferdi screenLibravatar kytwb2021-12-19
|
* Remove display flex from settings__messageLibravatar kytwb2021-12-18
|
* Fine-tune settings tabs on small resolutionsLibravatar kytwb2021-12-18
|
* Refactor autoUpdater usageLibravatar kytwb2021-12-18
|
* Fix badge border-radius changing in Dark ModeLibravatar kytwb2021-12-18
|
* Refine selector for horizontal siebar scrolling containerLibravatar kytwb2021-12-17
| | | | For https://github.com/getferdi/ferdi/commit/e22df86cba7bc000bd3425ea5b1cd7b894396f3f#commitcomment-62027663
* Various appearance fixesLibravatar kytwb2021-12-15
|
* Various appearance fixesLibravatar kytwb2021-12-15
|
* Add Dark Mode style for Welcome screen featured servicesLibravatar kytwb2021-12-14
|
* Fix Dark Mode in auth screensLibravatar kytwb2021-12-14
|
* Fine-tune QuickSwitch styling in light modeLibravatar kytwb2021-12-13
|
* Style modals as per QuickSwitch modalLibravatar kytwb2021-12-13
|
* Fix sidebar scrolling in horizontal modeLibravatar kytwb2021-12-13
|
* Iterate on Welcome screen CTAsLibravatar kytwb2021-12-13
|
* #2319 Fix height of icons displayed on Welcome screenLibravatar kytwb2021-12-12
|
* Fix PublishDebugLogModal close button color in Dark ModeLibravatar kytwb2021-12-12
|
* Adjust number of columns for Split Mode (#2208)Libravatar niu tech2021-11-13
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* 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>
* build: use node 16 and npm 8 (#2157)Libravatar Markus Hatvan2021-10-28
| | | | | | | | | | | - change node version from 14.18.1 to 16.13.0 - change npm version from 6.14.13 to 8.1.0 - update package-lock.json to lockfileVersion 2 - use @sindresorhus/do-not-disturb instead of macos-notification-state to avoid failing CI - run ferdi build on latest macos and windows - skip husky in CI builds - move 'cld' and 'node-mac-permissions' to optionalDependency Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* chore: remove @mdi/font in favor of using icons with @mdi/js directly (#2158)Libravatar Markus Hatvan2021-10-28
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Add feature to display service name under service icon when the toggle for ↵Libravatar Vishnu0172021-10-26
| | | | | it is enabled in the settings (#2136) Co-authored-by: AnjithPaul <anjithpaul.mec@gmail.com>
* Show error indicator when the service fails to load (#2124)Libravatar Suvarna Sivadas2021-10-25
| | | Co-authored-by: Johan K Mathew <johankmathew@gmail.com>
* feat: show service number on icon when first key of switch service hotkey ↵Libravatar Markus Hatvan2021-10-01
| | | | held (#2007)
* Enable Split View Mode (#1926)Libravatar niu tech2021-09-15
|
* feat: Add buttons in the 'Advanced' section of preferences to allow the user ↵Libravatar Vijay A2021-08-14
| | | | to quickly open the Ferdi profile folder
* Services now support aliases!!!! (#1774)Libravatar Vijay Raghavan Aravamudhan2021-08-12
| | | | | | Users can now search for the services not only based on the name, but also the alias (partial match, case-insensitive), when adding new services. fixes #1614, #1615, #1291
* feat: follow OS reduced motion setting (#1757)Libravatar Markus Hatvan2021-08-10
| | | | | | | | - add missing meta charset to index.html - dont restrict scaling for user in index.html - load animations.css conditionally based on motion preference - load transitions conditionally in js and css based on motion preference Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* chore: cleanup and improve dependenciesLibravatar mhatvan2021-07-30
| | | | | | | | | | | - removed `@meetfranz/typings` because it only stubbed external type definitions - removed `@babel/polyfill` because there are no old browsers in use with Electron - replaced deprecated `mdi` with `@mdi/font` - removed unused `atob`, `btoa`, `targz`, `node-fetch`, `terser-webpack-plugin`, `webpack-node-externals` - added used, but not installed dependencies `color`, `csstype`, `debug`, `minimist`, `jss` - upgraded `@types/node` to match used node version - upgraded `@types/fs-extra` to match fs-extra version - add missing `arrow-parens` rule to `.eslintrc` rulest for .js files