aboutsummaryrefslogtreecommitdiffstats
path: root/src/features
Commit message (Collapse)AuthorAge
* eslint needs to be executed at the top-level to actually workv6.0.1-nightly.3Libravatar Vijay A2022-07-25
|
* fix: draggable area on fullscreen (macOS)Libravatar André Oliveira2022-07-21
|
* 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>
* fix: horizontal sidebar style on macOS (#482)Libravatar André Oliveira2022-07-14
|
* chore: Mobx & React-Router upgrade (#406)Libravatar Ricardo Cino2022-07-07
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* chore: Use relative paths while importing from custom codeLibravatar Vijay A2022-07-04
|
* Use default exports instead of named exportsLibravatar Vijay A2022-07-02
|
* chore: correctly export/import ui elementsLibravatar Ricardo Cino2022-07-01
|
* chore: turned all auth containers into typescript (#375)Libravatar Ricardo Cino2022-06-26
|
* chore: moved tests to ./test directory (#366)Libravatar Ricardo Cino2022-06-25
| | | * chore: allow coverage to be generated from non-tested files
* chore: improve todo menu behaviour on fresh install (#359)Libravatar Ricardo Cino2022-06-25
|
* fix: disable todos feature by default (#355)Libravatar Ricardo Cino2022-06-24
|
* Fix Drag-n-drop not working if the service name is shown (fixes #347) (#349)Libravatar Vijay Aravamudhan2022-06-24
|
* chore: servicesStore + models into typescript (#344)Libravatar Ricardo Cino2022-06-23
|
* 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
* Remove duplicated Button.js component (#176)Libravatar Santhosh C2022-05-18
|
* Increase the vertical height of the draggable area to center the 3 OS ↵Libravatar Vijay A2022-05-17
| | | | titlebar-buttons
* Revert "remove duplicate Button component"Libravatar André Oliveira2022-05-17
| | | | This reverts commit bbde4a9d54d9c7dc03f34ca4113061a605dd5040.
* remove duplicate Button componentLibravatar Santhosh Chinnasamy2022-05-16
|
* Use components defined in the codebase; Extract some text for i18n purposes.Libravatar Vijay A2022-05-06
|
* 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
|
* Preload safe debug shim (#29)Libravatar Kristóf Marussy2022-04-22
| | | | | | | | | | | | | | | | In https://github.com/ferdium/ferdium-app/pull/23 we removed usages of the debug package due to an electron bug. This patch aims to restore some debug functionality by introducing a shim. The shim detect whether if it is being introduced in a preload script where the electron but would be triggered, and falls back to a simple replacement for debug. However, in the main and renderer processes, where a preload script is not being used, we still get full debug functionality. In this way, a module can be used both in a preload script and outside of it, while still preserving debug functionality whenever possible. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Turn off usage of 'debug' npm package using with electron-16 (fixes #17)Libravatar Vijay Aravamudhan2022-04-22
|
* 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
|
* Iterate on About Ferdi screenLibravatar kytwb2021-12-19
|
* Fetch workspaces on WorkspaceDrawer componentDidMountLibravatar kytwb2021-12-18
|
* Refactor autoUpdater usageLibravatar kytwb2021-12-18
|
* Fix create workspace button style when no accent color setLibravatar kytwb2021-12-17
|
* Fix create workspace button when no accent color setLibravatar kytwb2021-12-15
|
* Restore sidebarWidth in generateVerticalStyleLibravatar kytwb2021-12-15
|
* Various appearance fixesLibravatar kytwb2021-12-15
|
* Various appearance fixesLibravatar kytwb2021-12-15
|
* Fix Quick Switch showing service from different workspaceLibravatar kytwb2021-12-14
|
* Remove accent color on nightly builds modal textLibravatar kytwb2021-12-14
|
* Fix Dark Mode in auth screensLibravatar kytwb2021-12-14
|
* Reset updateWorkspaceRequest before re-save attemptLibravatar kytwb2021-12-14
| | | | Enable the UI error message to flash as a reaction to the re-save attempt.
* Add visual feedback on updateWorkspaceRequest errorLibravatar kytwb2021-12-14
|
* Use accent color from settings in modals when appropriateLibravatar kytwb2021-12-13
|
* Fine-tune QuickSwitch styling in light modeLibravatar kytwb2021-12-13
|
* Style modals as per QuickSwitch modalLibravatar kytwb2021-12-13
|
* Fix PublishDebugLogModal close button color in Dark ModeLibravatar kytwb2021-12-12
|
* Reset state when closing PublishDebugLogModalLibravatar kytwb2021-12-12
|
* chore: upgrade react-jss to latest (#2302)Libravatar Markus Hatvan2021-12-04
|