aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/Menu.ts
Commit message (Collapse)AuthorAge
* Upgrade node modulesLibravatar Vijay A2024-03-21
|
* rename features to better convey typeLibravatar Vijay A2024-02-11
| | | | (without migration)
* feat: Add Download Manager (pause, stop, delete) (#1339)Libravatar André Oliveira2023-09-02
|
* Upgrade npm modules (#1312)Libravatar Vijay Aravamudhan2023-08-16
|
* 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
* Allow the 10th service to also be accessible via keyboard shortcut comboLibravatar Vijay A2023-05-28
|
* Upgrade npm modulesLibravatar Vijay A2023-05-24
|
* Update electronLibravatar Alphrag2023-04-28
|
* Fix duplicated i18n key with differing valueLibravatar Vijay A2023-02-02
|
* Transform tray & menu files to typescript (#740)Libravatar muhamedsalih-tw2022-11-06