aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* choose platform with environment variable `FRANZ_PLATFORM`Libravatar haraldox2018-02-20
|
* [WIP] incorporate electron-react-titlebarLibravatar haraldox2018-02-20
|
* fix(Linux): Fix window restore on notification click (@closingin)Libravatar Stefan Malzner2018-02-19
|\ | | | | Correctly restore window when clicking on a notification
| * Restore windows behavior for notifications and add linux supportLibravatar Rémi Weislinger2018-02-15
| | | | | | | | Issue #645
| * Fix bug with notifications click changing window's stateLibravatar Rémi Weislinger2018-02-15
| | | | | | | | Issue #645
* | readd @2x iconsLibravatar Stefan Malzner2018-02-19
| |
* | Merge pull request #700 from meetfranz/feature/linux-iconsLibravatar Stefan Malzner2018-02-19
|\ \ | | | | | | Invert Linux tray icon color
| * | replace icons with high-res iconsLibravatar Stefan Malzner2018-02-19
| | |
| * | Merge branch 'develop' into feature/linux-iconsLibravatar Stefan Malzner2018-02-19
| |\ \ | |/ / |/| |
* | | fix(App): Fix issues with disabling launch app on startupLibravatar Stefan Malzner2018-02-16
|\ \ \ | | | | | | | | Refactor settingsStore to use mobx-localstorage
| * | | fix sideeffect of app not launching itself after first launchLibravatar Stefan Malzner2018-02-16
| | | |
| * | | further request cleanupLibravatar Stefan Malzner2018-02-15
| | | |
| * | | fix linting issuesLibravatar Stefan Malzner2018-02-15
| | | |
| * | | remove debug logsLibravatar Stefan Malzner2018-02-15
| | | |
| * | | remove unnecessary observableLibravatar Stefan Malzner2018-02-15
| | | |
| * | | Replace localAPI requests with mobx-localstorageLibravatar Stefan Malzner2018-02-15
| | | |
| * | | replace localStorage with mobx-localstorageLibravatar Stefan Malzner2018-02-15
| | |/ | |/|
* | | Merge branch 'fix/copy-paste' into developLibravatar haraldox2018-02-16
|\ \ \
| * | | trying to get to the bottom of thisLibravatar haraldox2018-02-16
| | | |
* | | | Merge branch 'fix/sleep' into developLibravatar haraldox2018-02-16
|\ \ \ \
| * | | | reload Franz instead of all services on sleep resumeLibravatar haraldox2018-02-16
| |/ / /
* | | | inverted welcome button "Create a free account"Libravatar haraldox2018-02-16
| | | |
* | | | fix teamId & customUrl validation for hosted optionLibravatar haraldox2018-02-16
| | | |
* | | | fix validation for side-by-side teamId & customURLLibravatar haraldox2018-02-16
|/ / /
* | | [MINOR] string correctionLibravatar haraldox2018-02-16
| | |
* | | ADD strings for branch feat/hide-dock-iconLibravatar haraldox2018-02-15
|/ /
* | feat(Windows): Add more app icon resolutions (@Stanzilla)Libravatar Stefan Malzner2018-02-14
|\ \ | | | | | | change icon to include more sizes
| * | change icon to include more sizesLibravatar Benjamin Staneck2018-02-12
|/ / | | | | | | It now comes with 16, 24, 32, 48, 64, 128, 192, 256 sizes vs the previous 16, 32, 48, 64, 128, 256
* | Merge pull request #654 from meetfranz/feature/invite-buttonLibravatar Stefan Malzner2018-02-12
|\ \ | | | | | | Invite Button in Settings
| * | feat(App) Feature Invite Friends in SettingsLibravatar haraldox2018-02-08
| | | | | | | | | | | | | | | - MOVE form creation to `componentWillMount()` - focus input field on `componentDidMount()`
| * | REMOVE presentational stuff from smart containerLibravatar haraldox2018-02-08
| | |
| * | [MINOR] ADD blank lineLibravatar haraldox2018-02-06
| | |
| * | [MINOR] house cleaningLibravatar haraldox2018-02-06
| | |
| * | Merge branch 'develop' into feature/invite-buttonLibravatar haraldox2018-02-06
| |\ \
| * | | [MINOR] REMOVE unnecessary varLibravatar haraldox2018-02-06
| | | | | | | | | | | | | | | | `pathname`
| * | | REMOVE invite button from Account DashboardLibravatar haraldox2018-02-03
| | | |
| * | | fix defaultPropsLibravatar haraldox2018-02-02
| | | |
| * | | fix linting errorsLibravatar haraldox2018-02-02
| | | |
| * | | finished embedded invite functionalityLibravatar haraldox2018-02-02
| | | | | | | | | | | | | | | | | | | | | | | | ADDED internationalization ADDED loading indicator in send button REMOVED query param `from`
| * | | got server callback and infobox workingLibravatar haraldox2018-02-02
| | | |
| * | | [WIP] started work on infoboxLibravatar haraldox2018-01-30
| | | |
| * | | [MINOR] fix indentationLibravatar haraldox2018-01-30
| | | | | | | | | | | | | | | | makes linter happy
| * | | ADDED embedded invite screen in settingsLibravatar haraldox2018-01-30
| | | | | | | | | | | | | | | | reuses component `Invite`
| * | | ADDED invite button on settings navigationLibravatar haraldox2018-01-30
| | | | | | | | | | | | | | | | currently goes to `auth/signup/invite` route only
| * | | Merge branch 'fix-invite-screen' into feature/invite-buttonLibravatar haraldox2018-01-30
| | | | | | | | | | | | | | | | fix linitng errors
| * | | Merge branch 'develop' into feature/invite-buttonLibravatar haraldox2018-01-30
| |\ \ \
| * \ \ \ Merge branch 'fix-invite-screen' into feature/invite-buttonLibravatar haraldox2018-01-29
| |\ \ \ \
| * | | | | return to account screen from invite screenLibravatar haraldox2018-01-22
| | | | | | | | | | | | | | | | | | | | | | | | cheap solution because `state` prop of `<Link>` is not being passed to route
| * | | | | ADDED invite button in Account SettingsLibravatar haraldox2018-01-21
| | | | | | | | | | | | | | | | | | | | | | | | [WIP] return to previous route on submit / cancel
| * | | | | allow arbitrary routes in dev modeLibravatar haraldox2018-01-19
| | | | | | | | | | | | | | | | | | | | | | | | navigate to other routes in the console by typing `document.location.href = "#path/to/route"`