aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
Commit message (Collapse)AuthorAge
* 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
* Switch npm to pnpm (#714)Libravatar Balaji Vijayakumar2022-11-25
|
* Transform JSX components to TSX (#755)Libravatar muhamedsalih-tw2022-11-16
| | | | | | | | | | | | | | | * color picker types * Import * SetupAssistant * Services & appear * ServiceWebView * SettingsLayout * ImportantScreen * WorkspaceDrawer * SetupAssistant * chore: update vscode settings * chore: removed stale Import screen component & its tree
* Revert "Switch from 'npm' to 'pnpm' (#704)"Libravatar Vijay A2022-10-28
|
* Switch from 'npm' to 'pnpm' (#704)Libravatar Vijay Aravamudhan2022-10-26
| | | | | | | Co-authored-by: Markus Hatvan <markus_hatvan@aon.at> Co-authored-by: Nathanaël Houn <contact@nathanaelhoun.fr> Co-authored-by: Balaji Vijayakumar <kuttibalaji.v6@gmail.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* chore: recommend specific vscode extensions to setup development [skip ci] ↵Libravatar Ricardo Cino2022-06-27
| | | | | (#377) chore: recommend specific vscode extensions to setup development
* Added build scripts for linux, macos and windows to help new contributors ↵Libravatar Nathanaël Houn2022-04-22
| | | | | | get setup quickly (#21) Co-authored-by: Vijay A <vraravam@users.noreply.github.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* docs: fixed and unified issues templatesLibravatar Nathanaël Houn2022-04-21
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* refactor: minor refactoring: solve name-clash of env vars vs vars in the programLibravatar Vijay A2021-08-05
|
* 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
* Replace public Franz occurences with FerdiLibravatar vantezzen2019-08-21
|
* Add debug flags to render processLibravatar Stefan Malzner2018-03-18
|
* Add simulated windows environmentsLibravatar Stefan Malzner2018-03-14
|
* Merge branch 'feature/titlebar' into feature/i18n-universalLibravatar haraldox2018-03-02
|\
| * [MINOR] switch to win32 testing on all platformsLibravatar haraldox2018-02-23
| |
| * complete titlebar for Windows & LinuxLibravatar haraldox2018-02-23
| |
| * 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`
| * choose platform with environment variable `FRANZ_PLATFORM`Libravatar haraldox2018-02-20
|/
* Add LOCAL_API debug modeLibravatar Stefan Malzner2017-11-12
|
* Add debug option to switch between live and dev apiLibravatar Stefan Malzner2017-11-08
| | | | [ci skip]
* feature(Service): Add webview crash handler to display a user friendly messageLibravatar Stefan Malzner2017-11-07