aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout/AppLayout.js
Commit message (Collapse)AuthorAge
* Move LockedScreen to AppLayoutLibravatar kytwb2021-12-18
|
* Refactor autoUpdater usageLibravatar kytwb2021-12-18
|
* chore: upgrade react-jss to latest (#2302)Libravatar Markus Hatvan2021-12-04
|
* 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 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
* chore: use 'window['ferdi']' (split out from pr #2092) (#2104)Libravatar Vijay Aravamudhan2021-10-20
| | | Co-authored-by: Markus Hatvan <markus_hatvan@aon.at>
* chore: remove all code related to news (#2069)Libravatar Markus Hatvan2021-10-14
|
* 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
* Make services update infobar dismissable (#1992)Libravatar Amine2021-09-26
|
* chore: upgrade intl dependencies (#1920)Libravatar Markus Hatvan2021-09-13
|
* chore: remove what's new functionality (#1864)Libravatar Markus Hatvan2021-09-04
|
* chore: remove 'shareFranz' feature since its always turned off for FerdiLibravatar Vijay A2021-08-21
|
* revert: fixing #1757 by commenting out partial fixLibravatar Vijay A2021-08-11
| | | | | | - Fixes issue with ferdi not starting up. - Also adds some defensive checks for the same code in other repeated locations.
* feat: follow OS reduced motion setting (#1757)Libravatar Markus Hatvan2021-08-10
| | | | | | | | - add missing meta charset to index.html - dont restrict scaling for user in index.html - load animations.css conditionally based on motion preference - load transitions conditionally in js and css based on motion preference Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* 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>
* Removed Franz paid plans features:Libravatar Vijay A2021-07-20
| | | | | | | | - serviceLimit - planSelection - trialStatusBar and other Franz features that were for different tiers of subscription.
* Add setting to enable nightly releases updates (#742)Libravatar Bennett2020-10-04
| | | Co-authored-by: Amine Mouafik <amine@mouafik.fr>
* 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>
* 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
| |
* | Implement Quick Switch featureLibravatar vantezzen2019-09-20
| |
* | 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
| | |
* | | Replace public Franz occurences with FerdiLibravatar 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
* | Merge remote-tracking branch 'upstream/master'Libravatar Amine Mouafik2019-07-01
|\|
| * fix eslint issuesLibravatar Dominik Guzei2019-06-05
| |
| * support app updates also for unauthenticated usersLibravatar Dominik Guzei2019-06-05
| |
| * fixes eslint issuesLibravatar Dominik Guzei2019-05-08
| |
| * fix(Announcements): Fixes issue with rendering announcments in workspacesLibravatar Dominik Guzei2019-05-08
| |
* | Merge tag 'v5.1.0'Libravatar Amine Mouafik2019-05-12
|\| | | | | | | | | | | # Conflicts: # README.md # src/components/layout/AppLayout.js
| * link to in-app changelog on new update notificationLibravatar Dominik Guzei2019-04-12
| |
| * refactor announcements to newest feature patternLibravatar Dominik Guzei2019-04-11
| |
| * merge-in workspace featureLibravatar Dominik Guzei2019-04-11
| |\