aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Collapse)AuthorAge
...
* 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
|
* Move location of 'Change server' link on main screen for better visibility ↵Libravatar André Oliveira2022-06-15
| | | | (#268)
* Feature: Progress Indicator for page loading (#248)Libravatar André Oliveira2022-06-14
| | | Fix one of the asks in #239
* 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
|
* Increase the vertical height of the draggable area to center the 3 OS ↵Libravatar Vijay A2022-05-17
| | | | titlebar-buttons
* Revert "remove duplicate Button component"Libravatar André Oliveira2022-05-17
| | | | This reverts commit bbde4a9d54d9c7dc03f34ca4113061a605dd5040.
* Fix recipes github link (#165)Libravatar André Oliveira2022-05-16
|
* remove duplicate Button componentLibravatar Santhosh Chinnasamy2022-05-16
|
* fix: revert "Typescript conversion" (#153)Libravatar Nathanaël Houn2022-05-15
| | | This reverts commit 8b1bfc356c3182c481394251f3ceeb902f2baec3.
* Minor refactoring for aligning on usage of 'intl' packageLibravatar Vijay A2022-05-14
|
* Added TODOs for tech debtLibravatar Vijay A2022-05-14
|
* Typescript conversionLibravatar Vijay A2022-05-14
|
* Fix i18n messageLibravatar Vijay A2022-05-07
|
* New fix for fixing URLs with '//' (#105)Libravatar Vijay Aravamudhan2022-05-07
|
* Manually resetting some i18n files [skip ci]Libravatar Vijay A2022-05-07
|
* Minor refactoring for css styles of headings (fontSize)Libravatar Vijay A2022-05-06
|
* Use components defined in the codebase; Extract some text for i18n purposes.Libravatar Vijay A2022-05-06
|
* Feature: Add monochromatic Service icons option with Dim adjustmentLibravatar André Oliveira2022-05-06
|
* Rearrange input fields on Settings screen and add labels for organization (#101)Libravatar André Oliveira2022-05-05
|
* Fix order of the Settings Icon on sidebar when Todo is enableLibravatar André Oliveira2022-05-05
|
* Feature: makes Services location in sidebar changeable (#95)Libravatar André Oliveira2022-05-05
|
* Feature: Hide sidebar buttons toggled behind a hamburger menu (#81)Libravatar André Oliveira2022-05-02
| | | | | * Reordered the 'Settings' button in sidebar closer to the other buttons being hidden Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Resurrect the electron-process-manager for Ferdium (#80)Libravatar Vijay Aravamudhan2022-05-01
|
* Add Ferdi server to hosted services (#49)Libravatar André Oliveira2022-04-27
| | | | * 'SettingsNavigation.js' and 'TeamDashboard.js' also have a call to 'LIVE_FERDI_API', but it handles the teams feature that I think neither Ferdi or Ferdium provide. * Removes comment on 'apiBase.ts' because I tested and the Terms was redirecting fine on the 'Help' Menu.
* chore: fix typo in EditSettingsForm.js [skip ci]Libravatar Ikko Ashimine2022-04-26
|
* Update node modules (#31)Libravatar Vijay Aravamudhan2022-04-23
| | | * Suppress eslint rules as warnings (dont turn off completely)
* Preload safe debug shim (#29)Libravatar Kristóf Marussy2022-04-22
| | | | | | | | | | | | | | | | In https://github.com/ferdium/ferdium-app/pull/23 we removed usages of the debug package due to an electron bug. This patch aims to restore some debug functionality by introducing a shim. The shim detect whether if it is being introduced in a preload script where the electron but would be triggered, and falls back to a simple replacement for debug. However, in the main and renderer processes, where a preload script is not being used, we still get full debug functionality. In this way, a module can be used both in a preload script and outside of it, while still preserving debug functionality whenever possible. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Complete tray icons redesign for all platforms (#28)Libravatar Fernando Figueiredo2022-04-22
|
* Turn off usage of 'debug' npm package using with electron-16 (fixes #17)Libravatar Vijay Aravamudhan2022-04-22
|
* Branding: Changed the tray and top iconsLibravatar André Oliveira2022-04-21
|
* Upgrade electron to '18.0.4'Libravatar Vijay A2022-04-19
| | | | Remove deprecated 'nativeWindowOpen' flag
* Upgrade electron to '16.2.2'Libravatar Vijay A2022-04-19
| | | | Remove deprecated 'webPreference' flag
* Fix rename of files and folders from 'Ferdi' to 'Ferdium'Libravatar Vijay A2022-04-16
|
* Made minute changes to rebrandLibravatar Aditya Mangalampalli2022-04-16
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* Re-arrange split view panes when tab order changes (#2428)Libravatar niu tech2022-02-28
|
* Add configurable hibernation interval after auto-wakeup (#2422)Libravatar James Andariese2022-02-27
|
* Add PublishDebugInfo modal in AuthLayoutLibravatar kytwb2022-01-11
|
* Fix i18n issue on mostPopular keyLibravatar kytwb2022-01-08
|
* Make dismissable services update infobar cta available in updates tabLibravatar kytwb2022-01-05
|