aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Collapse)AuthorAge
* update license pathLibravatar Santhosh Chinnasamy2022-10-21
|
* 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
|
* 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).
* chore: change values inside mobx actions to fix console warnings (#532)Libravatar André Oliveira2022-08-03
|
* Replace deprecated 'react-addons-css-transition-group' with ↵Libravatar Vijay A2022-07-29
| | | | 'react-transition-group'
* 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 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'
* refactor: local server import/exportLibravatar Kristóf Marussy2022-07-11
| | | | 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
|
* 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>
* Add Server Information to About Dialog and to Global Messages (#425)Libravatar André Oliveira2022-07-05
| | | Add Server Information to About Dialog and to Global Messages
* Fix bug of TODO settings not being shown when a TODO Recipe is present (#421)Libravatar André Oliveira2022-07-04
| | | Fix #281
* Upgrade node modulesLibravatar Vijay A2022-07-02
|
* Use default exports instead of named exportsLibravatar Vijay A2022-07-02
|
* 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
|
* chore: turn error boundary into typescriptLibravatar Ricardo Cino2022-06-28
|
* feat: remember collapsed state of hamburger menu on refresh/reboot (#373)Libravatar Ricardo Cino2022-06-26
|
* chore: turned all auth containers into typescript (#375)Libravatar Ricardo Cino2022-06-26
|
* 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: bring the draggable area back on MacOS (#372)Libravatar Ricardo Cino2022-06-26
|
* 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
|
* Fix Drag-n-drop not working if the service name is shown (fixes #347) (#349)Libravatar Vijay Aravamudhan2022-06-24
|
* Fix navigation toolbar buttons not being clickable (fixes #347) (#348)Libravatar Vijay Aravamudhan2022-06-24
|
* Change login screen layout (#345)Libravatar André Oliveira2022-06-23
|
* Workaroud for in-app Password Recovery (#342)Libravatar André Oliveira2022-06-23
| | | | | * Change funtion name [skip ci] * Workaround #312
* 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
* 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 ability to set the progressbar color from the Settings screenLibravatar Vijay A2022-06-18
|
* 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.
* Remove Ferdi Server from available Servers List (#274)Libravatar André Oliveira2022-06-16
|