aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings
Commit message (Collapse)AuthorAge
* fix: gray scale input sliderLibravatar Muhamed2022-11-25
|
* 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
* Transform Todo feature, ServiceBarTargetUrl, ServiceIcon, TeamDashboard, ↵Libravatar muhamedsalih-tw2022-11-20
| | | | Slider, Loader & WorkspaceSwitchningIndicator into ts (#782)
* 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
* fix: slack issue caused by input TS conversionLibravatar Muhamed2022-11-08
|
* refactor: remove toggle component's duplicateLibravatar Muhamed2022-11-08
|
* Revert "Remove duplicated Toggle.js component" (#742)Libravatar Vijay Aravamudhan2022-11-07
| | | | | Revert "Remove duplicated Toggle.js component (#741)" This reverts commit dd238ae7949e72e3b90235f56e14686cc5231f34.
* Remove duplicated Toggle.js component (#741)Libravatar muhamedsalih-tw2022-11-07
|
* feat: bring sentry back (#736)Libravatar Ricardo Cino2022-11-03
|
* Transform to TS and refactored components w.r.t deletion if duplicated Input ↵Libravatar muhamedsalih-tw2022-11-02
| | | | component (#729)
* Transform ChangeServer components tree to typescript (#725)Libravatar muhamedsalih-tw2022-11-01
|
* refactor: convert global app to typescript (#723)Libravatar Balaji Vijayakumar2022-10-31
|
* fix: 'failed prop' warning in QuickSwitchModal, SettingsNavigation, ↵Libravatar muhamedsalih-tw2022-10-27
| | | | | | | | SettingsWindow and Recipe component tree (#713) * chore: turn off eslint rule @typescript-eslint/no-useless-constructor to initialize dynamic props & state Co-authored-by: Muhamed <> Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Lint fixes and recipes update to bring in same node version as the parent repoLibravatar Vijay A2022-10-26
|
* refactor: convert AccountDashboard to typescriptLibravatar Balaji Vijayakumar2022-10-26
|
* Add service-level option 'isMediaBadgeEnabled' defaulted to false (#688)Libravatar Santhosh C2022-10-22
|
* update license pathLibravatar Santhosh Chinnasamy2022-10-21
|
* feat: add ability to set how ferdium handles webrtc ip when using a VPN (#602)Libravatar André Oliveira2022-09-07
|
* Feature: Add Ferdium Translator (#548)Libravatar André Oliveira2022-08-17
| | | Add feature to translate text natively using https://github.com/shikar/NODE_GOOGLE_TRANSLATE package and a LibreTranslate self-hosted option (already running on our server on https://translator.ferdium.org).
* eslint needs to be executed at the top-level to actually workv6.0.1-nightly.3Libravatar Vijay A2022-07-25
|
* feat: add 'Services' tab to settings (#495)Libravatar André Oliveira2022-07-19
|
* 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
|
* fix: use global crowdin link and lint fixesLibravatar André Oliveira2022-07-13
|
* refactor: local server import/exportLibravatar Kristóf Marussy2022-07-11
| | | | Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Use the default accent color if the user removes value from textboxLibravatar Vijay A2022-07-09
|
* chore: Mobx & React-Router upgrade (#406)Libravatar Ricardo Cino2022-07-07
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* 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 bug of TODO settings not being shown when a TODO Recipe is present (#421)Libravatar André Oliveira2022-07-04
| | | Fix #281
* chore: correctly export/import ui elementsLibravatar Ricardo Cino2022-07-01
|
* fix: don't break when when service is undefined on adding a new service (#400)Libravatar Ricardo Cino2022-06-30
|
* Fix crowdin link on app (#397)Libravatar André Oliveira2022-06-29
|
* Fix toggle for pre-release updates on Ubuntu (#393)Libravatar André Oliveira2022-06-29
| | | Fixes #391
* Fix Cache Settings subsection stylingLibravatar André Oliveira2022-06-29
|
* chore: turn last setting view into typescriptLibravatar Ricardo Cino2022-06-28
|
* Fix service labels styling (#356)Libravatar André Oliveira2022-06-25
|
* Add split mode toggle to side bar and hide collapse buttonv6.0.0-nightly-alphrag.57.7Libravatar André Oliveira2022-06-24
|
* Change 'Most Popular' list in Services to 'Ferdium Picks' (#332)Libravatar André Oliveira2022-06-21
|
* Change styling on settingsLibravatar André Oliveira2022-06-21
|
* Fix reload after resume and add idle time setting (#324)Libravatar André Oliveira2022-06-21
| | | | | * Fix reload after resume issue * Add idle time option
* Add ability to enable the progressbar for each service (#301)Libravatar Vijay Aravamudhan2022-06-19
|
* Add ability to set the progressbar color from the Settings screenLibravatar Vijay A2022-06-18
|
* Remove Ferdi Server from available Servers List (#274)Libravatar André Oliveira2022-06-16
|
* Remove integration with sentry (fixes #233) (#234)Libravatar Vijay Aravamudhan2022-06-11
|
* 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>
* Change Input box to slider on Grayscale Dim levelLibravatar André Oliveira2022-06-01
|
* Align 'Save service' button to right when adding recipeLibravatar André Oliveira2022-06-01
|
* Add new service-level option 'trapLinkUrls' (#154)Libravatar Vijay Aravamudhan2022-05-23
| | | | | | This option can be used to allow the user to choose how to handle links (whether to open in the default browser or within the Ferdium service itself) Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* Remove duplicated Button.js component (#176)Libravatar Santhosh C2022-05-18
|