aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ui
Commit message (Collapse)AuthorAge
* chore: migrate from tslint to @typescript-eslint (#1706)Libravatar Markus Hatvan2021-07-30
| | | | | | | | | | - update .eslintrc to work for .js and .ts - update devDependencies - lint properly both root /src and nested /packages - update webhint recommended setting for tsconfig.json to shrink output - Manage all eslint rules from the repo root - escape single quotes in scripts to please windows build Co-authored-by: Vijay A <avijayr@protonmail.com>
* Within the packages, use relative paths for imports. (#1705)Libravatar Vijay Raghavan Aravamudhan2021-07-30
|
* Locked npm modules; Made the nested package module versions be consistent ↵Libravatar Vijay A2021-07-28
| | | | with the parent project,
* Imported using package name instead of using relative file path.Libravatar Vijay A2021-07-28
|
* chore: run security audit on node modules (#1621)Libravatar Markus Hatvan2021-07-08
| | | | | | | | | | - changed electron target for @babel/preset-env from 4 to 13 - added .prettierrc.js with conforming settings to current code style - upgraded gulp-sass to v5 to fix CVE and adapted code to breaking changes - refreshed package-lock.json of packages/forms and packages/ui - upgraded normalize-url to fix CVE - removed unnecessary @types/color-convert - fixed ToggleComponent breaking tsc compilation
* Hoist packages with lerna - so that we can benefit from consistent versions ↵Libravatar Vijay Raghavan Aravamudhan2021-06-27
| | | | (#1570)
* Bump color-string from 1.5.3 to 1.5.5 in /packages/uiLibravatar dependabot[bot]2021-06-22
| | | | | | | | | | | | | | Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.5.5. - [Release notes](https://github.com/Qix-/color-string/releases) - [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md) - [Commits](https://github.com/Qix-/color-string/commits/1.5.5) --- updated-dependencies: - dependency-name: color-string dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump ua-parser-js from 0.7.19 to 0.7.28 in /packages/ui (#1363)Libravatar dependabot[bot]2021-05-08
| | | | | | | | | Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 0.7.28. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.19...0.7.28) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Upgrade and lock 'react-loader' since its a runtime dependency. Upgrade ↵Libravatar Vijay Raghavan Aravamudhan2021-05-08
| | | | 'lerna' to '4.0.0' (#1368)
* Synchronize with Franz 5.6.0 (#1033)Libravatar Amine El Mouafik2021-02-08
| | | | | | | Co-authored-by: FranzBot <i18n@meetfranz.com> Co-authored-by: vantezzen <hello@vantezzen.io> Co-authored-by: Makazzz <makazzzpro@live.ca> Co-authored-by: Stefan Malzner <stefan@adlk.io> Co-authored-by: Amine Mouafik <amine@mouafik.fr>
* Fix missing Ferdi branding as suggested in #25Libravatar vantezzen2019-09-09
|
* Merge branch 'develop' into feature/new-pricingLibravatar Stefan Malzner2019-08-09
|\
| * bump versionLibravatar Stefan Malzner2019-08-05
| |
| * Enable tree shaking for iconsLibravatar Stefan Malzner2019-08-05
| |
* | Merge branch 'feature/3rd-party-limit' into feature/new-pricingLibravatar Stefan Malzner2019-06-14
|\ \
| * | Merge branch 'develop' into feature/3rd-party-limitLibravatar Stefan Malzner2019-06-13
| |\|
| * | Add custom recipe limitationLibravatar Stefan Malzner2019-05-02
| | |
* | | Merge branch 'develop' into feature/service-limitLibravatar Stefan Malzner2019-06-13
|\ \ \ | | |/ | |/|
| * | Bump versionLibravatar Stefan Malzner2019-06-07
| |/
* / Enforce service limitLibravatar Stefan Malzner2019-04-30
|/
* feat(App): Added Workspaces for all your daily routines 🥳Libravatar Dominik Guzei2019-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge default and fetched feature configs * ignore intellij project files * basic setup for workspaces feature * define workspaces as premium feature * add workspaces menu item in settings dialog * basic setup of workspaces settings screen * fix eslint error * assign react key prop to workspace items * add styles for workspace table * setup logic to display workspace edit page * consolidate workspace feature for further development * prepare basic workspace edit form * add on enter key handler for form input component * add form for creating workspaces * small fixes * adds flow for deleting workspaces * stop tracking google analytics in components * pin gulp-sass-variables version to 1.1.1 * fix merge conflict * fix bug in form input library * improve workspace form setup * finish basic workspace settings * finish workspaces mvp * fix eslint issues * remove dev logs * detach service when underlying webview unmounts * disable no-param-reassign eslint rule * add workspace drawer * change workspace switch shortcuts to start with zero * add workspace drawer toggle menu item and shortcut * improve workspace switching ux * style add workspace icon in drawer like the sidebar icons * improve workspace drawer layout * add i18n messages for service loading and workspace switching * small fixes * add tooltip to add workspace button in drawer * add workspaces count badge in settings navigation * fix merge conflicts with latest develop * refactor state management for workspace feature * reset api requests when workspace feature is stopped * hide workspace feature if it is disabled * handle get workspaces request errors in the ui * show infobox when updating workspaces * indicate any server interaction with spinners and infoboxes * add analytic events for workspace actions * improve styling of workspace switch indicator * add workspace premium notice to dashboard * add workspace feature info in drawer for free users * add workspace premium badge in settings nav * fix premium workspace badge in settings menu for light theme * fix active workspaces settings premium badge in light theme * give upgrade account button a bit more padding * add open last used workspace logic * use mobx-localstorage directly in the store * fix wrong workspace tooltip shortcut in sidebar * fix bug in workspace feature initialization * show workspaces intro in drawer when user has none yet * fix issues for users that have workspace but downgraded to free * border radius for premium intro in workspace settings * close workspace drawer after clicking on a workspace * add hover effect for drawer workspace items * ensure drawer is open on workspace settings routes * add small text label for adding new workspace to drawer * make workspace settings list items taller * refactor workspace table css away from legacy styles * render workspace service list like services + toggle * change plus icon in workspace drawer to settings icon * autofocus create workspace input field * add css transition to drawer workspace item hover * fix drawer add workspace label styles * refactors workspace theme vars into object structure * improve contrast of workspace switching indicator * added generic pro badge component for settings nav * add premium badge to workspace drawer headline * add context menu for workspace drawer items * handle deleted services that are attached to workspaces
* bump versionsLibravatar Stefan Malzner2019-04-05
|
* Bump versionsLibravatar Stefan Malzner2019-04-01
|
* bump versionsLibravatar Stefan Malzner2019-03-20
|
* Bring lerna back in syncLibravatar Stefan Malzner2019-03-19
|
* Add support for custom classNameLibravatar Stefan Malzner2019-03-19
|
* Update versionsLibravatar Stefan Malzner2019-02-13
|
* Fix package versionsLibravatar Stefan Malzner2019-02-13
|
* Add missing withThemeLibravatar Stefan Malzner2019-02-13
|
* Update package versionsLibravatar Stefan Malzner2019-02-06
| | | | [ci skip]
* cleanupLibravatar Stefan Malzner2019-02-06
|
* Update packagesLibravatar Stefan Malzner2019-01-28