aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/store.js
Commit message (Collapse)AuthorAge
* chore: transform workspace action store and todo store into tsLibravatar Muhamed2022-11-25
|
* chore: change values inside mobx actions to fix console warnings (#532)Libravatar André Oliveira2022-08-03
|
* eslint needs to be executed at the top-level to actually workv6.0.1-nightly.3Libravatar Vijay A2022-07-25
|
* chore: Mobx & React-Router upgrade (#406)Libravatar Ricardo Cino2022-07-07
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* chore: Use relative paths while importing from custom codeLibravatar Vijay A2022-07-04
|
* Use default exports instead of named exportsLibravatar Vijay A2022-07-02
|
* Preload safe debug shim (#29)Libravatar Kristóf Marussy2022-04-22
| | | | | | | | | | | | | | | | In https://github.com/ferdium/ferdium-app/pull/23 we removed usages of the debug package due to an electron bug. This patch aims to restore some debug functionality by introducing a shim. The shim detect whether if it is being introduced in a preload script where the electron but would be triggered, and falls back to a simple replacement for debug. However, in the main and renderer processes, where a preload script is not being used, we still get full debug functionality. In this way, a module can be used both in a preload script and outside of it, while still preserving debug functionality whenever possible. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Turn off usage of 'debug' npm package using with electron-16 (fixes #17)Libravatar Vijay Aravamudhan2022-04-22
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* Fetch workspaces on WorkspaceDrawer componentDidMountLibravatar kytwb2021-12-18
|
* Adjust number of columns for Split Mode (#2208)Libravatar niu tech2021-11-13
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Cleanup/remove feature toggle for todo, workspace, service proxy (#2134)Libravatar Abin Mn2021-10-26
| | | | | | * Remove DEFAULT_FEATURES_CONFIG from config * Remove static controller Co-authored-by: Madhuri B <MadhuriBandanadam@users.noreply.github.com>
* chore: update eslint setup (#2074)Libravatar Markus Hatvan2021-10-15
|
* Enable Split View Mode (#1926)Libravatar niu tech2021-09-15
|
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* Fix issue with workspace feature - fixes #1682 (#1854)Libravatar Vijay Raghavan Aravamudhan2021-09-01
| | | | | | | | * fix issue with workspace feature not being turned on, and then randomly turning on somehow. * when deleting the active workspace, auto-select the default workspace. * consolidated the toggling of features into a single place in the config file. Co-authored-by: Sadetdin EYILI <sadetdin.eyili@ekino.com> Signed-off-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.
* Upgrade various dependencies to latest part 2 (#1557)Libravatar Markus Hatvan2021-07-03
| | | | | | | | * Upgrade various dependencies to latest, remove unnecessary electron-hunspell - upgrade eslint and friends to latest - remove deprecated 'node-sass' in favor of 'sass' - disable new rules from 'eslint-config-airbnb' that are conflicting with current code style - add workspace config for 'vscode' that silences 'experimentalDecorator' warning and forces 'prettier' to single quote * Run yarn lint to autofix with new ruleset and worked down lint issues to zero
* Removed the cyclical dependency in workspaces and announcement (Partial fix ↵Libravatar Markandan R2021-06-13
| | | | for: #1519) (#1522)
* Merge https://github.com/meetfranz/franz into franz-5.4.0-releaseLibravatar vantezzen2019-10-24
|\
| * Merge branch 'release/5.4.0-beta.3' into ↵Libravatar Stefan Malzner2019-10-08
| |\ | | | | | | | | | fix/only-load-workspace-related-services
| | * Revert "fix(Workspaces): Only initialize active Workspace services when app ↵Libravatar Stefan Malzner2019-10-04
| | | | | | | | | | | | | | | | | | | | | is starting" This reverts commit b521a232ac7c79527d0f3c9baa46695fa5d5e62d, reversing changes made to 5668a7ad1276a5117bba912a883442961ac54728.
| * | Also show Franz loading spinner when workspaces are loadingLibravatar Dominik Guzei2019-10-07
| |/
| * Remove console.logLibravatar Dominik Guzei2019-10-04
| |
| * Only load services when workspaces have been loadedLibravatar Dominik Guzei2019-10-04
| | | | | | | | This avoids briefly loading and displaying all services (which is ugly and slow) before it has been determined that there actually is an active workspace.
* | Implement #37Libravatar vantezzen2019-09-16
| |
* | Merge branch 'master' of https://github.com/meetfranz/franz into ↵Libravatar vantezzen2019-09-13
|\| | | | | | | meetfranz-master
| * feat(Workspaces): Setting to keep all workspaces loadedLibravatar Dominik Guzei2019-09-11
| |
* | Use ferdi namespace on debuggerLibravatar vantezzen2019-09-12
| |
* | Remove service limit and enable workspacesLibravatar vantezzen2019-09-07
|/
* bugfixing & polishingLibravatar Stefan Malzner2019-09-04
|
* Add trial / subscription handlingLibravatar Stefan Malzner2019-08-19
|
* Merge branch 'develop' into feature/new-pricingLibravatar Stefan Malzner2019-08-09
|\
| * fix reactions and workspace cleanup logicLibravatar Dominik Guzei2019-07-10
| |
* | Rename feature flagsLibravatar Stefan Malzner2019-06-17
|/
* Improve cleanup code of invalid service referencesLibravatar Dominik Guzei2019-06-05
|
* Fix invalid services references in workspaces locallyLibravatar Dominik Guzei2019-06-05
|
* Merge pull request #1425 from meetfranz/fix/workspace-services-ordering-bugLibravatar Dominik Guzei2019-05-22
|\ | | | | Fix service reordering within workspaces
| * fix(Workspaces): Service reordering within workspacesLibravatar Dominik Guzei2019-05-08
| |
* | fix(Announcements): Fixes issue with rendering announcments in workspacesLibravatar Dominik Guzei2019-05-08
|/
* merge-in latest developLibravatar Dominik Guzei2019-04-12
|
* improve starting and stopping logic for workspace actions and reactionsLibravatar Dominik Guzei2019-04-12
|
* WIP: announcement feature and workspace fixesLibravatar Dominik Guzei2019-04-11
|
* handle deleted services that are attached to workspacesLibravatar Dominik Guzei2019-04-10
|
* added generic pro badge component for settings navLibravatar Dominik Guzei2019-04-10
|
* ensure drawer is open on workspace settings routesLibravatar Dominik Guzei2019-04-05
|
* fix bug in workspace feature initializationLibravatar Dominik Guzei2019-04-04
|
* use mobx-localstorage directly in the storeLibravatar Dominik Guzei2019-04-04
|
* add open last used workspace logicLibravatar Dominik Guzei2019-04-03
|
* add workspace feature info in drawer for free usersLibravatar Dominik Guzei2019-04-03
|