aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* 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: 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.
* fix: enable/disable todos menu (#485)Libravatar André Oliveira2022-07-15
| | | | Co-authored-by: Ricardo Cino <ricardo@cino.io>
* Use defaults defined in one place instead of hardcoding in multiple placesLibravatar Vijay A2022-07-14
|
* fix: horizontal sidebar style on macOS (#482)Libravatar André Oliveira2022-07-14
|
* fix: use global crowdin link and lint fixesLibravatar André Oliveira2022-07-13
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-07-13
|
* Handle both ferdi and ferdium servers for transferring from (#473)Libravatar Vijay Aravamudhan2022-07-13
|
* Change isImage function to link instead of URL (#470)Libravatar André Oliveira2022-07-12
| | | | | | | * Change isImage function * Fix comments * Fix last comments and lint
* 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'
* Fix icons misalignment in horizontal modeLibravatar Victor B2022-07-12
|
* Fix Windows 11 Platform message (#465)Libravatar André Oliveira2022-07-11
| | | Fix Windows 11 Plataform message
* Fix blank screen after in-app update on Windows (#464)Libravatar André Oliveira2022-07-11
| | | Fix blank screen after in-app update on Windows #460
* refactor: local server import/exportLibravatar Kristóf Marussy2022-07-11
| | | | Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Fix Menu bar on Windows not being clickable (#463)Libravatar André Oliveira2022-07-11
| | | Fix Menu bar on Windows
* fix: allow selecting help textLibravatar Kristóf Marussy2022-07-11
| | | | | | Lets people copy links from the text 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
|
* Workaround for 71c5237 (#406)Libravatar André Oliveira2022-07-07
|
* chore: Mobx & React-Router upgrade (#406)Libravatar Ricardo Cino2022-07-07
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Upgrade 'moment' to fix dependabot warningLibravatar Vijay A2022-07-07
|
* 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>
* Upgrade 'electron' to '19.0.8'Libravatar Vijay A2022-07-07
|
* Fix styling on welcome screen (#433)Libravatar André Oliveira2022-07-06
|
* 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
* chore: Use relative paths while importing from custom codeLibravatar Vijay A2022-07-04
|
* Fix issue with 'Esc' key in 'About' dialog overriding the previous clipboard ↵Libravatar Vijay A2022-07-02
| | | | value
* 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
|
* Feature: Copy Ferdium info from the 'About' dialog into the clipboard (#402)Libravatar André Oliveira2022-06-30
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* 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
|
* 'jsx' files were not being pre-processed for i18n (#395)Libravatar Vijay Aravamudhan2022-06-29
|
* Fix missing translations (#394)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
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-06-28
|
* Disable API Server recipes updates (#382)Libravatar André Oliveira2022-06-27
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* chore: turn last setting view into typescriptLibravatar Ricardo Cino2022-06-28
|
* chore: turn error boundary into typescriptLibravatar Ricardo Cino2022-06-28
|
* chore: transform containers/settings from js to tsx (#384)Libravatar Ricardo Cino2022-06-27
|
* Fix missing translations (#380)Libravatar André Oliveira2022-06-27
| | | Add missing translations
* Move the MIGRATION.md documentation from another repo [skip ci]Libravatar Vijay A2022-06-27
|
* 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: solve recipe function calls that were broken cause of js=>ts con… (#369)Libravatar Ricardo Cino2022-06-26
| | | | | | | * fix: solve recipe function calls that were broken cause of js=>ts conversion * fix: use an interface instead to keep type-safety * fix: remove faulty test