aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Collapse)AuthorAge
...
* Remove title from AppLoaderLibravatar kytwb2021-12-14
|
* Use logo variant, remove welcome text in Get Started screenLibravatar kytwb2021-12-14
|
* Start removing superfluous textLibravatar kytwb2021-12-14
|
* Fix Dark Mode in auth screensLibravatar kytwb2021-12-14
|
* Fix spacing issue with dismissed InfoboxComponentLibravatar kytwb2021-12-14
|
* Simplify navigation in auth screensLibravatar kytwb2021-12-13
|
* Remove banner linking to missing surveyLibravatar kytwb2021-12-13
|
* Fix lintingLibravatar kytwb2021-12-13
|
* Gracefully handle edge case showing both hibernating and loading stateLibravatar kytwb2021-12-13
|
* Iterate on Welcome screen CTAsLibravatar kytwb2021-12-13
|
* Show only 2 rows of 8 icons, same as FranzLibravatar kytwb2021-12-13
|
* Add logo in ChangeServer screenLibravatar kytwb2021-12-13
|
* Remove irrelevant dev mode warningsLibravatar kytwb2021-12-13
|
* #2319 Limit and shuffle recipes displayed on Welcome screenLibravatar kytwb2021-12-12
|
* chore: use 'nativeWindowOpen' to see if this resolves issues with opening ↵Libravatar Vijay Aravamudhan2021-12-08
| | | | | browser window on clicking links (#2308) (based on https://github.com/TheGoddessInari/hamsket/commit/27226145f7ac0c5acf7aa13e6c8b26687b4e1013)
* chore: upgrade react-jss to latest (#2302)Libravatar Markus Hatvan2021-12-04
|
* chore: upgrade commitlint and eslint-plugin-unicorn to latest (#2295)Libravatar Markus Hatvan2021-12-03
| | | | | | - upgrade commitlint and eslint-plugin-unicorn dependencies - update prepare-code script to run lint:fix instead of lint - fix unicorn/no-await-expression-member lint issues - various whitespace formatting fixes due to lint:fix
* docs: Change label text to be more explicit [skip ci]Libravatar Vijay A2021-11-23
|
* chore: fix typescript errorLibravatar Vijay A2021-11-21
|
* chore: convert various files to TS (#2246)Libravatar Markus Hatvan2021-11-18
| | | | | | * convert various files to TS * removed outdated docs/example-feature folder * turn off unicorn/no-empty-file * update eslint config
* fix: don't strip authentication credentials from service URL (fixes #2182) ↵Libravatar niu tech2021-11-15
| | | | (#2228)
* chore: label for number of split columns (#2229)Libravatar niu tech2021-11-15
|
* Adjust number of columns for Split Mode (#2208)Libravatar niu tech2021-11-13
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* chore: update eslint deps to latest (#2213)Libravatar Markus Hatvan2021-11-12
| | | | | - update eslint deps to latest - disable new react/function-component-definition rule - fix/disable newly reported issues
* chore: update 'node-gyp' and '@types/tar' modules; (#2183)Libravatar Vijay Aravamudhan2021-11-06
| | | replace 'terser' with 'gulp-terser' to reduce custom code
* Add shortcuts for toggling service from the context menu (#2148)Libravatar Deepti2021-10-31
|
* chore: use caret for dependencies instead of locked versions (#2162)Libravatar Markus Hatvan2021-10-29
| | | | | - use caret for all dependencies except brittle ones like e.g. typescript - remove 'save-exact' true from .npmrc - fix various prettier formatting issues
* chore: remove @mdi/font in favor of using icons with @mdi/js directly (#2158)Libravatar Markus Hatvan2021-10-28
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Add feature to display document title along with current title (#2143)Libravatar Chandrika Priya Bogadi2021-10-26
| | | Co-authored by: Rachel Cynthia <rachel883omega@gmail.com>
* Cleanup/remove feature toggle for todo, workspace, service proxy (#2134)Libravatar Abin Mn2021-10-26
| | | | | | * Remove DEFAULT_FEATURES_CONFIG from config * Remove static controller Co-authored-by: Madhuri B <MadhuriBandanadam@users.noreply.github.com>
* Add feature to display service name under service icon when the toggle for ↵Libravatar Vishnu0172021-10-26
| | | | | it is enabled in the settings (#2136) Co-authored-by: AnjithPaul <anjithpaul.mec@gmail.com>
* Add feature to resize and fit window to screen on macOS when double c… (#2125)Libravatar Ajesh Kumar S2021-10-25
| | | Co-authored-by: Sreelekha sreelekha.marasigogu@gmail.com
* Show error indicator when the service fails to load (#2124)Libravatar Suvarna Sivadas2021-10-25
| | | Co-authored-by: Johan K Mathew <johankmathew@gmail.com>
* reverting conversion: renamed 'src/components/ui/Button.tsx' to ↵Libravatar Vijay A2021-10-24
| | | | 'src/components/ui/Button.js'
* chore: use 'window['ferdi']' (split out from pr #2092) (#2104)Libravatar Vijay Aravamudhan2021-10-20
| | | Co-authored-by: Markus Hatvan <markus_hatvan@aon.at>
* feat: add new preference to allow per-service wake-up (#2085)Libravatar Ahmad M. Abdelaziz2021-10-16
|
* chore: move 'packages/themes' into 'src' (no longer an injected package) (#2080)Libravatar Vijay Aravamudhan2021-10-15
|
* chore: move 'packages/forms' into 'src' (no longer an injected package) (#2079)Libravatar Vijay Aravamudhan2021-10-15
|
* chore: move 'packages/ui' into 'src' (no longer an injected package) (#2077)Libravatar Vijay Aravamudhan2021-10-15
|
* chore: update eslint setup (#2074)Libravatar Markus Hatvan2021-10-15
|
* chore: convert components to tsx (#2071)Libravatar Markus Hatvan2021-10-15
|
* chore: remove all code related to news (#2069)Libravatar Markus Hatvan2021-10-14
|
* chore: convert files to TS (#2066)Libravatar Markus Hatvan2021-10-14
|
* chore: convert class components to functional (#2065)Libravatar Markus Hatvan2021-10-14
|
* Control the long-press hint for service icon via a preference (#2043)Libravatar Vijay Aravamudhan2021-10-09
| | | Co-authored-by: mhatvan <markus_hatvan@aon.at>
* fix: Control the global shortcut (for hiding Ferdi) via a preference ↵Libravatar Vijay A2021-10-07
| | | | (default: off)
* chore: upgrade react to latest (#2030)Libravatar Markus Hatvan2021-10-07
|
* chore: upgraded electron to 14.1.0 (#1860)Libravatar Vijay Aravamudhan2021-10-04
| | | | * upgrade 'electron-react-titlebar' to 1.0.0 * fix issue with 'contextIsolation' and 'enabelRemoteModule' for service-webview
* chore: convert various files from JS to TS (#2010)Libravatar Markus Hatvan2021-10-02
|
* fix: fix issue with past commit related to 'environment-remote'Libravatar Vijay A2021-10-01
|