aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets
Commit message (Collapse)AuthorAge
* Reworking menu bar icons for macOS 11+ (#182)Libravatar Fernando Figueiredo2022-05-19
| | | | * Adding template tray icons for macOS 11+ * Separate asset directory for darwin 20+
* Complete tray icons redesign for all platforms (#28)Libravatar Fernando Figueiredo2022-04-22
|
* Branding: Changed the tray and top iconsLibravatar André Oliveira2022-04-21
|
* Use logo variant, remove welcome text in Get Started screenLibravatar kytwb2021-12-14
|
* chore: convert various files from JS to TS (#1959)Libravatar Markus Hatvan2021-09-18
|
* Removed Franz paid plans features:Libravatar Vijay A2021-07-20
| | | | | | | | - serviceLimit - planSelection - trialStatusBar and other Franz features that were for different tiers of subscription.
* 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.
* Improve Ferdi's design (#977)Libravatar Bennett2020-10-11
| | | Co-authored-by: Amine Mouafik <amine@mouafik.fr>
* 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.
* Use imagemin to minify images (#1008)Libravatar Vijay Raghavan Aravamudhan2020-10-09
|
* Enable Dark Reader settings to follow the accent color (#646)Libravatar Sampath Kumar Krishnan2020-04-25
|
* Differentiate badge icon/color for indirect notifications (#590)Libravatar Mahadevan Sreenivasan2020-04-22
| | | | | | | | | | * feat: Differentiate between indirect and direct notifications - Windows - Replace the icon used for showing indirect notifications in the taskbar to a blue(#0088cc) color (like slack, google chat etd) - All Platforms - Replace the red color used for indirect notifications in tabbed view for a service to #0088cc (Blue) color * Indirect notification icons in tray and tabs Co-authored-by: Feiko Joosten <feiko_joosten@hotmail.com> Co-authored-by: Sampath Kumar Krishnan <sampathBlam@users.noreply.github.com>
* Windows multisize tray icoLibravatar Sauceee2020-01-20
|
* Add service ribbon width previewsLibravatar vantezzen2019-11-28
|
* Update theme informationLibravatar vantezzen2019-10-29
|
* Implement #120v5.4.0-beta.1Libravatar vantezzen2019-10-17
|
* Add custom tray iconsLibravatar vantezzen2019-08-23
|
* Update imagesLibravatar vantezzen2019-08-22
|
* Add custom iconLibravatar vantezzen2019-08-21
|
* Merge remote-tracking branch 'upstream/master'Libravatar Amine Mouafik2019-07-01
|\
| * fix(Windows): Replace tray icon with high-res versionLibravatar Stefan2019-04-12
| |
* | Use dark background in SVG logoFerdi-5.0.0-beta.24Libravatar Amine Mouafik2019-04-01
|/
* Merge 'fix/window-bounds' into 'develop'Libravatar Stefan2018-12-05
|
* readd @2x iconsLibravatar Stefan Malzner2018-02-19
|
* replace icons with high-res iconsLibravatar Stefan Malzner2018-02-19
|
* fix(Linux): invert tray icon color & add border for bright UI'sLibravatar Stefan Malzner2018-02-16
|
* fix(System tray): Add macOS dark theme system tray iconLibravatar Stefan Malzner2017-10-19
| | | | Fixes #1
* initial commitLibravatar Stefan Malzner2017-10-13