aboutsummaryrefslogtreecommitdiffstats
path: root/src/environment.ts
Commit message (Collapse)AuthorAge
* Fix screenshare on wayland and style (#1739)Libravatar André Oliveira2024-05-04
| | | | | * fix: screenshare prompts twice * Add loading screen
* feat: Add Download Manager (pause, stop, delete) (#1339)Libravatar André Oliveira2023-09-02
|
* refactor: more lint improvementsLibravatar MCMXC2023-07-30
| | | | | | | | | - set parserOptions.ecmaVersion to latest and env to es2024 in eslint config - install missing types libraries - install eslint-plugin-sonar - enable eslint-plugin-sonar recommended rules and declare jsx-runtime for react in eslint config - clean up disabled lint rules which don't inflict problems anymore - disable various lint issues and fix others
* chore: improve lint setupLibravatar MCMXC2023-07-25
| | | | | | | | | | | | | | | - update eslint config - merged eslint rules for JS and TS to avoid duplicates - extended stricter lint ruleset from typescript-eslint - corrected wrong setup for certain eslint rulesets - opt in to reportUnusedDisableDirectives config option - fix or disable a lot of lint issues throughout codebase - remove trailingComma: all from prettier config which is default in prettier v3 - add volta configuration to package.json to autoload correct node and pnpm versions - upgrade all eslint and prettier related dependencies to latest - remove config options from settings.json which are default anyways - remove config options from settings.json which are outdated/unknown - set up prettier as default formatter in settings.json
* Fix issues with executable when using portable on windows (#850)Libravatar Alphrag2022-12-17
| | | | * Fix startup executable for windows portable * Set folder name of unpacking for windows portable exe
* fix: Toggle Full Screen not working on Menu bar (#552)Libravatar André Oliveira2022-08-11
| | | fix: role not working for toggle full screen
* refactor: local server import/exportLibravatar Kristóf Marussy2022-07-11
| | | | Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* chore: convert the last few stores to typescriptLibravatar Ricardo Cino2022-06-25
|
* Add split mode toggle to side bar and hide collapse buttonv6.0.0-nightly-alphrag.57.7Libravatar André Oliveira2022-06-24
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* chore: remove all code related to news (#2069)Libravatar Markus Hatvan2021-10-14
|
* chore: convert files to TS (#2066)Libravatar Markus Hatvan2021-10-14
|
* refactor: move 'DEFAULT_APP_SETTINGS' from 'environment' to 'config' since ↵Libravatar Vijay A2021-10-01
| | | | it doesn't depend on the running process any more.
* refactor: split 'environment' into 'environment-remote' with only the remote ↵Libravatar Vijay A2021-10-01
| | | | | | module dependency (might be a pre-requisite for the electron v14 upgrade)
* refactor: move 'asarRecipesPath' into 'asar-helpers'Libravatar Vijay A2021-10-01
|
* refactor: reuse variable already definedLibravatar Vijay A2021-10-01
|
* refactor: fix issue with env var 'ELECTRON_IS_DEV' being ignored to ↵Libravatar Vijay A2021-10-01
| | | | determine dev-mode
* refactor: reduce dependency on 'electron-utils' and 'electron-is-dev' (#2005)Libravatar Vijay Aravamudhan2021-10-01
|
* refactor: clean up old migrations - we need not support versions <= 5.5Libravatar Vijay A2021-09-25
|
* fix: fix some ts errorsLibravatar Vijay A2021-09-22
|
* chore: convert various files from JS to TS (#1959)Libravatar Markus Hatvan2021-09-18