aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/settings.scss
Commit message (Collapse)AuthorAge
* Add custom website information to recipe dashboard (#995)Libravatar Bennett2020-10-04
|
* Release 5.5.0-gm.2 (#625)v5.5.0-gm.2Libravatar Amine2020-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bump Electron to 8.2.3 for latest fixes * Bump version to 5.5.0-gm.2 * Update recipes submodule * Update changelog * Add support for external issue linking * Link README * Address regression introduced by #590 * Add new translations contributors * #620 Address broken translation * Fix cache clearing feedback US copy * Update changelog to include latest merged pull requests * Fix changelog format * Review branding of initial system notification on macOS * #569 Fix missing margin between tabs Co-authored-by: vantezzen <hello@vantezzen.io>
* Organize settings with horizontal tabs (#569)Libravatar Romain2020-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | * Align settings section titles on same row * Add className to Settings Titles to copy tab layout from 'Available Services' * Add all Settings Titles to the horizontal tab layout at the top of the form * Add state for active settings taband onClick * Add condition for each Settings div to show when activeSetttingsTab plus fix typo 'appearance' * Add condition for each Settings div to show when activeSetttingsTab plus fix typo 'appearance' * Add margins in between setting tabs * Remove 50px of top margin to minimize blank space above tabs * Remove temporary &nbsp;&nbsp; in between tabs now that CSS is in place * Apply code changes * Delete unused code const { activeSettingsTab } = this.state; Co-authored-by: Amine Mouafik <amine@mouafik.fr>
* Implement user.css and user.js (#401)Libravatar Bennett2020-02-26
| | | | | | | | | | * #83 Implement user.css and user.js * Fix button layout in settings * Fix user script not loading Co-authored-by: Amine <amine@mouafik.fr>
* Disable/prevent access to some settings for non-logged usersLibravatar Amine Mouafik2019-11-29
|
* Merge https://github.com/meetfranz/franz into franz-5.4.0-releaseLibravatar vantezzen2019-10-24
|\
| * polishingLibravatar Stefan Malzner2019-10-16
| |
* | Implement #120v5.4.0-beta.1Libravatar vantezzen2019-10-17
| |
* | Add button to directly open darkmode.cssLibravatar vantezzen2019-10-16
|/
* update settings uiLibravatar Stefan Malzner2019-09-05
|
* Add option to subscribe to trial via account dashboardLibravatar Stefan Malzner2019-08-08
|
* Add spacingLibravatar Stefan Malzner2019-04-13
|
* Fix styling issues & add premium badgeLibravatar Stefan Malzner2019-04-12
|
* Merge branch 'develop' into chore/streamline-dashboardLibravatar Stefan Malzner2019-04-12
|\
| * 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
* | Replace invoices & subscription info with links to websiteLibravatar Stefan Malzner2019-04-08
|/
* Add port option to service proxy configLibravatar Stefan Malzner2018-12-09
|
* feat(App): Add proxy support for servicesLibravatar Stefan Malzner2018-11-27
|
* Update upgrade dark theme stylesLibravatar Stefan Malzner2018-11-21
|
* Update stylesheets and added darkMode variable and toggle.Libravatar Guille Cura2018-07-05
|
* Merge pull request #525 from meetfranz/feature/icon-uploadLibravatar Stefan Malzner2018-01-06
|\ | | | | [PR] Feature/icon upload
| * feat(Service): Add custom service icon uploadLibravatar Stefan Malzner2018-01-02
| |
| * Merge branch 'develop' into feature/icon-uploadLibravatar Stefan Malzner2017-12-24
| |\
| * | [wip] add icon uploadLibravatar Stefan Malzner2017-11-12
| | |
* | | feat(Services): Improve user experience of service searchLibravatar Stefan Malzner2018-01-03
| |/ |/|
* | feat(Service): Add option to completely disable message badgesLibravatar Stefan Malzner2017-12-14
| |
* | feat(Account): Enable a user to delete their own accountLibravatar Stefan Malzner2017-12-04
| |
* | Merge pull request #276 from meetfranz/feature/spellcheck-settingsLibravatar Stefan Malzner2017-11-15
|\ \ | | | | | | Spellcheck settings
| * | fix weird settings navigation stylesLibravatar Stefan Malzner2017-11-14
| |/
* | Increase max-size of settings windowLibravatar Stefan Malzner2017-11-14
| |
* | Disable Miner on WindowsLibravatar Stefan Malzner2017-11-14
|/
* feat(Service): Add option to mute serviceLibravatar Stefan Malzner2017-11-09
|
* initial commitLibravatar Stefan Malzner2017-10-13