mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
chore(ui): change /devtest to /-/demo (#11019)
It has always been largely used for showcasing UI elements but that name didn't work too well for it. Testing: Some of existing tests depend on these pages, making it redundant to create extra tests. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11019 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
parent
89996009b7
commit
3cafb7fa6c
28 changed files with 71 additions and 73 deletions
|
|
@ -132,9 +132,9 @@ export default {
|
|||
fileURLToPath(new URL('web_src/js/features/eventsource.sharedworker.js', import.meta.url)),
|
||||
],
|
||||
...(!isProduction && {
|
||||
devtest: [
|
||||
fileURLToPath(new URL('web_src/js/standalone/devtest.js', import.meta.url)),
|
||||
fileURLToPath(new URL('web_src/css/standalone/devtest.css', import.meta.url)),
|
||||
demo: [
|
||||
fileURLToPath(new URL('web_src/js/standalone/demo.js', import.meta.url)),
|
||||
fileURLToPath(new URL('web_src/css/standalone/demo.css', import.meta.url)),
|
||||
],
|
||||
}),
|
||||
...themes,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue