aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/lib
Commit message (Collapse)AuthorAge
* refactor: bring down eslint warnings to zero (#1714)Libravatar MCMXC2024-04-18
| | | | | | | | | | - install `@eslint-react/eslint-plugin` dependency - configure `@eslint-react/eslint-plugin` in eslint config - modernize `lint` command in `package.json` - disable or fix various reported lint issues - fix `div` being nested in `p` for settings - replace deprecated `event.keyCode` with `event.key` - update isEscKeyPress method and unit tests which used deprecated `event.keyCode` - allow `eslint` v8 as peer dependency for `@eslint-react/eslint-plugin`
* Upgrade node modulesLibravatar Vijay A2024-03-21
|
* refactor: remove unused code with knip (#1492)Libravatar MCMXC2023-12-22
| | | - remove unused code snippets flagged by `npx knip`
* refactor: various improvements (#1296)Libravatar MCMXC2023-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | * refactor: various improvements - enable no-use-before-define eslint rule - shuffle code to conform to no-use-before-define eslint rule - remove btoa dependency which is deprecated and replace with Buffer.from(string).toString('base64') - convert some any types into useful ones - add type annotations where possible - remove unused @types/expect.js - install @types/semver and ts-node which were missing - repair and rewrite add-crowdin-contributors script - remove export keyword from variables which are never consumed in another file - remove unity indicator hack where linked issue was closed - remove module declaration for kebab-case which is unused - add missing state interface for certain components - remove default exports for files which already have a named export - export IRecipePreview so it can be used throughout codebase - remove unused removeCacheForCallWith method from CachedRequest.ts - cleanup unused colors and styles inside legacy theme * - improve ColorPickerInput - fix invalid DOM nesting with div inside p in EditSettingsForm - fix progressbarAccentColor color picker not updating input when using slider - install missing @types/react-color dependency
* 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
* Transfrom workspace components to ts (#775)Libravatar muhamedsalih-tw2022-11-17
|
* chore: change values inside mobx actions to fix console warnings (#532)Libravatar André Oliveira2022-08-03
|
* 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
|
* chore: turned all auth containers into typescript (#375)Libravatar Ricardo Cino2022-06-26
|
* chore: convert the last few stores to typescriptLibravatar Ricardo Cino2022-06-25
|
* chore: featureStore and GlobalErrorStore JS => TSLibravatar Ricardo Cino2022-06-23
|
* chore: Transform AppStore.js into Typescript (#329)Libravatar Ricardo Cino2022-06-21
| | | | | * turn actions into typescript * correct tsconfig * added TypedStore
* Upgrade npm modulesLibravatar Vijay A2022-06-13
|
* Set error to null on Request successLibravatar kytwb2021-12-18
|
* Set error to null on Request resetLibravatar kytwb2021-12-14
|
* Set error to null on Request reloadLibravatar kytwb2021-12-14
|
* chore: update eslint setup (#2074)Libravatar Markus Hatvan2021-10-15
|
* chore: convert various JS to TS (#2062)Libravatar Markus Hatvan2021-10-14
|
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* chore: migrate from tslint to @typescript-eslint (#1706)Libravatar Markus Hatvan2021-07-30
| | | | | | | | | | - update .eslintrc to work for .js and .ts - update devDependencies - lint properly both root /src and nested /packages - update webhint recommended setting for tsconfig.json to shrink output - Manage all eslint rules from the repo root - escape single quotes in scripts to please windows build Co-authored-by: Vijay A <avijayr@protonmail.com>
* Fix cannot read property 'args' of nullLibravatar Amine Mouafik2019-11-29
|
* #146 Add possible fix for 1.1.1.1 hackLibravatar vantezzen2019-10-27
|
* fix reactions and workspace cleanup logicLibravatar Dominik Guzei2019-07-10
|
* merge-in latest developLibravatar Dominik Guzei2019-04-12
|
* improve starting and stopping logic for workspace actions and reactionsLibravatar Dominik Guzei2019-04-12
|
* show infobox when updating workspacesLibravatar Dominik Guzei2019-03-26
|
* handle get workspaces request errors in the uiLibravatar Dominik Guzei2019-03-26
|
* Fix linting issuesLibravatar Stefan Malzner2018-12-09
|
* initial commitLibravatar Stefan Malzner2017-10-13