Deluan Quintão
|
fcdd30ba8f
|
build(ui): migrate from CRA/Jest to Vite/Vitest (#3311)
* feat: create vite project
* feat: it's alive!
* feat: `make dev` working!
* feat: replace custom serviceWorker with vite plugin
* test: replace Jest with Vitest
* fix: run prettier
* fix: skip eslint for now.
* chore: remove ui.old folder
* refactor: replace lodash.pick with simple destructuring
* fix: eslint errors (wip)
* fix: eslint errors (wip)
* fix: display-name eslint errors (wip)
* fix: no-console eslint errors (wip)
* fix: react-refresh/only-export-components eslint errors (wip)
* fix: react-refresh/only-export-components eslint errors (wip)
* fix: react-refresh/only-export-components eslint errors (wip)
* fix: react-refresh/only-export-components eslint errors (wip)
* fix: build
* fix: pwa manifest
* refactor: pwa manifest
* refactor: simplify PORT configuration
* refactor: rename simple JS files
* test: cover playlistUtils
* fix: react-image-lightbox
* feat(ui): add sourcemaps to help debug issues
|
2024-09-28 11:54:36 -04:00 |
|
Deluan
|
a3d78e95f2
|
Fix Monokai theme. Closes #2353
|
2023-05-17 15:36:30 -04:00 |
|
Matt Doyle
|
5987cd0c08
|
Fixes a coloring glitch with the Monokai theme "unauthorized" popup (#1670)
* Fixes the coloring on the Monokai theme auth popup
* Indentation fix
|
2022-03-26 22:41:29 -04:00 |
|
Matt Doyle
|
e7cf74d863
|
Adds a Monokai theme (#1669)
* Adds a new Monokai theme
* Deletes a commented-out line
|
2022-03-26 21:14:13 -04:00 |
|