- Jun 01, 2023
-
-
Matiss Janis Aboltins authored
-
- May 27, 2023
-
-
Jack authored
-
- May 09, 2023
-
-
Alberto Gasparin authored
-
- Apr 19, 2023
-
-
Matiss Janis Aboltins authored
Removing `react-select` and the new autocomplete. This experiment has failed, so cleaning things up now.
-
- Apr 03, 2023
-
-
Alberto Gasparin authored
Part 1 of the conversion. Mostly renaming js to ts and making sure things make still sense. Added also handy TS ESLint rules. In order to support the various .web/.electron/... I ended up adopting `index.d.ts` as pattern to share type definition. Let me know if that makes sense for you too. Right now the function type definition is duplicated, but the solution will be importing from `index.d.ts` and using `const fn: FnDef = () => ...` that way we can keep all variants in sync from a single type file. Such rewrite however is better done in another PR otherwise we risk confusing git and loosing history (rename + too many changes). Another thing that might do in the next PR is convert all files to ESModules, as things get confusing between CJS exports, ESM default/named and TS adds extra complains.
-
- Mar 24, 2023
-
-
Jed Fox authored
Seems to build fine, will test later.
-
- Mar 21, 2023
-
-
Tomek Modrzyński authored
-
- Feb 10, 2023
-
-
Matiss Janis Aboltins authored
*
(prettier) adding trailing commas * More commas
-
- Jan 02, 2023
-
-
Matiss Janis Aboltins authored
-
- Sep 02, 2022
-
-
Tom French authored
* style: enforce sorting of imports * style: alphabetize imports * style: merge duplicated imports
-
Tom French authored
* style: enforce ordering of imports * style: sort imports in loot-core * style: sort imports in desktop-client * style: sort imports in loot-design * style: manual fixes
-
- Aug 30, 2022
-
-
Tom French authored
-
Tom French authored
-
- Apr 29, 2022
-
-
James Long authored
-