aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/settings/EditServiceScreen.tsx
Commit message (Collapse)AuthorAge
* feat: use favicons instead of iconsLibravatar André Oliveira2024-05-03
|
* refactor: bring down eslint warnings to zero (#1714)Libravatar MCMXC2024-04-18
| | | | | | | | | | - install `@eslint-react/eslint-plugin` dependency - configure `@eslint-react/eslint-plugin` in eslint config - modernize `lint` command in `package.json` - disable or fix various reported lint issues - fix `div` being nested in `p` for settings - replace deprecated `event.keyCode` with `event.key` - update isEscKeyPress method and unit tests which used deprecated `event.keyCode` - allow `eslint` v8 as peer dependency for `@eslint-react/eslint-plugin`
* Upgrade node modulesLibravatar Vijay A2024-03-21
|
* rename features to better convey typeLibravatar Vijay A2024-02-11
| | | | (without migration)
* 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
* 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)
* Upgrade npm modulesLibravatar Vijay A2023-05-24
|
* Minor fix for data type consistencyLibravatar Vijay A2022-12-01
|
* Moved default service settings into different struct so as to de-pollute ↵Libravatar Vijay A2022-11-28
| | | | config on user's machine
* fix: ensure default values are working for the all fields in all settings ↵Libravatar Ricardo Cino2022-11-28
| | | | | screens (#750) Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Fix for edit services throw error due to proxy data is undefined in ↵Libravatar muhamedsalih-tw2022-11-21
| | | | storeSettings (#790)
* Fix for services self hosted url / Team Id / Include pre-releases not ↵Libravatar muhamedsalih-tw2022-11-21
| | | | | | updating (#785) * fix: self hosted team/url options not working properly in edit service form * fix: Include pre-releases toggle not working
* fix: slack issue caused by input TS conversionLibravatar Muhamed2022-11-08
|
* Add service-level option 'isMediaBadgeEnabled' defaulted to false (#688)Libravatar Santhosh C2022-10-22
|
* fix: remove autoHibernateLibravatar André Oliveira2022-07-19
| | | | This was causing issues to the service hibernation. Toggling back the isHibernationEnabled to false right after saving the service, which disabled the Hibernation.
* 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
|
* Upgrade node modulesLibravatar Vijay A2022-07-02
|
* chore: transform containers/settings from js to tsx (#384)Libravatar Ricardo Cino2022-06-27