aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
...
* 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
* chore: moved tests to ./test directory (#366)Libravatar Ricardo Cino2022-06-25
| | | * chore: allow coverage to be generated from non-tested files
* chore: add more strict types in electron directory (#367)Libravatar Ricardo Cino2022-06-25
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-06-25
|
* Fix service labels styling (#356)Libravatar André Oliveira2022-06-25
|
* chore: convert the last few stores to typescriptLibravatar Ricardo Cino2022-06-25
|
* chore: improve todo menu behaviour on fresh install (#359)Libravatar Ricardo Cino2022-06-25
|
* Add split mode toggle to side bar and hide collapse buttonv6.0.0-nightly-alphrag.57.7Libravatar André Oliveira2022-06-24
|
* fix: disable todos feature by default (#355)Libravatar Ricardo Cino2022-06-24
|
* Fix ribbon menu style on windows (Fix #343)Libravatar 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
|
* chore: servicesStore + models into typescript (#344)Libravatar Ricardo Cino2022-06-23
|
* chore: featureStore and GlobalErrorStore JS => TSLibravatar Ricardo Cino2022-06-23
|
* Workaroud for in-app Password Recovery (#342)Libravatar André Oliveira2022-06-23
| | | | | * Change funtion name [skip ci] * Workaround #312
* chore: recipes/request stores js => tsLibravatar Ricardo Cino2022-06-23
|
* fix: dont replace custom icon when service updates (#338)Libravatar Ricardo Cino2022-06-23
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-06-22
|
* Change 'Most Popular' list in Services to 'Ferdium Picks' (#332)Libravatar André Oliveira2022-06-21
|
* chore: Transform AppStore.js into Typescript (#329)Libravatar Ricardo Cino2022-06-21
| | | | | * turn actions into typescript * correct tsconfig * added TypedStore
* Remove DevContainer from project [skip ci]Libravatar Ricardo Cino2022-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
* Turn off the progressbar by defaultLibravatar Vijay A2022-06-21
|
* Upgrade 'electron' to '19.0.5' (#319)Libravatar Vijay Aravamudhan2022-06-21
|
* Feature: Add Toggle Navbar to View Menu (global) (#317)Libravatar André Oliveira2022-06-21
| | | Add Toggle Navbar to View Menu (global)
* Fix images with query strings (#318)Libravatar André Oliveira2022-06-21
|
* Fix apply button styling on accent section (#309)Libravatar André Oliveira2022-06-20
|
* 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
|
* Fix default accent color to Ferdium gradient (#273)Libravatar André Oliveira2022-06-16
|
* Move location of 'Change server' link on main screen for better visibility ↵Libravatar André Oliveira2022-06-15
| | | | (#268)
* Fix Developer Tools won't show up via menu (#264)Libravatar André Oliveira2022-06-15
| | | Fix #260 following Franz approach
* Add startpage.com as option search-engine and make it the default for new ↵Libravatar André Oliveira2022-06-14
| | | | users (#251)
* Feature: Progress Indicator for page loading (#248)Libravatar André Oliveira2022-06-14
| | | Fix one of the asks in #239
* Feature: Add 'Google Keep' as another option in Ferdium TODOs (#247)Libravatar André Oliveira2022-06-14
|
* Fix service labels cut off when using Slim Sidebar (#245)Libravatar André Oliveira2022-06-13
| | | fix #232
* Upgrade npm modulesLibravatar Vijay A2022-06-13
|
* 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>
* Feature: Add ability to navigate recipe with mouse buttons (#223)Libravatar André Oliveira2022-06-09
|
* Enable AutoUpdates from in-app with self-sign certificates on macOS (#213)Libravatar André Oliveira2022-06-03
| | | | Co-authored-by: Alphrag <alphrag@pm.me>