aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Collapse)AuthorAge
* Hotfix for requireAuthenticatedUser errorLibravatar kytwb2021-12-19
|
* Iterate on About Ferdi screenLibravatar kytwb2021-12-19
|
* Fix propType title is not required, but has no corresponding defaultProps ↵Libravatar kytwb2021-12-18
| | | | declaration
* Fix prop title is marked as required in FullscreenLoaderLibravatar kytwb2021-12-18
|
* Show preferred method to add punctuationLibravatar kytwb2021-12-18
|
* Iterate on updateStatusSearchingLibravatar kytwb2021-12-18
|
* Iterate on Sidebar icons orderLibravatar kytwb2021-12-18
|
* Redirect to Welcome screen on logout/exit sessionLibravatar kytwb2021-12-18
|
* Fix classes names for Welcome screenLibravatar kytwb2021-12-18
|
* Replace 'Login' with 'Exit session' in settings navigationLibravatar kytwb2021-12-18
|
* Move LockedScreen to AppLayoutLibravatar kytwb2021-12-18
|
* Remove duplicate edit button in account settings tabLibravatar kytwb2021-12-18
|
* Refactor autoUpdater usageLibravatar kytwb2021-12-18
|
* Better error handling for autoUpdaterLibravatar kytwb2021-12-18
|
* Iterate on ecac9de1704ab75990eac16bc4aebb17bac774f5Libravatar kytwb2021-12-15
|
* chore: Enable/disable context menu for services on sidebarLibravatar Vijay A2021-12-15
|
* Iterate on recipes empty stateLibravatar kytwb2021-12-14
|
* Simpify services empty state textLibravatar kytwb2021-12-14
|
* Fix available services empty state renderingLibravatar kytwb2021-12-14
|
* 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>