From caa682942c4e712400a48224bdc3b8000d92975c Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 15 Sep 2024 15:40:12 +0200 Subject: [PATCH] [FEAT] rename front2 as front --- back/src/org/kar/karusic/WebLauncherLocal.java | 2 +- {front2 => front}/.storybook/main.ts | 0 {front2 => front}/.storybook/preview-head.html | 0 {front2 => front}/.storybook/preview.tsx | 0 {front2 => front}/LICENSE | 0 {front2 => front}/app-build.json | 0 {front2 => front}/build.js | 0 {front2 => front}/doc/.keep | 0 {front2 => front}/docker/.env.production | 0 {front2 => front}/docker/prod.Dockerfile | 0 {front2 => front}/index.html | 0 {front2 => front}/knip.ts | 0 {front2 => front}/package.json | 0 {front2 => front}/playwright-report/.keep | 0 {front2 => front}/pnpm-lock.yaml | 0 {front2 => front}/prettier.config.js | 0 {front2 => front}/public/favicon.ico | Bin {front2 => front}/src/App.tsx | 0 {front2 => front}/src/assets/images/404.svg | 0 .../src/assets/images/avatar_generic.svg | 0 {front2 => front}/src/assets/images/ikon.svg | 0 .../src/back-api/api/album-resource.ts | 0 .../src/back-api/api/artist-resource.ts | 0 {front2 => front}/src/back-api/api/data-resource.ts | 0 {front2 => front}/src/back-api/api/front.ts | 0 .../src/back-api/api/gender-resource.ts | 0 {front2 => front}/src/back-api/api/health-check.ts | 0 {front2 => front}/src/back-api/api/index.ts | 0 .../src/back-api/api/playlist-resource.ts | 0 .../src/back-api/api/proxy-resource.ts | 0 .../src/back-api/api/track-resource.ts | 0 {front2 => front}/src/back-api/api/user-resource.ts | 0 {front2 => front}/src/back-api/index.ts | 0 {front2 => front}/src/back-api/model/album.ts | 0 {front2 => front}/src/back-api/model/artist.ts | 0 {front2 => front}/src/back-api/model/gender.ts | 0 .../src/back-api/model/generic-data-soft-delete.ts | 0 .../src/back-api/model/generic-data.ts | 0 .../src/back-api/model/generic-timing.ts | 0 .../src/back-api/model/health-result.ts | 0 {front2 => front}/src/back-api/model/index.ts | 0 {front2 => front}/src/back-api/model/integer.ts | 0 {front2 => front}/src/back-api/model/iso-date.ts | 0 {front2 => front}/src/back-api/model/local-date.ts | 0 {front2 => front}/src/back-api/model/long.ts | 0 {front2 => front}/src/back-api/model/part-right.ts | 0 {front2 => front}/src/back-api/model/playlist.ts | 0 .../src/back-api/model/rest-error-response.ts | 0 {front2 => front}/src/back-api/model/timestamp.ts | 0 {front2 => front}/src/back-api/model/track.ts | 0 .../src/back-api/model/user-karusic.ts | 0 {front2 => front}/src/back-api/model/user-me.ts | 0 {front2 => front}/src/back-api/model/user.ts | 0 {front2 => front}/src/back-api/model/uuid.ts | 0 {front2 => front}/src/back-api/rest-tools.ts | 0 {front2 => front}/src/components/AudioPlayer.tsx | 0 {front2 => front}/src/components/Cover.tsx | 0 {front2 => front}/src/components/EmptyEnd.tsx | 0 {front2 => front}/src/components/Icon.tsx | 0 .../src/components/Layout/PageLayout.tsx | 0 .../src/components/Layout/PageLayoutInfoCenter.tsx | 0 {front2 => front}/src/components/SearchInput.tsx | 0 {front2 => front}/src/components/TopBar/TopBar.tsx | 0 .../src/components/album/DisplayAlbum.tsx | 0 .../src/components/album/DisplayAlbumId.tsx | 0 .../src/components/contextMenu/ContextMenu.tsx | 0 .../src/components/form/FormCovers.tsx | 0 {front2 => front}/src/components/form/FormGroup.tsx | 0 {front2 => front}/src/components/form/FormInput.tsx | 0 .../src/components/form/FormNumber.tsx | 0 .../src/components/form/FormSelect.tsx | 0 .../src/components/form/FormSelectMultiple.tsx | 0 .../src/components/form/FormTextarea.tsx | 0 .../src/components/form/Formidable.tsx | 0 .../src/components/gender/DisplayGender.tsx | 0 .../src/components/gender/DisplayGenderId.tsx | 0 {front2 => front}/src/components/index.ts | 0 .../src/components/popup/AlbumEditPopUp.tsx | 0 .../src/components/popup/ArtistEditPopUp.tsx | 0 .../src/components/popup/ConfirmPopUp.tsx | 0 .../src/components/popup/GenderEditPopUp.tsx | 0 .../src/components/popup/TrackEditPopUp.tsx | 0 .../src/components/select/SelectList.tsx | 0 .../src/components/select/SelectMultiple.tsx | 0 .../src/components/select/SelectSingle.tsx | 0 .../src/components/track/DisplayTrack.tsx | 0 .../src/components/track/DisplayTrackFull.tsx | 0 .../src/components/track/DisplayTrackSkeleton.tsx | 0 {front2 => front}/src/config/dayjs.ts | 0 {front2 => front}/src/config/index.ts | 0 {front2 => front}/src/constants/date.ts | 0 {front2 => front}/src/constants/genericSpacing.ts | 0 {front2 => front}/src/constants/index.ts | 0 {front2 => front}/src/environment.ts | 0 {front2 => front}/src/errors/Error401.tsx | 0 {front2 => front}/src/errors/Error403.tsx | 0 {front2 => front}/src/errors/Error404.tsx | 0 {front2 => front}/src/errors/ErrorBoundary.tsx | 0 {front2 => front}/src/errors/index.ts | 0 {front2 => front}/src/icons/DoubleArrowIcon.tsx | 0 {front2 => front}/src/icons/index.ts | 0 {front2 => front}/src/main.tsx | 0 {front2 => front}/src/scene/App.tsx | 0 {front2 => front}/src/scene/AppRoutes.tsx | 0 .../src/scene/album/AlbumDetailPage.tsx | 0 {front2 => front}/src/scene/album/AlbumRoutes.tsx | 0 {front2 => front}/src/scene/album/AlbumsPage.tsx | 0 .../src/scene/artist/ArtistAlbumDetailPage.tsx | 0 .../src/scene/artist/ArtistDetailPage.tsx | 0 {front2 => front}/src/scene/artist/ArtistRoutes.tsx | 0 {front2 => front}/src/scene/artist/ArtistsPage.tsx | 0 .../src/scene/gender/GenderDetailPage.tsx | 0 {front2 => front}/src/scene/gender/GenderRoutes.tsx | 0 {front2 => front}/src/scene/gender/GendersPage.tsx | 0 {front2 => front}/src/scene/home/Help.tsx | 0 {front2 => front}/src/scene/home/HomePage.tsx | 0 {front2 => front}/src/scene/sso/SSOPage.tsx | 0 {front2 => front}/src/scene/sso/SSORoutes.tsx | 0 {front2 => front}/src/scene/track/TrackRoutes.tsx | 0 .../src/scene/track/TrackSelectionPage.tsx | 0 .../src/scene/track/TracksStartLetterDetailPage.tsx | 0 {front2 => front}/src/service/ActivePlaylist.ts | 0 {front2 => front}/src/service/Album.ts | 0 {front2 => front}/src/service/Artist.ts | 0 {front2 => front}/src/service/Gender.ts | 0 {front2 => front}/src/service/ServiceContext.tsx | 0 {front2 => front}/src/service/SessionState.ts | 0 {front2 => front}/src/service/Track.ts | 0 {front2 => front}/src/service/session.ts | 0 {front2 => front}/src/test/setup.ts | 0 {front2 => front}/src/test/utils.tsx | 0 {front2 => front}/src/theme/components/badge.ts | 0 {front2 => front}/src/theme/components/button.ts | 0 {front2 => front}/src/theme/components/checkbox.ts | 0 {front2 => front}/src/theme/components/flex.ts | 0 {front2 => front}/src/theme/components/index.ts | 0 {front2 => front}/src/theme/components/input.ts | 0 {front2 => front}/src/theme/components/modal.ts | 0 .../src/theme/components/numberInput.ts | 0 {front2 => front}/src/theme/components/popover.ts | 0 {front2 => front}/src/theme/components/radio.ts | 0 {front2 => front}/src/theme/components/select.ts | 0 {front2 => front}/src/theme/components/switch.ts | 0 {front2 => front}/src/theme/components/textarea.ts | 0 {front2 => front}/src/theme/foundations/colors.ts | 0 {front2 => front}/src/theme/foundations/index.ts | 0 {front2 => front}/src/theme/foundations/shadows.ts | 0 {front2 => front}/src/theme/index.ts | 0 .../src/theme/styleguide/buttons.stories.tsx | 0 .../src/theme/styleguide/colors.stories.tsx | 0 {front2 => front}/src/theme/styles.ts | 0 {front2 => front}/src/theme/theme.ts | 0 {front2 => front}/src/types/theme.d.ts | 0 {front2 => front}/src/utils/applPath.ts | 0 {front2 => front}/src/utils/arrayTools.ts | 0 {front2 => front}/src/utils/data-store.ts | 0 {front2 => front}/src/utils/data-tools.ts | 0 {front2 => front}/src/utils/data-url-access.ts | 0 {front2 => front}/src/utils/http.ts | 0 {front2 => front}/src/utils/layout.ts | 0 {front2 => front}/src/utils/sha512.ts | 0 {front2 => front}/src/utils/sso.ts | 0 {front2 => front}/src/utils/theme-tools.ts | 0 {front2 => front}/src/utils/toastHook.ts | 0 {front2 => front}/src/utils/validator.ts | 0 {front2 => front}/src/vite-env.d.ts | 0 {front2 => front}/tsconfig.json | 0 {front2 => front}/tsconfig.node.json | 0 {front2 => front}/version.txt | 0 {front2 => front}/vite.config.mts | 0 {front2 => front}/vitest.config.mts | 0 171 files changed, 1 insertion(+), 1 deletion(-) rename {front2 => front}/.storybook/main.ts (100%) rename {front2 => front}/.storybook/preview-head.html (100%) rename {front2 => front}/.storybook/preview.tsx (100%) rename {front2 => front}/LICENSE (100%) rename {front2 => front}/app-build.json (100%) rename {front2 => front}/build.js (100%) rename {front2 => front}/doc/.keep (100%) rename {front2 => front}/docker/.env.production (100%) rename {front2 => front}/docker/prod.Dockerfile (100%) rename {front2 => front}/index.html (100%) rename {front2 => front}/knip.ts (100%) rename {front2 => front}/package.json (100%) rename {front2 => front}/playwright-report/.keep (100%) rename {front2 => front}/pnpm-lock.yaml (100%) rename {front2 => front}/prettier.config.js (100%) rename {front2 => front}/public/favicon.ico (100%) rename {front2 => front}/src/App.tsx (100%) rename {front2 => front}/src/assets/images/404.svg (100%) rename {front2 => front}/src/assets/images/avatar_generic.svg (100%) rename {front2 => front}/src/assets/images/ikon.svg (100%) rename {front2 => front}/src/back-api/api/album-resource.ts (100%) rename {front2 => front}/src/back-api/api/artist-resource.ts (100%) rename {front2 => front}/src/back-api/api/data-resource.ts (100%) rename {front2 => front}/src/back-api/api/front.ts (100%) rename {front2 => front}/src/back-api/api/gender-resource.ts (100%) rename {front2 => front}/src/back-api/api/health-check.ts (100%) rename {front2 => front}/src/back-api/api/index.ts (100%) rename {front2 => front}/src/back-api/api/playlist-resource.ts (100%) rename {front2 => front}/src/back-api/api/proxy-resource.ts (100%) rename {front2 => front}/src/back-api/api/track-resource.ts (100%) rename {front2 => front}/src/back-api/api/user-resource.ts (100%) rename {front2 => front}/src/back-api/index.ts (100%) rename {front2 => front}/src/back-api/model/album.ts (100%) rename {front2 => front}/src/back-api/model/artist.ts (100%) rename {front2 => front}/src/back-api/model/gender.ts (100%) rename {front2 => front}/src/back-api/model/generic-data-soft-delete.ts (100%) rename {front2 => front}/src/back-api/model/generic-data.ts (100%) rename {front2 => front}/src/back-api/model/generic-timing.ts (100%) rename {front2 => front}/src/back-api/model/health-result.ts (100%) rename {front2 => front}/src/back-api/model/index.ts (100%) rename {front2 => front}/src/back-api/model/integer.ts (100%) rename {front2 => front}/src/back-api/model/iso-date.ts (100%) rename {front2 => front}/src/back-api/model/local-date.ts (100%) rename {front2 => front}/src/back-api/model/long.ts (100%) rename {front2 => front}/src/back-api/model/part-right.ts (100%) rename {front2 => front}/src/back-api/model/playlist.ts (100%) rename {front2 => front}/src/back-api/model/rest-error-response.ts (100%) rename {front2 => front}/src/back-api/model/timestamp.ts (100%) rename {front2 => front}/src/back-api/model/track.ts (100%) rename {front2 => front}/src/back-api/model/user-karusic.ts (100%) rename {front2 => front}/src/back-api/model/user-me.ts (100%) rename {front2 => front}/src/back-api/model/user.ts (100%) rename {front2 => front}/src/back-api/model/uuid.ts (100%) rename {front2 => front}/src/back-api/rest-tools.ts (100%) rename {front2 => front}/src/components/AudioPlayer.tsx (100%) rename {front2 => front}/src/components/Cover.tsx (100%) rename {front2 => front}/src/components/EmptyEnd.tsx (100%) rename {front2 => front}/src/components/Icon.tsx (100%) rename {front2 => front}/src/components/Layout/PageLayout.tsx (100%) rename {front2 => front}/src/components/Layout/PageLayoutInfoCenter.tsx (100%) rename {front2 => front}/src/components/SearchInput.tsx (100%) rename {front2 => front}/src/components/TopBar/TopBar.tsx (100%) rename {front2 => front}/src/components/album/DisplayAlbum.tsx (100%) rename {front2 => front}/src/components/album/DisplayAlbumId.tsx (100%) rename {front2 => front}/src/components/contextMenu/ContextMenu.tsx (100%) rename {front2 => front}/src/components/form/FormCovers.tsx (100%) rename {front2 => front}/src/components/form/FormGroup.tsx (100%) rename {front2 => front}/src/components/form/FormInput.tsx (100%) rename {front2 => front}/src/components/form/FormNumber.tsx (100%) rename {front2 => front}/src/components/form/FormSelect.tsx (100%) rename {front2 => front}/src/components/form/FormSelectMultiple.tsx (100%) rename {front2 => front}/src/components/form/FormTextarea.tsx (100%) rename {front2 => front}/src/components/form/Formidable.tsx (100%) rename {front2 => front}/src/components/gender/DisplayGender.tsx (100%) rename {front2 => front}/src/components/gender/DisplayGenderId.tsx (100%) rename {front2 => front}/src/components/index.ts (100%) rename {front2 => front}/src/components/popup/AlbumEditPopUp.tsx (100%) rename {front2 => front}/src/components/popup/ArtistEditPopUp.tsx (100%) rename {front2 => front}/src/components/popup/ConfirmPopUp.tsx (100%) rename {front2 => front}/src/components/popup/GenderEditPopUp.tsx (100%) rename {front2 => front}/src/components/popup/TrackEditPopUp.tsx (100%) rename {front2 => front}/src/components/select/SelectList.tsx (100%) rename {front2 => front}/src/components/select/SelectMultiple.tsx (100%) rename {front2 => front}/src/components/select/SelectSingle.tsx (100%) rename {front2 => front}/src/components/track/DisplayTrack.tsx (100%) rename {front2 => front}/src/components/track/DisplayTrackFull.tsx (100%) rename {front2 => front}/src/components/track/DisplayTrackSkeleton.tsx (100%) rename {front2 => front}/src/config/dayjs.ts (100%) rename {front2 => front}/src/config/index.ts (100%) rename {front2 => front}/src/constants/date.ts (100%) rename {front2 => front}/src/constants/genericSpacing.ts (100%) rename {front2 => front}/src/constants/index.ts (100%) rename {front2 => front}/src/environment.ts (100%) rename {front2 => front}/src/errors/Error401.tsx (100%) rename {front2 => front}/src/errors/Error403.tsx (100%) rename {front2 => front}/src/errors/Error404.tsx (100%) rename {front2 => front}/src/errors/ErrorBoundary.tsx (100%) rename {front2 => front}/src/errors/index.ts (100%) rename {front2 => front}/src/icons/DoubleArrowIcon.tsx (100%) rename {front2 => front}/src/icons/index.ts (100%) rename {front2 => front}/src/main.tsx (100%) rename {front2 => front}/src/scene/App.tsx (100%) rename {front2 => front}/src/scene/AppRoutes.tsx (100%) rename {front2 => front}/src/scene/album/AlbumDetailPage.tsx (100%) rename {front2 => front}/src/scene/album/AlbumRoutes.tsx (100%) rename {front2 => front}/src/scene/album/AlbumsPage.tsx (100%) rename {front2 => front}/src/scene/artist/ArtistAlbumDetailPage.tsx (100%) rename {front2 => front}/src/scene/artist/ArtistDetailPage.tsx (100%) rename {front2 => front}/src/scene/artist/ArtistRoutes.tsx (100%) rename {front2 => front}/src/scene/artist/ArtistsPage.tsx (100%) rename {front2 => front}/src/scene/gender/GenderDetailPage.tsx (100%) rename {front2 => front}/src/scene/gender/GenderRoutes.tsx (100%) rename {front2 => front}/src/scene/gender/GendersPage.tsx (100%) rename {front2 => front}/src/scene/home/Help.tsx (100%) rename {front2 => front}/src/scene/home/HomePage.tsx (100%) rename {front2 => front}/src/scene/sso/SSOPage.tsx (100%) rename {front2 => front}/src/scene/sso/SSORoutes.tsx (100%) rename {front2 => front}/src/scene/track/TrackRoutes.tsx (100%) rename {front2 => front}/src/scene/track/TrackSelectionPage.tsx (100%) rename {front2 => front}/src/scene/track/TracksStartLetterDetailPage.tsx (100%) rename {front2 => front}/src/service/ActivePlaylist.ts (100%) rename {front2 => front}/src/service/Album.ts (100%) rename {front2 => front}/src/service/Artist.ts (100%) rename {front2 => front}/src/service/Gender.ts (100%) rename {front2 => front}/src/service/ServiceContext.tsx (100%) rename {front2 => front}/src/service/SessionState.ts (100%) rename {front2 => front}/src/service/Track.ts (100%) rename {front2 => front}/src/service/session.ts (100%) rename {front2 => front}/src/test/setup.ts (100%) rename {front2 => front}/src/test/utils.tsx (100%) rename {front2 => front}/src/theme/components/badge.ts (100%) rename {front2 => front}/src/theme/components/button.ts (100%) rename {front2 => front}/src/theme/components/checkbox.ts (100%) rename {front2 => front}/src/theme/components/flex.ts (100%) rename {front2 => front}/src/theme/components/index.ts (100%) rename {front2 => front}/src/theme/components/input.ts (100%) rename {front2 => front}/src/theme/components/modal.ts (100%) rename {front2 => front}/src/theme/components/numberInput.ts (100%) rename {front2 => front}/src/theme/components/popover.ts (100%) rename {front2 => front}/src/theme/components/radio.ts (100%) rename {front2 => front}/src/theme/components/select.ts (100%) rename {front2 => front}/src/theme/components/switch.ts (100%) rename {front2 => front}/src/theme/components/textarea.ts (100%) rename {front2 => front}/src/theme/foundations/colors.ts (100%) rename {front2 => front}/src/theme/foundations/index.ts (100%) rename {front2 => front}/src/theme/foundations/shadows.ts (100%) rename {front2 => front}/src/theme/index.ts (100%) rename {front2 => front}/src/theme/styleguide/buttons.stories.tsx (100%) rename {front2 => front}/src/theme/styleguide/colors.stories.tsx (100%) rename {front2 => front}/src/theme/styles.ts (100%) rename {front2 => front}/src/theme/theme.ts (100%) rename {front2 => front}/src/types/theme.d.ts (100%) rename {front2 => front}/src/utils/applPath.ts (100%) rename {front2 => front}/src/utils/arrayTools.ts (100%) rename {front2 => front}/src/utils/data-store.ts (100%) rename {front2 => front}/src/utils/data-tools.ts (100%) rename {front2 => front}/src/utils/data-url-access.ts (100%) rename {front2 => front}/src/utils/http.ts (100%) rename {front2 => front}/src/utils/layout.ts (100%) rename {front2 => front}/src/utils/sha512.ts (100%) rename {front2 => front}/src/utils/sso.ts (100%) rename {front2 => front}/src/utils/theme-tools.ts (100%) rename {front2 => front}/src/utils/toastHook.ts (100%) rename {front2 => front}/src/utils/validator.ts (100%) rename {front2 => front}/src/vite-env.d.ts (100%) rename {front2 => front}/tsconfig.json (100%) rename {front2 => front}/tsconfig.node.json (100%) rename {front2 => front}/version.txt (100%) rename {front2 => front}/vite.config.mts (100%) rename {front2 => front}/vitest.config.mts (100%) diff --git a/back/src/org/kar/karusic/WebLauncherLocal.java b/back/src/org/kar/karusic/WebLauncherLocal.java index ca27796..f6ddc5d 100755 --- a/back/src/org/kar/karusic/WebLauncherLocal.java +++ b/back/src/org/kar/karusic/WebLauncherLocal.java @@ -29,7 +29,7 @@ public class WebLauncherLocal extends WebLauncher { TrackResource.class, DataResource.class, ProxyResource.class); final AnalyzeApi api = new AnalyzeApi(); api.addAllApi(listOfResources); - TsGenerateApi.generateApi(api, "../front2/src/back-api/"); + TsGenerateApi.generateApi(api, "../front/src/back-api/"); LOGGER.info("Generate APIs (DONE)"); } diff --git a/front2/.storybook/main.ts b/front/.storybook/main.ts similarity index 100% rename from front2/.storybook/main.ts rename to front/.storybook/main.ts diff --git a/front2/.storybook/preview-head.html b/front/.storybook/preview-head.html similarity index 100% rename from front2/.storybook/preview-head.html rename to front/.storybook/preview-head.html diff --git a/front2/.storybook/preview.tsx b/front/.storybook/preview.tsx similarity index 100% rename from front2/.storybook/preview.tsx rename to front/.storybook/preview.tsx diff --git a/front2/LICENSE b/front/LICENSE similarity index 100% rename from front2/LICENSE rename to front/LICENSE diff --git a/front2/app-build.json b/front/app-build.json similarity index 100% rename from front2/app-build.json rename to front/app-build.json diff --git a/front2/build.js b/front/build.js similarity index 100% rename from front2/build.js rename to front/build.js diff --git a/front2/doc/.keep b/front/doc/.keep similarity index 100% rename from front2/doc/.keep rename to front/doc/.keep diff --git a/front2/docker/.env.production b/front/docker/.env.production similarity index 100% rename from front2/docker/.env.production rename to front/docker/.env.production diff --git a/front2/docker/prod.Dockerfile b/front/docker/prod.Dockerfile similarity index 100% rename from front2/docker/prod.Dockerfile rename to front/docker/prod.Dockerfile diff --git a/front2/index.html b/front/index.html similarity index 100% rename from front2/index.html rename to front/index.html diff --git a/front2/knip.ts b/front/knip.ts similarity index 100% rename from front2/knip.ts rename to front/knip.ts diff --git a/front2/package.json b/front/package.json similarity index 100% rename from front2/package.json rename to front/package.json diff --git a/front2/playwright-report/.keep b/front/playwright-report/.keep similarity index 100% rename from front2/playwright-report/.keep rename to front/playwright-report/.keep diff --git a/front2/pnpm-lock.yaml b/front/pnpm-lock.yaml similarity index 100% rename from front2/pnpm-lock.yaml rename to front/pnpm-lock.yaml diff --git a/front2/prettier.config.js b/front/prettier.config.js similarity index 100% rename from front2/prettier.config.js rename to front/prettier.config.js diff --git a/front2/public/favicon.ico b/front/public/favicon.ico similarity index 100% rename from front2/public/favicon.ico rename to front/public/favicon.ico diff --git a/front2/src/App.tsx b/front/src/App.tsx similarity index 100% rename from front2/src/App.tsx rename to front/src/App.tsx diff --git a/front2/src/assets/images/404.svg b/front/src/assets/images/404.svg similarity index 100% rename from front2/src/assets/images/404.svg rename to front/src/assets/images/404.svg diff --git a/front2/src/assets/images/avatar_generic.svg b/front/src/assets/images/avatar_generic.svg similarity index 100% rename from front2/src/assets/images/avatar_generic.svg rename to front/src/assets/images/avatar_generic.svg diff --git a/front2/src/assets/images/ikon.svg b/front/src/assets/images/ikon.svg similarity index 100% rename from front2/src/assets/images/ikon.svg rename to front/src/assets/images/ikon.svg diff --git a/front2/src/back-api/api/album-resource.ts b/front/src/back-api/api/album-resource.ts similarity index 100% rename from front2/src/back-api/api/album-resource.ts rename to front/src/back-api/api/album-resource.ts diff --git a/front2/src/back-api/api/artist-resource.ts b/front/src/back-api/api/artist-resource.ts similarity index 100% rename from front2/src/back-api/api/artist-resource.ts rename to front/src/back-api/api/artist-resource.ts diff --git a/front2/src/back-api/api/data-resource.ts b/front/src/back-api/api/data-resource.ts similarity index 100% rename from front2/src/back-api/api/data-resource.ts rename to front/src/back-api/api/data-resource.ts diff --git a/front2/src/back-api/api/front.ts b/front/src/back-api/api/front.ts similarity index 100% rename from front2/src/back-api/api/front.ts rename to front/src/back-api/api/front.ts diff --git a/front2/src/back-api/api/gender-resource.ts b/front/src/back-api/api/gender-resource.ts similarity index 100% rename from front2/src/back-api/api/gender-resource.ts rename to front/src/back-api/api/gender-resource.ts diff --git a/front2/src/back-api/api/health-check.ts b/front/src/back-api/api/health-check.ts similarity index 100% rename from front2/src/back-api/api/health-check.ts rename to front/src/back-api/api/health-check.ts diff --git a/front2/src/back-api/api/index.ts b/front/src/back-api/api/index.ts similarity index 100% rename from front2/src/back-api/api/index.ts rename to front/src/back-api/api/index.ts diff --git a/front2/src/back-api/api/playlist-resource.ts b/front/src/back-api/api/playlist-resource.ts similarity index 100% rename from front2/src/back-api/api/playlist-resource.ts rename to front/src/back-api/api/playlist-resource.ts diff --git a/front2/src/back-api/api/proxy-resource.ts b/front/src/back-api/api/proxy-resource.ts similarity index 100% rename from front2/src/back-api/api/proxy-resource.ts rename to front/src/back-api/api/proxy-resource.ts diff --git a/front2/src/back-api/api/track-resource.ts b/front/src/back-api/api/track-resource.ts similarity index 100% rename from front2/src/back-api/api/track-resource.ts rename to front/src/back-api/api/track-resource.ts diff --git a/front2/src/back-api/api/user-resource.ts b/front/src/back-api/api/user-resource.ts similarity index 100% rename from front2/src/back-api/api/user-resource.ts rename to front/src/back-api/api/user-resource.ts diff --git a/front2/src/back-api/index.ts b/front/src/back-api/index.ts similarity index 100% rename from front2/src/back-api/index.ts rename to front/src/back-api/index.ts diff --git a/front2/src/back-api/model/album.ts b/front/src/back-api/model/album.ts similarity index 100% rename from front2/src/back-api/model/album.ts rename to front/src/back-api/model/album.ts diff --git a/front2/src/back-api/model/artist.ts b/front/src/back-api/model/artist.ts similarity index 100% rename from front2/src/back-api/model/artist.ts rename to front/src/back-api/model/artist.ts diff --git a/front2/src/back-api/model/gender.ts b/front/src/back-api/model/gender.ts similarity index 100% rename from front2/src/back-api/model/gender.ts rename to front/src/back-api/model/gender.ts diff --git a/front2/src/back-api/model/generic-data-soft-delete.ts b/front/src/back-api/model/generic-data-soft-delete.ts similarity index 100% rename from front2/src/back-api/model/generic-data-soft-delete.ts rename to front/src/back-api/model/generic-data-soft-delete.ts diff --git a/front2/src/back-api/model/generic-data.ts b/front/src/back-api/model/generic-data.ts similarity index 100% rename from front2/src/back-api/model/generic-data.ts rename to front/src/back-api/model/generic-data.ts diff --git a/front2/src/back-api/model/generic-timing.ts b/front/src/back-api/model/generic-timing.ts similarity index 100% rename from front2/src/back-api/model/generic-timing.ts rename to front/src/back-api/model/generic-timing.ts diff --git a/front2/src/back-api/model/health-result.ts b/front/src/back-api/model/health-result.ts similarity index 100% rename from front2/src/back-api/model/health-result.ts rename to front/src/back-api/model/health-result.ts diff --git a/front2/src/back-api/model/index.ts b/front/src/back-api/model/index.ts similarity index 100% rename from front2/src/back-api/model/index.ts rename to front/src/back-api/model/index.ts diff --git a/front2/src/back-api/model/integer.ts b/front/src/back-api/model/integer.ts similarity index 100% rename from front2/src/back-api/model/integer.ts rename to front/src/back-api/model/integer.ts diff --git a/front2/src/back-api/model/iso-date.ts b/front/src/back-api/model/iso-date.ts similarity index 100% rename from front2/src/back-api/model/iso-date.ts rename to front/src/back-api/model/iso-date.ts diff --git a/front2/src/back-api/model/local-date.ts b/front/src/back-api/model/local-date.ts similarity index 100% rename from front2/src/back-api/model/local-date.ts rename to front/src/back-api/model/local-date.ts diff --git a/front2/src/back-api/model/long.ts b/front/src/back-api/model/long.ts similarity index 100% rename from front2/src/back-api/model/long.ts rename to front/src/back-api/model/long.ts diff --git a/front2/src/back-api/model/part-right.ts b/front/src/back-api/model/part-right.ts similarity index 100% rename from front2/src/back-api/model/part-right.ts rename to front/src/back-api/model/part-right.ts diff --git a/front2/src/back-api/model/playlist.ts b/front/src/back-api/model/playlist.ts similarity index 100% rename from front2/src/back-api/model/playlist.ts rename to front/src/back-api/model/playlist.ts diff --git a/front2/src/back-api/model/rest-error-response.ts b/front/src/back-api/model/rest-error-response.ts similarity index 100% rename from front2/src/back-api/model/rest-error-response.ts rename to front/src/back-api/model/rest-error-response.ts diff --git a/front2/src/back-api/model/timestamp.ts b/front/src/back-api/model/timestamp.ts similarity index 100% rename from front2/src/back-api/model/timestamp.ts rename to front/src/back-api/model/timestamp.ts diff --git a/front2/src/back-api/model/track.ts b/front/src/back-api/model/track.ts similarity index 100% rename from front2/src/back-api/model/track.ts rename to front/src/back-api/model/track.ts diff --git a/front2/src/back-api/model/user-karusic.ts b/front/src/back-api/model/user-karusic.ts similarity index 100% rename from front2/src/back-api/model/user-karusic.ts rename to front/src/back-api/model/user-karusic.ts diff --git a/front2/src/back-api/model/user-me.ts b/front/src/back-api/model/user-me.ts similarity index 100% rename from front2/src/back-api/model/user-me.ts rename to front/src/back-api/model/user-me.ts diff --git a/front2/src/back-api/model/user.ts b/front/src/back-api/model/user.ts similarity index 100% rename from front2/src/back-api/model/user.ts rename to front/src/back-api/model/user.ts diff --git a/front2/src/back-api/model/uuid.ts b/front/src/back-api/model/uuid.ts similarity index 100% rename from front2/src/back-api/model/uuid.ts rename to front/src/back-api/model/uuid.ts diff --git a/front2/src/back-api/rest-tools.ts b/front/src/back-api/rest-tools.ts similarity index 100% rename from front2/src/back-api/rest-tools.ts rename to front/src/back-api/rest-tools.ts diff --git a/front2/src/components/AudioPlayer.tsx b/front/src/components/AudioPlayer.tsx similarity index 100% rename from front2/src/components/AudioPlayer.tsx rename to front/src/components/AudioPlayer.tsx diff --git a/front2/src/components/Cover.tsx b/front/src/components/Cover.tsx similarity index 100% rename from front2/src/components/Cover.tsx rename to front/src/components/Cover.tsx diff --git a/front2/src/components/EmptyEnd.tsx b/front/src/components/EmptyEnd.tsx similarity index 100% rename from front2/src/components/EmptyEnd.tsx rename to front/src/components/EmptyEnd.tsx diff --git a/front2/src/components/Icon.tsx b/front/src/components/Icon.tsx similarity index 100% rename from front2/src/components/Icon.tsx rename to front/src/components/Icon.tsx diff --git a/front2/src/components/Layout/PageLayout.tsx b/front/src/components/Layout/PageLayout.tsx similarity index 100% rename from front2/src/components/Layout/PageLayout.tsx rename to front/src/components/Layout/PageLayout.tsx diff --git a/front2/src/components/Layout/PageLayoutInfoCenter.tsx b/front/src/components/Layout/PageLayoutInfoCenter.tsx similarity index 100% rename from front2/src/components/Layout/PageLayoutInfoCenter.tsx rename to front/src/components/Layout/PageLayoutInfoCenter.tsx diff --git a/front2/src/components/SearchInput.tsx b/front/src/components/SearchInput.tsx similarity index 100% rename from front2/src/components/SearchInput.tsx rename to front/src/components/SearchInput.tsx diff --git a/front2/src/components/TopBar/TopBar.tsx b/front/src/components/TopBar/TopBar.tsx similarity index 100% rename from front2/src/components/TopBar/TopBar.tsx rename to front/src/components/TopBar/TopBar.tsx diff --git a/front2/src/components/album/DisplayAlbum.tsx b/front/src/components/album/DisplayAlbum.tsx similarity index 100% rename from front2/src/components/album/DisplayAlbum.tsx rename to front/src/components/album/DisplayAlbum.tsx diff --git a/front2/src/components/album/DisplayAlbumId.tsx b/front/src/components/album/DisplayAlbumId.tsx similarity index 100% rename from front2/src/components/album/DisplayAlbumId.tsx rename to front/src/components/album/DisplayAlbumId.tsx diff --git a/front2/src/components/contextMenu/ContextMenu.tsx b/front/src/components/contextMenu/ContextMenu.tsx similarity index 100% rename from front2/src/components/contextMenu/ContextMenu.tsx rename to front/src/components/contextMenu/ContextMenu.tsx diff --git a/front2/src/components/form/FormCovers.tsx b/front/src/components/form/FormCovers.tsx similarity index 100% rename from front2/src/components/form/FormCovers.tsx rename to front/src/components/form/FormCovers.tsx diff --git a/front2/src/components/form/FormGroup.tsx b/front/src/components/form/FormGroup.tsx similarity index 100% rename from front2/src/components/form/FormGroup.tsx rename to front/src/components/form/FormGroup.tsx diff --git a/front2/src/components/form/FormInput.tsx b/front/src/components/form/FormInput.tsx similarity index 100% rename from front2/src/components/form/FormInput.tsx rename to front/src/components/form/FormInput.tsx diff --git a/front2/src/components/form/FormNumber.tsx b/front/src/components/form/FormNumber.tsx similarity index 100% rename from front2/src/components/form/FormNumber.tsx rename to front/src/components/form/FormNumber.tsx diff --git a/front2/src/components/form/FormSelect.tsx b/front/src/components/form/FormSelect.tsx similarity index 100% rename from front2/src/components/form/FormSelect.tsx rename to front/src/components/form/FormSelect.tsx diff --git a/front2/src/components/form/FormSelectMultiple.tsx b/front/src/components/form/FormSelectMultiple.tsx similarity index 100% rename from front2/src/components/form/FormSelectMultiple.tsx rename to front/src/components/form/FormSelectMultiple.tsx diff --git a/front2/src/components/form/FormTextarea.tsx b/front/src/components/form/FormTextarea.tsx similarity index 100% rename from front2/src/components/form/FormTextarea.tsx rename to front/src/components/form/FormTextarea.tsx diff --git a/front2/src/components/form/Formidable.tsx b/front/src/components/form/Formidable.tsx similarity index 100% rename from front2/src/components/form/Formidable.tsx rename to front/src/components/form/Formidable.tsx diff --git a/front2/src/components/gender/DisplayGender.tsx b/front/src/components/gender/DisplayGender.tsx similarity index 100% rename from front2/src/components/gender/DisplayGender.tsx rename to front/src/components/gender/DisplayGender.tsx diff --git a/front2/src/components/gender/DisplayGenderId.tsx b/front/src/components/gender/DisplayGenderId.tsx similarity index 100% rename from front2/src/components/gender/DisplayGenderId.tsx rename to front/src/components/gender/DisplayGenderId.tsx diff --git a/front2/src/components/index.ts b/front/src/components/index.ts similarity index 100% rename from front2/src/components/index.ts rename to front/src/components/index.ts diff --git a/front2/src/components/popup/AlbumEditPopUp.tsx b/front/src/components/popup/AlbumEditPopUp.tsx similarity index 100% rename from front2/src/components/popup/AlbumEditPopUp.tsx rename to front/src/components/popup/AlbumEditPopUp.tsx diff --git a/front2/src/components/popup/ArtistEditPopUp.tsx b/front/src/components/popup/ArtistEditPopUp.tsx similarity index 100% rename from front2/src/components/popup/ArtistEditPopUp.tsx rename to front/src/components/popup/ArtistEditPopUp.tsx diff --git a/front2/src/components/popup/ConfirmPopUp.tsx b/front/src/components/popup/ConfirmPopUp.tsx similarity index 100% rename from front2/src/components/popup/ConfirmPopUp.tsx rename to front/src/components/popup/ConfirmPopUp.tsx diff --git a/front2/src/components/popup/GenderEditPopUp.tsx b/front/src/components/popup/GenderEditPopUp.tsx similarity index 100% rename from front2/src/components/popup/GenderEditPopUp.tsx rename to front/src/components/popup/GenderEditPopUp.tsx diff --git a/front2/src/components/popup/TrackEditPopUp.tsx b/front/src/components/popup/TrackEditPopUp.tsx similarity index 100% rename from front2/src/components/popup/TrackEditPopUp.tsx rename to front/src/components/popup/TrackEditPopUp.tsx diff --git a/front2/src/components/select/SelectList.tsx b/front/src/components/select/SelectList.tsx similarity index 100% rename from front2/src/components/select/SelectList.tsx rename to front/src/components/select/SelectList.tsx diff --git a/front2/src/components/select/SelectMultiple.tsx b/front/src/components/select/SelectMultiple.tsx similarity index 100% rename from front2/src/components/select/SelectMultiple.tsx rename to front/src/components/select/SelectMultiple.tsx diff --git a/front2/src/components/select/SelectSingle.tsx b/front/src/components/select/SelectSingle.tsx similarity index 100% rename from front2/src/components/select/SelectSingle.tsx rename to front/src/components/select/SelectSingle.tsx diff --git a/front2/src/components/track/DisplayTrack.tsx b/front/src/components/track/DisplayTrack.tsx similarity index 100% rename from front2/src/components/track/DisplayTrack.tsx rename to front/src/components/track/DisplayTrack.tsx diff --git a/front2/src/components/track/DisplayTrackFull.tsx b/front/src/components/track/DisplayTrackFull.tsx similarity index 100% rename from front2/src/components/track/DisplayTrackFull.tsx rename to front/src/components/track/DisplayTrackFull.tsx diff --git a/front2/src/components/track/DisplayTrackSkeleton.tsx b/front/src/components/track/DisplayTrackSkeleton.tsx similarity index 100% rename from front2/src/components/track/DisplayTrackSkeleton.tsx rename to front/src/components/track/DisplayTrackSkeleton.tsx diff --git a/front2/src/config/dayjs.ts b/front/src/config/dayjs.ts similarity index 100% rename from front2/src/config/dayjs.ts rename to front/src/config/dayjs.ts diff --git a/front2/src/config/index.ts b/front/src/config/index.ts similarity index 100% rename from front2/src/config/index.ts rename to front/src/config/index.ts diff --git a/front2/src/constants/date.ts b/front/src/constants/date.ts similarity index 100% rename from front2/src/constants/date.ts rename to front/src/constants/date.ts diff --git a/front2/src/constants/genericSpacing.ts b/front/src/constants/genericSpacing.ts similarity index 100% rename from front2/src/constants/genericSpacing.ts rename to front/src/constants/genericSpacing.ts diff --git a/front2/src/constants/index.ts b/front/src/constants/index.ts similarity index 100% rename from front2/src/constants/index.ts rename to front/src/constants/index.ts diff --git a/front2/src/environment.ts b/front/src/environment.ts similarity index 100% rename from front2/src/environment.ts rename to front/src/environment.ts diff --git a/front2/src/errors/Error401.tsx b/front/src/errors/Error401.tsx similarity index 100% rename from front2/src/errors/Error401.tsx rename to front/src/errors/Error401.tsx diff --git a/front2/src/errors/Error403.tsx b/front/src/errors/Error403.tsx similarity index 100% rename from front2/src/errors/Error403.tsx rename to front/src/errors/Error403.tsx diff --git a/front2/src/errors/Error404.tsx b/front/src/errors/Error404.tsx similarity index 100% rename from front2/src/errors/Error404.tsx rename to front/src/errors/Error404.tsx diff --git a/front2/src/errors/ErrorBoundary.tsx b/front/src/errors/ErrorBoundary.tsx similarity index 100% rename from front2/src/errors/ErrorBoundary.tsx rename to front/src/errors/ErrorBoundary.tsx diff --git a/front2/src/errors/index.ts b/front/src/errors/index.ts similarity index 100% rename from front2/src/errors/index.ts rename to front/src/errors/index.ts diff --git a/front2/src/icons/DoubleArrowIcon.tsx b/front/src/icons/DoubleArrowIcon.tsx similarity index 100% rename from front2/src/icons/DoubleArrowIcon.tsx rename to front/src/icons/DoubleArrowIcon.tsx diff --git a/front2/src/icons/index.ts b/front/src/icons/index.ts similarity index 100% rename from front2/src/icons/index.ts rename to front/src/icons/index.ts diff --git a/front2/src/main.tsx b/front/src/main.tsx similarity index 100% rename from front2/src/main.tsx rename to front/src/main.tsx diff --git a/front2/src/scene/App.tsx b/front/src/scene/App.tsx similarity index 100% rename from front2/src/scene/App.tsx rename to front/src/scene/App.tsx diff --git a/front2/src/scene/AppRoutes.tsx b/front/src/scene/AppRoutes.tsx similarity index 100% rename from front2/src/scene/AppRoutes.tsx rename to front/src/scene/AppRoutes.tsx diff --git a/front2/src/scene/album/AlbumDetailPage.tsx b/front/src/scene/album/AlbumDetailPage.tsx similarity index 100% rename from front2/src/scene/album/AlbumDetailPage.tsx rename to front/src/scene/album/AlbumDetailPage.tsx diff --git a/front2/src/scene/album/AlbumRoutes.tsx b/front/src/scene/album/AlbumRoutes.tsx similarity index 100% rename from front2/src/scene/album/AlbumRoutes.tsx rename to front/src/scene/album/AlbumRoutes.tsx diff --git a/front2/src/scene/album/AlbumsPage.tsx b/front/src/scene/album/AlbumsPage.tsx similarity index 100% rename from front2/src/scene/album/AlbumsPage.tsx rename to front/src/scene/album/AlbumsPage.tsx diff --git a/front2/src/scene/artist/ArtistAlbumDetailPage.tsx b/front/src/scene/artist/ArtistAlbumDetailPage.tsx similarity index 100% rename from front2/src/scene/artist/ArtistAlbumDetailPage.tsx rename to front/src/scene/artist/ArtistAlbumDetailPage.tsx diff --git a/front2/src/scene/artist/ArtistDetailPage.tsx b/front/src/scene/artist/ArtistDetailPage.tsx similarity index 100% rename from front2/src/scene/artist/ArtistDetailPage.tsx rename to front/src/scene/artist/ArtistDetailPage.tsx diff --git a/front2/src/scene/artist/ArtistRoutes.tsx b/front/src/scene/artist/ArtistRoutes.tsx similarity index 100% rename from front2/src/scene/artist/ArtistRoutes.tsx rename to front/src/scene/artist/ArtistRoutes.tsx diff --git a/front2/src/scene/artist/ArtistsPage.tsx b/front/src/scene/artist/ArtistsPage.tsx similarity index 100% rename from front2/src/scene/artist/ArtistsPage.tsx rename to front/src/scene/artist/ArtistsPage.tsx diff --git a/front2/src/scene/gender/GenderDetailPage.tsx b/front/src/scene/gender/GenderDetailPage.tsx similarity index 100% rename from front2/src/scene/gender/GenderDetailPage.tsx rename to front/src/scene/gender/GenderDetailPage.tsx diff --git a/front2/src/scene/gender/GenderRoutes.tsx b/front/src/scene/gender/GenderRoutes.tsx similarity index 100% rename from front2/src/scene/gender/GenderRoutes.tsx rename to front/src/scene/gender/GenderRoutes.tsx diff --git a/front2/src/scene/gender/GendersPage.tsx b/front/src/scene/gender/GendersPage.tsx similarity index 100% rename from front2/src/scene/gender/GendersPage.tsx rename to front/src/scene/gender/GendersPage.tsx diff --git a/front2/src/scene/home/Help.tsx b/front/src/scene/home/Help.tsx similarity index 100% rename from front2/src/scene/home/Help.tsx rename to front/src/scene/home/Help.tsx diff --git a/front2/src/scene/home/HomePage.tsx b/front/src/scene/home/HomePage.tsx similarity index 100% rename from front2/src/scene/home/HomePage.tsx rename to front/src/scene/home/HomePage.tsx diff --git a/front2/src/scene/sso/SSOPage.tsx b/front/src/scene/sso/SSOPage.tsx similarity index 100% rename from front2/src/scene/sso/SSOPage.tsx rename to front/src/scene/sso/SSOPage.tsx diff --git a/front2/src/scene/sso/SSORoutes.tsx b/front/src/scene/sso/SSORoutes.tsx similarity index 100% rename from front2/src/scene/sso/SSORoutes.tsx rename to front/src/scene/sso/SSORoutes.tsx diff --git a/front2/src/scene/track/TrackRoutes.tsx b/front/src/scene/track/TrackRoutes.tsx similarity index 100% rename from front2/src/scene/track/TrackRoutes.tsx rename to front/src/scene/track/TrackRoutes.tsx diff --git a/front2/src/scene/track/TrackSelectionPage.tsx b/front/src/scene/track/TrackSelectionPage.tsx similarity index 100% rename from front2/src/scene/track/TrackSelectionPage.tsx rename to front/src/scene/track/TrackSelectionPage.tsx diff --git a/front2/src/scene/track/TracksStartLetterDetailPage.tsx b/front/src/scene/track/TracksStartLetterDetailPage.tsx similarity index 100% rename from front2/src/scene/track/TracksStartLetterDetailPage.tsx rename to front/src/scene/track/TracksStartLetterDetailPage.tsx diff --git a/front2/src/service/ActivePlaylist.ts b/front/src/service/ActivePlaylist.ts similarity index 100% rename from front2/src/service/ActivePlaylist.ts rename to front/src/service/ActivePlaylist.ts diff --git a/front2/src/service/Album.ts b/front/src/service/Album.ts similarity index 100% rename from front2/src/service/Album.ts rename to front/src/service/Album.ts diff --git a/front2/src/service/Artist.ts b/front/src/service/Artist.ts similarity index 100% rename from front2/src/service/Artist.ts rename to front/src/service/Artist.ts diff --git a/front2/src/service/Gender.ts b/front/src/service/Gender.ts similarity index 100% rename from front2/src/service/Gender.ts rename to front/src/service/Gender.ts diff --git a/front2/src/service/ServiceContext.tsx b/front/src/service/ServiceContext.tsx similarity index 100% rename from front2/src/service/ServiceContext.tsx rename to front/src/service/ServiceContext.tsx diff --git a/front2/src/service/SessionState.ts b/front/src/service/SessionState.ts similarity index 100% rename from front2/src/service/SessionState.ts rename to front/src/service/SessionState.ts diff --git a/front2/src/service/Track.ts b/front/src/service/Track.ts similarity index 100% rename from front2/src/service/Track.ts rename to front/src/service/Track.ts diff --git a/front2/src/service/session.ts b/front/src/service/session.ts similarity index 100% rename from front2/src/service/session.ts rename to front/src/service/session.ts diff --git a/front2/src/test/setup.ts b/front/src/test/setup.ts similarity index 100% rename from front2/src/test/setup.ts rename to front/src/test/setup.ts diff --git a/front2/src/test/utils.tsx b/front/src/test/utils.tsx similarity index 100% rename from front2/src/test/utils.tsx rename to front/src/test/utils.tsx diff --git a/front2/src/theme/components/badge.ts b/front/src/theme/components/badge.ts similarity index 100% rename from front2/src/theme/components/badge.ts rename to front/src/theme/components/badge.ts diff --git a/front2/src/theme/components/button.ts b/front/src/theme/components/button.ts similarity index 100% rename from front2/src/theme/components/button.ts rename to front/src/theme/components/button.ts diff --git a/front2/src/theme/components/checkbox.ts b/front/src/theme/components/checkbox.ts similarity index 100% rename from front2/src/theme/components/checkbox.ts rename to front/src/theme/components/checkbox.ts diff --git a/front2/src/theme/components/flex.ts b/front/src/theme/components/flex.ts similarity index 100% rename from front2/src/theme/components/flex.ts rename to front/src/theme/components/flex.ts diff --git a/front2/src/theme/components/index.ts b/front/src/theme/components/index.ts similarity index 100% rename from front2/src/theme/components/index.ts rename to front/src/theme/components/index.ts diff --git a/front2/src/theme/components/input.ts b/front/src/theme/components/input.ts similarity index 100% rename from front2/src/theme/components/input.ts rename to front/src/theme/components/input.ts diff --git a/front2/src/theme/components/modal.ts b/front/src/theme/components/modal.ts similarity index 100% rename from front2/src/theme/components/modal.ts rename to front/src/theme/components/modal.ts diff --git a/front2/src/theme/components/numberInput.ts b/front/src/theme/components/numberInput.ts similarity index 100% rename from front2/src/theme/components/numberInput.ts rename to front/src/theme/components/numberInput.ts diff --git a/front2/src/theme/components/popover.ts b/front/src/theme/components/popover.ts similarity index 100% rename from front2/src/theme/components/popover.ts rename to front/src/theme/components/popover.ts diff --git a/front2/src/theme/components/radio.ts b/front/src/theme/components/radio.ts similarity index 100% rename from front2/src/theme/components/radio.ts rename to front/src/theme/components/radio.ts diff --git a/front2/src/theme/components/select.ts b/front/src/theme/components/select.ts similarity index 100% rename from front2/src/theme/components/select.ts rename to front/src/theme/components/select.ts diff --git a/front2/src/theme/components/switch.ts b/front/src/theme/components/switch.ts similarity index 100% rename from front2/src/theme/components/switch.ts rename to front/src/theme/components/switch.ts diff --git a/front2/src/theme/components/textarea.ts b/front/src/theme/components/textarea.ts similarity index 100% rename from front2/src/theme/components/textarea.ts rename to front/src/theme/components/textarea.ts diff --git a/front2/src/theme/foundations/colors.ts b/front/src/theme/foundations/colors.ts similarity index 100% rename from front2/src/theme/foundations/colors.ts rename to front/src/theme/foundations/colors.ts diff --git a/front2/src/theme/foundations/index.ts b/front/src/theme/foundations/index.ts similarity index 100% rename from front2/src/theme/foundations/index.ts rename to front/src/theme/foundations/index.ts diff --git a/front2/src/theme/foundations/shadows.ts b/front/src/theme/foundations/shadows.ts similarity index 100% rename from front2/src/theme/foundations/shadows.ts rename to front/src/theme/foundations/shadows.ts diff --git a/front2/src/theme/index.ts b/front/src/theme/index.ts similarity index 100% rename from front2/src/theme/index.ts rename to front/src/theme/index.ts diff --git a/front2/src/theme/styleguide/buttons.stories.tsx b/front/src/theme/styleguide/buttons.stories.tsx similarity index 100% rename from front2/src/theme/styleguide/buttons.stories.tsx rename to front/src/theme/styleguide/buttons.stories.tsx diff --git a/front2/src/theme/styleguide/colors.stories.tsx b/front/src/theme/styleguide/colors.stories.tsx similarity index 100% rename from front2/src/theme/styleguide/colors.stories.tsx rename to front/src/theme/styleguide/colors.stories.tsx diff --git a/front2/src/theme/styles.ts b/front/src/theme/styles.ts similarity index 100% rename from front2/src/theme/styles.ts rename to front/src/theme/styles.ts diff --git a/front2/src/theme/theme.ts b/front/src/theme/theme.ts similarity index 100% rename from front2/src/theme/theme.ts rename to front/src/theme/theme.ts diff --git a/front2/src/types/theme.d.ts b/front/src/types/theme.d.ts similarity index 100% rename from front2/src/types/theme.d.ts rename to front/src/types/theme.d.ts diff --git a/front2/src/utils/applPath.ts b/front/src/utils/applPath.ts similarity index 100% rename from front2/src/utils/applPath.ts rename to front/src/utils/applPath.ts diff --git a/front2/src/utils/arrayTools.ts b/front/src/utils/arrayTools.ts similarity index 100% rename from front2/src/utils/arrayTools.ts rename to front/src/utils/arrayTools.ts diff --git a/front2/src/utils/data-store.ts b/front/src/utils/data-store.ts similarity index 100% rename from front2/src/utils/data-store.ts rename to front/src/utils/data-store.ts diff --git a/front2/src/utils/data-tools.ts b/front/src/utils/data-tools.ts similarity index 100% rename from front2/src/utils/data-tools.ts rename to front/src/utils/data-tools.ts diff --git a/front2/src/utils/data-url-access.ts b/front/src/utils/data-url-access.ts similarity index 100% rename from front2/src/utils/data-url-access.ts rename to front/src/utils/data-url-access.ts diff --git a/front2/src/utils/http.ts b/front/src/utils/http.ts similarity index 100% rename from front2/src/utils/http.ts rename to front/src/utils/http.ts diff --git a/front2/src/utils/layout.ts b/front/src/utils/layout.ts similarity index 100% rename from front2/src/utils/layout.ts rename to front/src/utils/layout.ts diff --git a/front2/src/utils/sha512.ts b/front/src/utils/sha512.ts similarity index 100% rename from front2/src/utils/sha512.ts rename to front/src/utils/sha512.ts diff --git a/front2/src/utils/sso.ts b/front/src/utils/sso.ts similarity index 100% rename from front2/src/utils/sso.ts rename to front/src/utils/sso.ts diff --git a/front2/src/utils/theme-tools.ts b/front/src/utils/theme-tools.ts similarity index 100% rename from front2/src/utils/theme-tools.ts rename to front/src/utils/theme-tools.ts diff --git a/front2/src/utils/toastHook.ts b/front/src/utils/toastHook.ts similarity index 100% rename from front2/src/utils/toastHook.ts rename to front/src/utils/toastHook.ts diff --git a/front2/src/utils/validator.ts b/front/src/utils/validator.ts similarity index 100% rename from front2/src/utils/validator.ts rename to front/src/utils/validator.ts diff --git a/front2/src/vite-env.d.ts b/front/src/vite-env.d.ts similarity index 100% rename from front2/src/vite-env.d.ts rename to front/src/vite-env.d.ts diff --git a/front2/tsconfig.json b/front/tsconfig.json similarity index 100% rename from front2/tsconfig.json rename to front/tsconfig.json diff --git a/front2/tsconfig.node.json b/front/tsconfig.node.json similarity index 100% rename from front2/tsconfig.node.json rename to front/tsconfig.node.json diff --git a/front2/version.txt b/front/version.txt similarity index 100% rename from front2/version.txt rename to front/version.txt diff --git a/front2/vite.config.mts b/front/vite.config.mts similarity index 100% rename from front2/vite.config.mts rename to front/vite.config.mts diff --git a/front2/vitest.config.mts b/front/vitest.config.mts similarity index 100% rename from front2/vitest.config.mts rename to front/vitest.config.mts