aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout
Commit message (Collapse)AuthorAge
* Fixed #1722 [skip ci]Libravatar Vijay A2021-08-02
|
* 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>
* Fix hibernation mode (#1486)Libravatar kytwb2021-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use hibernation strategy from settings instead of hardcoded 5 minutes * Fix conditions with isHibernationEnabled, previously disableHibernation * Make service hibernation obey global setting Also refactors hibernation to move some hibernation enablement logic into the Service model * Remove global hibernation enable switch Implements option 4 from https://github.com/getferdi/ferdi/pull/1486#issuecomment-860290992 according to https://github.com/getferdi/ferdi/pull/1486#issuecomment-876558694 * Implements #865 : Add 'hibernate service' and 'wake up service' in the sidebar context menu. * Removed 'hibernationEnabled' check on main settings screen Since this is an (imo) incongruous behavior for the first time user. They will see a message, but with no ability to choose the hibernation strategy. * Autogenerated files from conflict fixes Co-authored-by: Kristóf Marussy <kristof@marussy.com> Co-authored-by: Vijay A <avijayr@protonmail.com>
* Removed Franz paid plans features:Libravatar Vijay A2021-07-20
| | | | | | | | - serviceLimit - planSelection - trialStatusBar and other Franz features that were for different tiers of subscription.
* Upgraded eslint and fixed all the reported errors. (#1549)Libravatar Vijay Raghavan Aravamudhan2021-06-23
|
* Fix some appearance issues (#1398)Libravatar Kristóf Marussy2021-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix property spelling in Sidebar component * Fix typo in todos partition name * Use the FerdiDev setting.json in dev mode The app.setPath calls are still a mess and need to be fixed, but this at least allows me to experiment locally. * Make @meetfranz/theme follow the accent color We inject the value of the accent color into the themes, so the buttons show the appropriate color. This allows removing some existing css hacks. In order to do this, the themes had to be turned into functions that take the brand color (accent color) as an argument instead of hard-coding it. The css-based accent color for legacy components is left unchanged. * Remove superfluous scrollbars While overflow: scroll doesn't look ugly on macs, because the system hides scrollbars by default (except on hower), on Linux and Windows, the disabled scrollbars appearing by default look ugly. We set overflow-y: auto instead to display a scrollbar only when needed. * Simplify theme generation in @meetfranz/themes * Remove default accent color code duplication * Apply accent color to styles not in themeInfo.json Some colors are darkened/lightened versions of the primary brand color, so they are not caught by build-theme-info. We create these styles with `color` manually. * Inset shadow on sidebar This creates a more flat look that projecting a shadow over the service, and avoid compositing a shadow over the webview. * Apply accent color to vertical style tab bar * Workspace drawer styling in vertical mode * Fix sidebar layout In vertical mode, the top of the service was clipped by the sidebar Also removes unnecessary whitespace in sidebar * Fix 1px wide line on right when todos are hidden * Fix window menu When building the menu bar, the File / app menu is added later, so we must be careful about indexing the menu bar. * Update locale files * Report the default accent color accurately * Fix inverted button with dark theme * Fix crash with invalid accent color Fall back to the default accent color instead * Darker secondary buttons in dark mode * Vertical workspace drawer style outside debug mode In order to reliably apply the style, we need to add a class name to the drawer manually, as component names only appear in class names in debug mode.
* 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>
* Add setting to enable nightly releases updates (#742)Libravatar Bennett2020-10-04
| | | Co-authored-by: Amine Mouafik <amine@mouafik.fr>
* Change Keyboard shortcut tooltip text in Sidebar for Settings (#665)Libravatar Sampath Kumar Krishnan2020-04-29
|
* Make update banner dismissable (#564)Libravatar Sampath Kumar Krishnan2020-04-12
| | | | | | | | | - Remove the sticky option passed to InfoBar in AppUpdateInfoBar - Use component state to manage visibility of AppUpdateInfoBar in AuthLayout and AppLayout. - InfoBar will be dismissed only for the current session Co-Authored-By: Mahadevan Sreenivasan <mahadevan_sv@yahoo.com> Co-authored-by: Mahadevan Sreenivasan <mahadevan_sv@yahoo.com>
* Simply update locked stateLibravatar Amine Mouafik2020-02-22
|
* Add publish debug log optionLibravatar vantezzen2019-10-29
|
* Merge https://github.com/meetfranz/franz into franz-5.4.0-releaseLibravatar vantezzen2019-10-24
|\
| * Add trialStatusBar & polishingLibravatar Stefan Malzner2019-10-16
| |
| * simplify plan selectionLibravatar Stefan Malzner2019-10-15
| |
* | Mass replace of availible by availableLibravatar Amine Mouafik2019-10-20
| |
* | Fix lintLibravatar vantezzen2019-10-18
| |
* | Merge branch 'develop' of https://github.com/getferdi/ferdi into developLibravatar vantezzen2019-10-18
|\ \
| * | Remove mute icon related classes from lock iconLibravatar Amine Mouafik2019-10-18
| | |
* | | Implement #129Libravatar vantezzen2019-10-18
|/ /
* | Fix Ferdi Lock not corrently lockingLibravatar vantezzen2019-10-02
| |
* | Implement Quick Switch featureLibravatar vantezzen2019-09-20
| |
* | LintLibravatar vantezzen2019-09-17
| |
* | Merge branch 'master' of https://github.com/meetfranz/franz into ↵Libravatar vantezzen2019-09-17
|\| | | | | | | meetfranz-master
| * fix(Todos): Highlight Franz Todos icon in sidebar when the Franz Todos panel ↵Libravatar Stefan Malzner2019-09-17
| | | | | | | | is opened
* | Implement #41Libravatar vantezzen2019-09-17
| |
* | Fix merge errorsLibravatar vantezzen2019-09-13
| |
* | Merge branch 'master' of https://github.com/meetfranz/franz into ↵Libravatar vantezzen2019-09-13
|\| | | | | | | meetfranz-master
| * fix linting issuesLibravatar Stefan Malzner2019-09-12
| |
| * feat(Todos): Move todos toggle to sidebarLibravatar Stefan Malzner2019-09-11
| |
* | LintLibravatar vantezzen2019-09-07
| |
* | Fix merge bugsLibravatar vantezzen2019-09-07
| |
* | Merge branch 'master' of https://github.com/meetfranz/franz into franz-5.3.0Libravatar vantezzen2019-09-07
|\|
| * Remove news item on CTA clicksLibravatar Dominik Guzei2019-09-05
| |
| * Merge branch 'develop' into feature/new-pricingLibravatar Stefan Malzner2019-09-03
| |\
| | * Make todo layer resizableLibravatar Stefan Malzner2019-07-30
| | |
| | * Merge branch 'release/5.2.0' into feature/todosLibravatar Stefan Malzner2019-07-19
| | |\
| | * | basic integration of todos as static sidebarLibravatar Dominik Guzei2019-07-10
| | | |
| * | | WIP: add option to activate trialLibravatar Stefan Malzner2019-08-05
| | |/ | |/|
* | | i18n custom Ferdi stringsLibravatar vantezzen2019-09-03
| | |
* | | Fix random logout issuesLibravatar vantezzen2019-08-26
| | |
* | | Fix eslint errorsLibravatar vantezzen2019-08-22
| | |
* | | Improve onboarding experienceLibravatar vantezzen2019-08-22
| | |
* | | Replace public Franz occurences with FerdiLibravatar vantezzen2019-08-21
| | |
* | | Remove analyticsLibravatar vantezzen2019-08-21
| | |
* | | Update AppLayout.jsLibravatar Amine Mouafik2019-08-05
| | |
* | | Update AppLayout.jsLibravatar Amine Mouafik2019-08-05
| | |
* | | Merge remote-tracking branch 'upstream/master'Libravatar Amine Mouafik2019-08-05
|\| | | | | | | | | | | | | | # Conflicts: # src/components/layout/AppLayout.js
| * | Fix settings window dependenceLibravatar Stefan Malzner2019-06-28
| |/
* | Fix 'isDelayAppScreenVisible' no-unused-varsFerdi-5.2.0-beta.3Libravatar Amine Mouafik2019-07-01
| | | | | | | | https://ci.appveyor.com/project/kytwb/ferdi/builds/25663949