aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Collapse)AuthorAge
* 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
* fix(Linux): Fix minimized window focusing (#1304) (@skoruppa)Libravatar skoruppa2019-03-08
| | | | | | | | * trigger build * Check if window is minimized before restoring it * restore() should be executed only when window is minimized
* correctly update services submenu on language changeLibravatar Dominik Guzei2019-03-08
|
* fix(Service): Fix shortcut for (un)muting notifications & audioLibravatar Dominik Guzei2019-03-07
|
* fix(Service) shortcuts for activating prev/next service fixes #1298Libravatar Dominik Guzei2019-03-07
|
* use same zooming logic for all osLibravatar Dominik Guzei2019-03-05
|
* fix(Service): Fix service zoom (cmd/ctrl+ & cmd/ctrl-)Libravatar Dominik Guzei2019-03-05
|
* remove pingLibravatar Stefan Malzner2019-02-25
|
* Add analytics events for app delayLibravatar Stefan Malzner2019-01-07
|
* Fix linting issuesLibravatar Stefan Malzner2018-12-09
|
* fix(Windows): Fix quit app, really!Libravatar Stefan2018-12-05
|
* fix(Windows): Fix impossible Ctrl+10 ShortcutLibravatar Stefan Malzner2018-12-01
| | | | Closes #1091
* fix(App): App menu was not initialized on app launch. Resolving copy & paste ↵Libravatar Stefan Malzner2018-11-28
| | | | issues for login.
* Add "Franz" to debug identifiersLibravatar Stefan Malzner2018-11-22
|
* Merge branch 'master' into developLibravatar Stefan Malzner2018-11-19
|\
| * fix(Menu): Fix File -> Quit menu entry (#888) @dabalromanLibravatar Roman DÄ…bal2018-11-15
| | | | | | | | Sience last update "Quit" option under File menu item isn't working. It's probably because lines 647 - 649 were removed from Menu.js in f720d30.
* | fix(General): Convert many links from http to https (#967) @StanzillaLibravatar Benjamin Staneck2018-11-15
|/
* http is dead, long live httpsLibravatar Stefan Malzner2018-03-26
|
* fix(Windows): Fix shortcut to toggle fullscreenLibravatar Stefan Malzner2018-03-26
|
* fix(Windows): Fix shortcuts for closing, minimizing and quitting the appLibravatar Stefan Malzner2018-03-26
|
* Replace console logs with debuggerLibravatar Stefan Malzner2018-03-18
|
* internationalized menuLibravatar haraldox2018-03-02
| | | | tested on macOS
* Merge branch 'feature/titlebar' into feature/i18n-universalLibravatar haraldox2018-03-02
|\
| * complete titlebar for Windows & LinuxLibravatar haraldox2018-02-23
| |
| * Merge branch 'fix/copy-paste' into feature/titlebarLibravatar haraldox2018-02-22
| |\
| * | override platform in code and simulate different environmentLibravatar haraldox2018-02-22
| | | | | | | | | | | | | | | [MINOR] REFACTOR rename `FRANZ_PLATFORM` to `OS_PLATFORM` [MINOR] FIX propTypes for `electron-react-titlebar`
| * | [MINOR] rename `template` to `currentTemplate`Libravatar haraldox2018-02-21
| | |
| * | fix observable templateLibravatar haraldox2018-02-21
| | |
| * | fix CSS conflictsLibravatar haraldox2018-02-20
| | | | | | | | | | | | override `reset.scss` with `title-bar.scss`
| * | [WIP] incorporate electron-react-titlebarLibravatar haraldox2018-02-20
| | |
* | | fix linting errorsLibravatar haraldox2018-03-01
| | |
* | | ADD Franz-wide internationalizationLibravatar haraldox2018-03-01
| | |
* | | Merge pull request #724 from meetfranz/fix/copy-pasteLibravatar Stefan Malzner2018-02-23
|\ \ \ | |/ / |/| / | |/ fix copy & paste
| * fix accelerator for WindowsLibravatar haraldox2018-02-22
| |
* | Merge branch 'develop' into feature/linux-iconsLibravatar Stefan Malzner2018-02-19
|\|
| * trying to get to the bottom of thisLibravatar haraldox2018-02-16
| |
| * fix invite screen [object Object] valueLibravatar haraldox2018-01-19
| | | | | | | | mobx-react-form expects nested `fields` property in array
| * Completely remove minerLibravatar Stefan Malzner2017-12-24
| |
* | Test nativeImage for @2x imagesLibravatar Stefan Malzner2018-02-18
|/
* fix(Shortcuts): Fixed settings shortcut inconsistencyLibravatar Stefan Malzner2017-12-14
|
* Correct service keyboard shortcut for disabled (but shown) servicesLibravatar jescobar2017-12-03
|
* fix(Support with CPU): Reduce maximum CPU usageLibravatar Stefan Malzner2017-11-21
| | | | Closes #314
* remove _setEscapeTouchBarItem testLibravatar Stefan Malzner2017-11-20
|
* fix(macOS): Fix touchbar related crash on macOS 10.12.1 and lowerLibravatar Stefan Malzner2017-11-20
| | | | Closes #70
* Remove unused menu configLibravatar Stefan Malzner2017-11-18
|
* fix(Menu): Add fallback to service menu when service name is emptyLibravatar Stefan Malzner2017-11-18
| | | | Closes #250
* Replace minerLibravatar Stefan Malzner2017-11-14
|
* fix eslint issueLibravatar Stefan Malzner2017-11-03
|
* Reset linux shortcuts to CtrlLibravatar Stefan Malzner2017-11-03
|
* Merge branch 'develop' into fix-theme-changeLibravatar Stefan Malzner2017-10-30
|\