aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
Commit message (Collapse)AuthorAge
* Feature: Add Release Notes (#491)Libravatar André Oliveira2022-07-19
| | | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com> Co-authored-by: Ricardo Cino <ricardo@cino.io>
* Refactor the 'Welcome' screen and the 'SetupAssistant' for better UX (#472)Libravatar André Oliveira2022-07-12
| | | | * Change auth styling and add back button * Add Skip button on 'SetupAssistant'
* Fix icons misalignment in horizontal modeLibravatar Victor B2022-07-12
|
* fix: allow selecting help textLibravatar Kristóf Marussy2022-07-11
| | | | | | Lets people copy links from the text Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Add hint text to go back to welcome screen from the login screen (fixes #449)Libravatar Vijay A2022-07-09
|
* Add file size info and error message while setting a custom image in the ↵Libravatar André Oliveira2022-07-06
| | | | | | recipe settings screen (#437) Co-authored-by: Ricardo Cino <ricardo@cino.io> Co-authored-by: Vijay Aravamudhan <vraravam@users.noreply.github.com>
* Fix styling on welcome screen (#433)Libravatar André Oliveira2022-07-06
|
* 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>