aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* 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.
* Remove duplicated lines (probably introduced in a bad conflict-resolution step).Libravatar Vijay A2021-05-12
| | | | Added TODOs for other duplicated code that is more involved in fixing.
* Method reuse (#1379)Libravatar Vijay Raghavan Aravamudhan2021-05-11
| | | | | * Used already exported common functions to avoid the same logic being repeated. * Use a different package to retrieve the os-name for the 'About Dialog'.
* New translations en-US.json (Swedish)Libravatar Ferdi Bot2021-05-10
|
* New translations en-US.json (Swedish)Libravatar Ferdi Bot2021-05-10
|
* Fix tray icon color on macOS Big SurLibravatar Vijay A2021-05-09
|
* Removed reference to google analytics idLibravatar Vijay A2021-05-09
|
* Fixing missed default translation file from prior commit.Libravatar Vijay A2021-05-09
|
* Enhanced 'About dialog' to show the build date, git SHA & branch (fixes ↵Libravatar Vijay Raghavan Aravamudhan2021-05-09
| | | | #1373) (#1375)
* Franz catchups to version 5.6.0 that are not related to macOS (#1372)Libravatar Vijay Raghavan Aravamudhan2021-05-08
| | | | | | | | | * Fix browser control icons in dark mode * Upgraded 'electron-builder' * Added missing system-dependencies for development of ferdi on linux * Fix crashes on navigation changes/reloads
* Upgrade to macOS Big Sur in Travis and build native modules (#1359)Libravatar Vijay Raghavan Aravamudhan2021-05-06
|
* Fix typo in Login.js (#1348)Libravatar Ikko Ashimine2021-05-05
|
* New Crowdin updates (#1340)Libravatar Ferdi Bot2021-05-04
|
* Highlight selected service correctly in Quick Switcher (#1324)Libravatar Vijay Raghavan Aravamudhan2021-05-03
|
* Quick switch enhancements (#1326)Libravatar Vijay Raghavan Aravamudhan2021-05-03
|
* New Crowdin updates (#1336)Libravatar Ferdi Bot2021-05-03
|
* Delete service confirmation (#1328)Libravatar Vijay Raghavan Aravamudhan2021-05-03
|
* Electron 12 and nodejs 14 support (#1308)Libravatar Kristóf Marussy2021-04-29
|
* Fix spellcheckerLanguage array/string confusion (#1314)Libravatar Kristóf Marussy2021-04-29
|
* Fix Issue #1109: Expose relevant info about Electron, node, platform,… (#1309)Libravatar Vijay Raghavan Aravamudhan2021-04-29
|
* Removed electron-process-manager since its no longer supported by Ele… (#1313)Libravatar Vijay Raghavan Aravamudhan2021-04-29
|
* New Crowdin updates (#1289)Libravatar Ferdi Bot2021-04-26
|
* New Crowdin updates (#1274)Libravatar Ferdi Bot2021-04-11
|
* New Crowdin updates (#1268)Libravatar Ferdi Bot2021-04-06
|
* Fix window unsnapping when clicking notification (#896) (#1264)Libravatar Stephan Rumswinkel2021-04-04
| | | Closes #896
* New Crowdin updates (#1257)Libravatar Ferdi Bot2021-03-30
|
* New Crowdin updates (#1249)Libravatar Ferdi Bot2021-03-22
|
* New Crowdin updates (#1230)Libravatar Ferdi Bot2021-03-16
|
* Change Search with Google link in context menu (#1240)Libravatar Moshe Gross2021-03-16
| | | | | | Change the Google Search link in the context menu from https://www.google.com/#q=searchterm to https://www.google.com/search?q=Mollie
* New Crowdin updates (#1218)Libravatar Ferdi Bot2021-02-27
|
* Fixes "Service Developer Tools not available" #147 (#1213)Libravatar Yoga Setiawan2021-02-21
|
* New Crowdin updates (#1186)Libravatar Ferdi Bot2021-02-21
|
* Displays search input when service is not found (#1212)Libravatar Yoga Setiawan2021-02-21
|
* 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>
* Show username and lastname fetched from server in account settingsLibravatar Michał Kostewicz2021-02-07
|
* New Crowdin updates (#1151)Libravatar Ferdi Bot2021-02-02
|
* 5.6.0-nightly.13Libravatar Amine Mouafik2021-01-06
|
* Add new setting to minimize to tray when closing on Windows (#1093)Libravatar 1mm0rt41PC2021-01-06
| | | Co-authored-by: Amine El Mouafik <amine@mouafik.fr>
* New translations updates (#1048)Libravatar Ferdi Bot2021-01-05
|
* Add Danish to the list of available languages (#1076)Libravatar Mads Marquart2020-11-19
|
* New translations updates (#1039)Libravatar Ferdi Bot2020-10-29
|
* New translations updates (#1014)Libravatar Ferdi Bot2020-10-18
|
* Disable Chromium's poor MPRIS implementation (#1023)Libravatar Amine Mouafik2020-10-15
|
* Flash TaskBar (Windows) / Bounce Dock (Mac) on New Message (#1020)Libravatar Mahadevan Sreenivasan2020-10-14
| | | | | | - Add a new Toggle Field for Win32 and MacOS for NotifyTaskBarOnMessage in EditSettingsForm.js - Add notifyTaskbarOnMessage under messages Array in EditSettingsScreen.js - Update appIndicator.js to flash Windows TaskBar or Bounce the Dock on MacOS when a new message arrives - Update en-US.json to include settings.app.form.notifyTaskBarOnMessage string
* Add vertical style and "Always show workspace drawer" setting (#567)Libravatar Bennett2020-10-11
|
* Improve Ferdi's design (#977)Libravatar Bennett2020-10-11
| | | Co-authored-by: Amine Mouafik <amine@mouafik.fr>
* Merge #722Libravatar Bennett2020-10-11
|
* Minify images using ImageOptim (lossless compression) (#1012)Libravatar Vijay Raghavan Aravamudhan2020-10-11
|
* Revert "Use imagemin to minify images (#1008)"Libravatar Amine Mouafik2020-10-10
| | | | This reverts commit 030197a95f007bdbe0cfb4bfe9ec189d58b2b6fc.
* New translations updates (#994)Libravatar Ferdi Bot2020-10-10
|