aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/services
Commit message (Collapse)AuthorAge
* refactor: code cleanup (#1476)Libravatar MCMXC2023-12-07
| | | | | - auto update `settings.json` due to new vscode version - replace deprecated `e.keyCode` with `e.key` - fix various code snippets with sonarlint and other lint plugins
* refactor: implement biome (#1467)Libravatar MCMXC2023-12-04
| | | | | | | | - add `biome.json` - add `biome:check` and `biome:check:fix` commands to `package.json` - add `biome:check:fix` command to run as part of `prepare-code` command - install `@biomejs/biome` dependency - add `@npmcli/move-file` v2.0.1 to `pnpm.allowedDeprecatedVersions` - fix or comment out various reported lint issues
* chore: upgrade used node and pnpm version (#1433)Libravatar MCMXC2023-11-01
| | | | | | | | | | - upgrade node and pnpm version in `engines`, `volta` and `packageManager` config - upgrade `@types/node` to v20 - remove `react-loader` overrides from `peerDependencyRules.allowedVersions` - remove `@npmcli/move-file` 2.0.1 from `allowedDeprecatedVersions` - update node image to 20.9.0 in `Dockerfile` - update required system dependencies in `CONTRIBUTING.md` - update node version to 20.9.0 in `.nvmrc` - correct type definitions for `setInterval` usage in `WebviewCrashHandler` and `AppStore` necessary due to `@types/node` upgrade
* Upgrade npm modules (#1312)Libravatar Vijay Aravamudhan2023-08-16
|
* refactor: more lint improvementsLibravatar MCMXC2023-07-30
| | | | | | | | | - set parserOptions.ecmaVersion to latest and env to es2024 in eslint config - install missing types libraries - install eslint-plugin-sonar - enable eslint-plugin-sonar recommended rules and declare jsx-runtime for react in eslint config - clean up disabled lint rules which don't inflict problems anymore - disable various lint issues and fix others
* chore: improve lint setupLibravatar MCMXC2023-07-25
| | | | | | | | | | | | | | | - update eslint config - merged eslint rules for JS and TS to avoid duplicates - extended stricter lint ruleset from typescript-eslint - corrected wrong setup for certain eslint rulesets - opt in to reportUnusedDisableDirectives config option - fix or disable a lot of lint issues throughout codebase - remove trailingComma: all from prettier config which is default in prettier v3 - add volta configuration to package.json to autoload correct node and pnpm versions - upgrade all eslint and prettier related dependencies to latest - remove config options from settings.json which are default anyways - remove config options from settings.json which are outdated/unknown - set up prettier as default formatter in settings.json
* update react-router-dom,react-tooltip& react-transition-groupLibravatar Muhamed2023-07-23
|
* Revert "update react-router-dom to version 6.14.1"Libravatar Vijay A2023-07-21
| | | | | | and "update react-router-dom,react-tooltip& react-transition-group" This reverts commit 0a4a0497bb630dc85cfa0145d57f954feb9c052a and 345fd98dc52a3b7f0d69022b6a19818e559e4557.
* update react-router-dom,react-tooltip& react-transition-groupLibravatar Muhamed2023-07-20
|
* Revert "Update react-router-dom, react-tooltip & react-transition-group ↵Libravatar Alphrag2023-05-30
| | | | | | latest version (#1199)" This reverts commit 05ddc542cc6a5a309d90350636cc1d2aee999c19.
* Update react-router-dom, react-tooltip & react-transition-group latest ↵Libravatar muhamedsalih-tw2023-05-29
| | | | version (#1199)
* Allow the 10th service to also be accessible via keyboard shortcut comboLibravatar Vijay A2023-05-28
|
* Fix issues reported by sonarqube linterLibravatar Vijay A2023-05-28
|
* Expose "Clear service cache" in the service settings screen and the sidebar ↵Libravatar Vijay Aravamudhan2023-05-27
| | | | context menu for individual services (#1053)
* update react version to 18.2.0 and it related changesLibravatar Muhamed2023-05-27
|
* Upgrade npm modulesLibravatar Vijay A2023-05-24
|
* Transform service components to ts (#778)Libravatar muhamedsalih-tw2022-11-19
|
* Transform JSX components to TSX (#755)Libravatar muhamedsalih-tw2022-11-16
| | | | | | | | | | | | | | | * color picker types * Import * SetupAssistant * Services & appear * ServiceWebView * SettingsLayout * ImportantScreen * WorkspaceDrawer * SetupAssistant * chore: update vscode settings * chore: removed stale Import screen component & its tree
* refactor: convert TabBar to typescriptLibravatar Balaji Vijayakumar2022-10-26
|
* Add service-level option 'isMediaBadgeEnabled' defaulted to false (#688)Libravatar Santhosh C2022-10-22
|
* Show custom service name instead of recipe name when service is disabledLibravatar Pritam Sangani2022-10-18
|
* hide media badge when disabled and not playingLibravatar Santhosh Chinnasamy2022-10-05
|
* Feature: Indication Icon which service is playing media (#655)Libravatar Santhosh C2022-10-04
|
* chore: change values inside mobx actions to fix console warnings (#532)Libravatar André Oliveira2022-08-03
|
* eslint needs to be executed at the top-level to actually workv6.0.1-nightly.3Libravatar Vijay A2022-07-25
|
* 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: correctly export/import ui elementsLibravatar Ricardo Cino2022-07-01
|
* 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 Drag-n-drop not working if the service name is shown (fixes #347) (#349)Libravatar Vijay Aravamudhan2022-06-24
|
* Feature: Add Toggle Navbar to View Menu (global) (#317)Libravatar André Oliveira2022-06-21
| | | Add Toggle Navbar to View Menu (global)
* fix: webview did-attach race condition (#302)Libravatar Kristóf Marussy2022-06-19
| | | | | | | | | Make sure the event handler for attached webviews runs in a separate task to avoid race conditions like https://github.com/electron/electron/issues/31918 This should hopefully fix #157 Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Add ability to enable the progressbar for each service (#301)Libravatar Vijay Aravamudhan2022-06-19
|
* Add a less-obstrusive progress bar on top of the Ferdium window (#285)Libravatar Vijay Aravamudhan2022-06-17
|
* Revert "Feature: Progress Indicator for page loading (#248)"Libravatar Vijay A2022-06-17
| | | | This reverts commit 87bf6224518fd39ba7485cde691bad5941216258.
* Feature: Progress Indicator for page loading (#248)Libravatar André Oliveira2022-06-14
| | | Fix one of the asks in #239
* Remove duplicated Button.js component (#176)Libravatar Santhosh C2022-05-18
|
* 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
|
* 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>
* Complete tray icons redesign for all platforms (#28)Libravatar Fernando Figueiredo2022-04-22
|
* Turn off usage of 'debug' npm package using with electron-16 (fixes #17)Libravatar Vijay Aravamudhan2022-04-22
|
* Branding: Changed the tray and top iconsLibravatar André Oliveira2022-04-21
|
* Upgrade electron to '18.0.4'Libravatar Vijay A2022-04-19
| | | | Remove deprecated 'nativeWindowOpen' flag
* Upgrade electron to '16.2.2'Libravatar Vijay A2022-04-19
| | | | Remove deprecated 'webPreference' flag
* 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
|
* Hotfix for requireAuthenticatedUser errorLibravatar kytwb2021-12-19
|
* Iterate on ecac9de1704ab75990eac16bc4aebb17bac774f5Libravatar kytwb2021-12-15
|