From 30eac187ee40988e2ee9ac370f138a884517c64a Mon Sep 17 00:00:00 2001 From: danieldeng2 <danieldeng223@gmail.com> Date: Tue, 4 Aug 2020 11:49:42 +0100 Subject: [PATCH] Move assets into separate folder --- frontend/src/{ => assets}/images/logo.svg | 0 frontend/src/{ => assets}/images/user.png | Bin .../src/{ => assets}/scss/bootstrapV5/_alert.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_badge.scss | 0 .../{ => assets}/scss/bootstrapV5/_breadcrumb.scss | 0 .../scss/bootstrapV5/_button-group.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_buttons.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_card.scss | 0 .../{ => assets}/scss/bootstrapV5/_carousel.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_close.scss | 0 .../{ => assets}/scss/bootstrapV5/_containers.scss | 0 .../{ => assets}/scss/bootstrapV5/_dropdown.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_forms.scss | 0 .../{ => assets}/scss/bootstrapV5/_functions.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_grid.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_helpers.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_images.scss | 0 .../{ => assets}/scss/bootstrapV5/_list-group.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_mixins.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_modal.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_nav.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_navbar.scss | 0 .../{ => assets}/scss/bootstrapV5/_pagination.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_popover.scss | 0 .../{ => assets}/scss/bootstrapV5/_progress.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_reboot.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_root.scss | 0 .../{ => assets}/scss/bootstrapV5/_spinners.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_tables.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_toasts.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_tooltip.scss | 0 .../{ => assets}/scss/bootstrapV5/_transitions.scss | 0 .../src/{ => assets}/scss/bootstrapV5/_type.scss | 0 .../{ => assets}/scss/bootstrapV5/_utilities.scss | 0 .../{ => assets}/scss/bootstrapV5/_variables.scss | 0 .../scss/bootstrapV5/bootstrap-grid.scss | 0 .../scss/bootstrapV5/bootstrap-reboot.scss | 0 .../scss/bootstrapV5/bootstrap-utilities.scss | 0 .../{ => assets}/scss/bootstrapV5/bootstrap.scss | 0 .../scss/bootstrapV5/forms/_form-check.scss | 0 .../scss/bootstrapV5/forms/_form-control.scss | 0 .../scss/bootstrapV5/forms/_form-file.scss | 0 .../scss/bootstrapV5/forms/_form-range.scss | 0 .../scss/bootstrapV5/forms/_form-select.scss | 0 .../scss/bootstrapV5/forms/_form-text.scss | 0 .../scss/bootstrapV5/forms/_input-group.scss | 0 .../scss/bootstrapV5/forms/_labels.scss | 0 .../scss/bootstrapV5/forms/_validation.scss | 0 .../scss/bootstrapV5/helpers/_clearfix.scss | 0 .../scss/bootstrapV5/helpers/_colored-links.scss | 0 .../scss/bootstrapV5/helpers/_embed.scss | 0 .../scss/bootstrapV5/helpers/_position.scss | 0 .../scss/bootstrapV5/helpers/_stretched-link.scss | 0 .../scss/bootstrapV5/helpers/_text-truncation.scss | 0 .../scss/bootstrapV5/helpers/_visually-hidden.scss | 0 .../scss/bootstrapV5/mixins/_alert.scss | 0 .../scss/bootstrapV5/mixins/_border-radius.scss | 0 .../scss/bootstrapV5/mixins/_box-shadow.scss | 0 .../scss/bootstrapV5/mixins/_breakpoints.scss | 0 .../scss/bootstrapV5/mixins/_buttons.scss | 0 .../scss/bootstrapV5/mixins/_caret.scss | 0 .../scss/bootstrapV5/mixins/_clearfix.scss | 0 .../scss/bootstrapV5/mixins/_container.scss | 0 .../scss/bootstrapV5/mixins/_deprecate.scss | 0 .../scss/bootstrapV5/mixins/_forms.scss | 0 .../scss/bootstrapV5/mixins/_gradients.scss | 0 .../{ => assets}/scss/bootstrapV5/mixins/_grid.scss | 0 .../scss/bootstrapV5/mixins/_image.scss | 0 .../scss/bootstrapV5/mixins/_list-group.scss | 0 .../scss/bootstrapV5/mixins/_lists.scss | 0 .../scss/bootstrapV5/mixins/_pagination.scss | 0 .../scss/bootstrapV5/mixins/_reset-text.scss | 0 .../scss/bootstrapV5/mixins/_resize.scss | 0 .../scss/bootstrapV5/mixins/_screen-reader.scss | 0 .../scss/bootstrapV5/mixins/_table-variants.scss | 0 .../scss/bootstrapV5/mixins/_text-truncate.scss | 0 .../scss/bootstrapV5/mixins/_transition.scss | 0 .../scss/bootstrapV5/mixins/_utilities.scss | 0 .../scss/bootstrapV5/utilities/_api.scss | 0 .../{ => assets}/scss/bootstrapV5/vendor/_rfs.scss | 0 frontend/src/{ => assets}/scss/custom.scss | 0 frontend/src/components/App.scss | 2 +- .../atoms/NavBarTabItem/style.module.scss | 2 +- .../molecules/LeftBarTabGroup/style.module.scss | 2 +- .../src/components/molecules/NavBarBrand/index.tsx | 2 +- .../molecules/NavBarBrand/style.module.scss | 2 +- .../molecules/NavBarTabGroup/style.module.scss | 2 +- .../organisms/BottomBar/style.module.scss | 2 +- .../components/organisms/LeftBar/style.module.scss | 2 +- frontend/src/components/organisms/TopBar/index.tsx | 2 +- .../components/organisms/TopBar/style.module.scss | 2 +- 91 files changed, 10 insertions(+), 10 deletions(-) rename frontend/src/{ => assets}/images/logo.svg (100%) rename frontend/src/{ => assets}/images/user.png (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_alert.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_badge.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_breadcrumb.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_button-group.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_buttons.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_card.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_carousel.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_close.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_containers.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_dropdown.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_forms.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_functions.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_grid.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_helpers.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_images.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_list-group.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_mixins.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_modal.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_nav.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_navbar.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_pagination.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_popover.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_progress.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_reboot.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_root.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_spinners.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_tables.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_toasts.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_tooltip.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_transitions.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_type.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_utilities.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/_variables.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/bootstrap-grid.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/bootstrap-reboot.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/bootstrap-utilities.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/bootstrap.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/forms/_form-check.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/forms/_form-control.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/forms/_form-file.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/forms/_form-range.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/forms/_form-select.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/forms/_form-text.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/forms/_input-group.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/forms/_labels.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/forms/_validation.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/helpers/_clearfix.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/helpers/_colored-links.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/helpers/_embed.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/helpers/_position.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/helpers/_stretched-link.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/helpers/_text-truncation.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/helpers/_visually-hidden.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_alert.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_border-radius.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_box-shadow.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_breakpoints.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_buttons.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_caret.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_clearfix.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_container.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_deprecate.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_forms.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_gradients.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_grid.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_image.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_list-group.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_lists.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_pagination.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_reset-text.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_resize.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_screen-reader.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_table-variants.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_text-truncate.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_transition.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/mixins/_utilities.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/utilities/_api.scss (100%) rename frontend/src/{ => assets}/scss/bootstrapV5/vendor/_rfs.scss (100%) rename frontend/src/{ => assets}/scss/custom.scss (100%) diff --git a/frontend/src/images/logo.svg b/frontend/src/assets/images/logo.svg similarity index 100% rename from frontend/src/images/logo.svg rename to frontend/src/assets/images/logo.svg diff --git a/frontend/src/images/user.png b/frontend/src/assets/images/user.png similarity index 100% rename from frontend/src/images/user.png rename to frontend/src/assets/images/user.png diff --git a/frontend/src/scss/bootstrapV5/_alert.scss b/frontend/src/assets/scss/bootstrapV5/_alert.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_alert.scss rename to frontend/src/assets/scss/bootstrapV5/_alert.scss diff --git a/frontend/src/scss/bootstrapV5/_badge.scss b/frontend/src/assets/scss/bootstrapV5/_badge.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_badge.scss rename to frontend/src/assets/scss/bootstrapV5/_badge.scss diff --git a/frontend/src/scss/bootstrapV5/_breadcrumb.scss b/frontend/src/assets/scss/bootstrapV5/_breadcrumb.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_breadcrumb.scss rename to frontend/src/assets/scss/bootstrapV5/_breadcrumb.scss diff --git a/frontend/src/scss/bootstrapV5/_button-group.scss b/frontend/src/assets/scss/bootstrapV5/_button-group.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_button-group.scss rename to frontend/src/assets/scss/bootstrapV5/_button-group.scss diff --git a/frontend/src/scss/bootstrapV5/_buttons.scss b/frontend/src/assets/scss/bootstrapV5/_buttons.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_buttons.scss rename to frontend/src/assets/scss/bootstrapV5/_buttons.scss diff --git a/frontend/src/scss/bootstrapV5/_card.scss b/frontend/src/assets/scss/bootstrapV5/_card.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_card.scss rename to frontend/src/assets/scss/bootstrapV5/_card.scss diff --git a/frontend/src/scss/bootstrapV5/_carousel.scss b/frontend/src/assets/scss/bootstrapV5/_carousel.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_carousel.scss rename to frontend/src/assets/scss/bootstrapV5/_carousel.scss diff --git a/frontend/src/scss/bootstrapV5/_close.scss b/frontend/src/assets/scss/bootstrapV5/_close.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_close.scss rename to frontend/src/assets/scss/bootstrapV5/_close.scss diff --git a/frontend/src/scss/bootstrapV5/_containers.scss b/frontend/src/assets/scss/bootstrapV5/_containers.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_containers.scss rename to frontend/src/assets/scss/bootstrapV5/_containers.scss diff --git a/frontend/src/scss/bootstrapV5/_dropdown.scss b/frontend/src/assets/scss/bootstrapV5/_dropdown.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_dropdown.scss rename to frontend/src/assets/scss/bootstrapV5/_dropdown.scss diff --git a/frontend/src/scss/bootstrapV5/_forms.scss b/frontend/src/assets/scss/bootstrapV5/_forms.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_forms.scss rename to frontend/src/assets/scss/bootstrapV5/_forms.scss diff --git a/frontend/src/scss/bootstrapV5/_functions.scss b/frontend/src/assets/scss/bootstrapV5/_functions.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_functions.scss rename to frontend/src/assets/scss/bootstrapV5/_functions.scss diff --git a/frontend/src/scss/bootstrapV5/_grid.scss b/frontend/src/assets/scss/bootstrapV5/_grid.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_grid.scss rename to frontend/src/assets/scss/bootstrapV5/_grid.scss diff --git a/frontend/src/scss/bootstrapV5/_helpers.scss b/frontend/src/assets/scss/bootstrapV5/_helpers.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_helpers.scss rename to frontend/src/assets/scss/bootstrapV5/_helpers.scss diff --git a/frontend/src/scss/bootstrapV5/_images.scss b/frontend/src/assets/scss/bootstrapV5/_images.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_images.scss rename to frontend/src/assets/scss/bootstrapV5/_images.scss diff --git a/frontend/src/scss/bootstrapV5/_list-group.scss b/frontend/src/assets/scss/bootstrapV5/_list-group.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_list-group.scss rename to frontend/src/assets/scss/bootstrapV5/_list-group.scss diff --git a/frontend/src/scss/bootstrapV5/_mixins.scss b/frontend/src/assets/scss/bootstrapV5/_mixins.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_mixins.scss rename to frontend/src/assets/scss/bootstrapV5/_mixins.scss diff --git a/frontend/src/scss/bootstrapV5/_modal.scss b/frontend/src/assets/scss/bootstrapV5/_modal.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_modal.scss rename to frontend/src/assets/scss/bootstrapV5/_modal.scss diff --git a/frontend/src/scss/bootstrapV5/_nav.scss b/frontend/src/assets/scss/bootstrapV5/_nav.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_nav.scss rename to frontend/src/assets/scss/bootstrapV5/_nav.scss diff --git a/frontend/src/scss/bootstrapV5/_navbar.scss b/frontend/src/assets/scss/bootstrapV5/_navbar.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_navbar.scss rename to frontend/src/assets/scss/bootstrapV5/_navbar.scss diff --git a/frontend/src/scss/bootstrapV5/_pagination.scss b/frontend/src/assets/scss/bootstrapV5/_pagination.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_pagination.scss rename to frontend/src/assets/scss/bootstrapV5/_pagination.scss diff --git a/frontend/src/scss/bootstrapV5/_popover.scss b/frontend/src/assets/scss/bootstrapV5/_popover.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_popover.scss rename to frontend/src/assets/scss/bootstrapV5/_popover.scss diff --git a/frontend/src/scss/bootstrapV5/_progress.scss b/frontend/src/assets/scss/bootstrapV5/_progress.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_progress.scss rename to frontend/src/assets/scss/bootstrapV5/_progress.scss diff --git a/frontend/src/scss/bootstrapV5/_reboot.scss b/frontend/src/assets/scss/bootstrapV5/_reboot.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_reboot.scss rename to frontend/src/assets/scss/bootstrapV5/_reboot.scss diff --git a/frontend/src/scss/bootstrapV5/_root.scss b/frontend/src/assets/scss/bootstrapV5/_root.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_root.scss rename to frontend/src/assets/scss/bootstrapV5/_root.scss diff --git a/frontend/src/scss/bootstrapV5/_spinners.scss b/frontend/src/assets/scss/bootstrapV5/_spinners.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_spinners.scss rename to frontend/src/assets/scss/bootstrapV5/_spinners.scss diff --git a/frontend/src/scss/bootstrapV5/_tables.scss b/frontend/src/assets/scss/bootstrapV5/_tables.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_tables.scss rename to frontend/src/assets/scss/bootstrapV5/_tables.scss diff --git a/frontend/src/scss/bootstrapV5/_toasts.scss b/frontend/src/assets/scss/bootstrapV5/_toasts.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_toasts.scss rename to frontend/src/assets/scss/bootstrapV5/_toasts.scss diff --git a/frontend/src/scss/bootstrapV5/_tooltip.scss b/frontend/src/assets/scss/bootstrapV5/_tooltip.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_tooltip.scss rename to frontend/src/assets/scss/bootstrapV5/_tooltip.scss diff --git a/frontend/src/scss/bootstrapV5/_transitions.scss b/frontend/src/assets/scss/bootstrapV5/_transitions.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_transitions.scss rename to frontend/src/assets/scss/bootstrapV5/_transitions.scss diff --git a/frontend/src/scss/bootstrapV5/_type.scss b/frontend/src/assets/scss/bootstrapV5/_type.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_type.scss rename to frontend/src/assets/scss/bootstrapV5/_type.scss diff --git a/frontend/src/scss/bootstrapV5/_utilities.scss b/frontend/src/assets/scss/bootstrapV5/_utilities.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_utilities.scss rename to frontend/src/assets/scss/bootstrapV5/_utilities.scss diff --git a/frontend/src/scss/bootstrapV5/_variables.scss b/frontend/src/assets/scss/bootstrapV5/_variables.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/_variables.scss rename to frontend/src/assets/scss/bootstrapV5/_variables.scss diff --git a/frontend/src/scss/bootstrapV5/bootstrap-grid.scss b/frontend/src/assets/scss/bootstrapV5/bootstrap-grid.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/bootstrap-grid.scss rename to frontend/src/assets/scss/bootstrapV5/bootstrap-grid.scss diff --git a/frontend/src/scss/bootstrapV5/bootstrap-reboot.scss b/frontend/src/assets/scss/bootstrapV5/bootstrap-reboot.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/bootstrap-reboot.scss rename to frontend/src/assets/scss/bootstrapV5/bootstrap-reboot.scss diff --git a/frontend/src/scss/bootstrapV5/bootstrap-utilities.scss b/frontend/src/assets/scss/bootstrapV5/bootstrap-utilities.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/bootstrap-utilities.scss rename to frontend/src/assets/scss/bootstrapV5/bootstrap-utilities.scss diff --git a/frontend/src/scss/bootstrapV5/bootstrap.scss b/frontend/src/assets/scss/bootstrapV5/bootstrap.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/bootstrap.scss rename to frontend/src/assets/scss/bootstrapV5/bootstrap.scss diff --git a/frontend/src/scss/bootstrapV5/forms/_form-check.scss b/frontend/src/assets/scss/bootstrapV5/forms/_form-check.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/forms/_form-check.scss rename to frontend/src/assets/scss/bootstrapV5/forms/_form-check.scss diff --git a/frontend/src/scss/bootstrapV5/forms/_form-control.scss b/frontend/src/assets/scss/bootstrapV5/forms/_form-control.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/forms/_form-control.scss rename to frontend/src/assets/scss/bootstrapV5/forms/_form-control.scss diff --git a/frontend/src/scss/bootstrapV5/forms/_form-file.scss b/frontend/src/assets/scss/bootstrapV5/forms/_form-file.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/forms/_form-file.scss rename to frontend/src/assets/scss/bootstrapV5/forms/_form-file.scss diff --git a/frontend/src/scss/bootstrapV5/forms/_form-range.scss b/frontend/src/assets/scss/bootstrapV5/forms/_form-range.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/forms/_form-range.scss rename to frontend/src/assets/scss/bootstrapV5/forms/_form-range.scss diff --git a/frontend/src/scss/bootstrapV5/forms/_form-select.scss b/frontend/src/assets/scss/bootstrapV5/forms/_form-select.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/forms/_form-select.scss rename to frontend/src/assets/scss/bootstrapV5/forms/_form-select.scss diff --git a/frontend/src/scss/bootstrapV5/forms/_form-text.scss b/frontend/src/assets/scss/bootstrapV5/forms/_form-text.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/forms/_form-text.scss rename to frontend/src/assets/scss/bootstrapV5/forms/_form-text.scss diff --git a/frontend/src/scss/bootstrapV5/forms/_input-group.scss b/frontend/src/assets/scss/bootstrapV5/forms/_input-group.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/forms/_input-group.scss rename to frontend/src/assets/scss/bootstrapV5/forms/_input-group.scss diff --git a/frontend/src/scss/bootstrapV5/forms/_labels.scss b/frontend/src/assets/scss/bootstrapV5/forms/_labels.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/forms/_labels.scss rename to frontend/src/assets/scss/bootstrapV5/forms/_labels.scss diff --git a/frontend/src/scss/bootstrapV5/forms/_validation.scss b/frontend/src/assets/scss/bootstrapV5/forms/_validation.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/forms/_validation.scss rename to frontend/src/assets/scss/bootstrapV5/forms/_validation.scss diff --git a/frontend/src/scss/bootstrapV5/helpers/_clearfix.scss b/frontend/src/assets/scss/bootstrapV5/helpers/_clearfix.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/helpers/_clearfix.scss rename to frontend/src/assets/scss/bootstrapV5/helpers/_clearfix.scss diff --git a/frontend/src/scss/bootstrapV5/helpers/_colored-links.scss b/frontend/src/assets/scss/bootstrapV5/helpers/_colored-links.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/helpers/_colored-links.scss rename to frontend/src/assets/scss/bootstrapV5/helpers/_colored-links.scss diff --git a/frontend/src/scss/bootstrapV5/helpers/_embed.scss b/frontend/src/assets/scss/bootstrapV5/helpers/_embed.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/helpers/_embed.scss rename to frontend/src/assets/scss/bootstrapV5/helpers/_embed.scss diff --git a/frontend/src/scss/bootstrapV5/helpers/_position.scss b/frontend/src/assets/scss/bootstrapV5/helpers/_position.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/helpers/_position.scss rename to frontend/src/assets/scss/bootstrapV5/helpers/_position.scss diff --git a/frontend/src/scss/bootstrapV5/helpers/_stretched-link.scss b/frontend/src/assets/scss/bootstrapV5/helpers/_stretched-link.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/helpers/_stretched-link.scss rename to frontend/src/assets/scss/bootstrapV5/helpers/_stretched-link.scss diff --git a/frontend/src/scss/bootstrapV5/helpers/_text-truncation.scss b/frontend/src/assets/scss/bootstrapV5/helpers/_text-truncation.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/helpers/_text-truncation.scss rename to frontend/src/assets/scss/bootstrapV5/helpers/_text-truncation.scss diff --git a/frontend/src/scss/bootstrapV5/helpers/_visually-hidden.scss b/frontend/src/assets/scss/bootstrapV5/helpers/_visually-hidden.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/helpers/_visually-hidden.scss rename to frontend/src/assets/scss/bootstrapV5/helpers/_visually-hidden.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_alert.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_alert.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_alert.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_alert.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_border-radius.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_border-radius.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_border-radius.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_border-radius.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_box-shadow.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_box-shadow.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_box-shadow.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_box-shadow.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_breakpoints.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_breakpoints.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_breakpoints.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_breakpoints.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_buttons.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_buttons.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_buttons.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_buttons.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_caret.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_caret.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_caret.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_caret.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_clearfix.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_clearfix.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_clearfix.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_clearfix.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_container.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_container.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_container.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_container.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_deprecate.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_deprecate.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_deprecate.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_deprecate.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_forms.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_forms.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_forms.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_forms.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_gradients.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_gradients.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_gradients.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_gradients.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_grid.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_grid.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_grid.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_grid.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_image.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_image.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_image.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_image.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_list-group.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_list-group.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_list-group.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_list-group.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_lists.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_lists.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_lists.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_lists.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_pagination.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_pagination.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_pagination.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_pagination.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_reset-text.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_reset-text.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_reset-text.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_reset-text.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_resize.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_resize.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_resize.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_resize.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_screen-reader.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_screen-reader.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_screen-reader.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_screen-reader.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_table-variants.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_table-variants.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_table-variants.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_table-variants.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_text-truncate.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_text-truncate.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_text-truncate.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_text-truncate.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_transition.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_transition.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_transition.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_transition.scss diff --git a/frontend/src/scss/bootstrapV5/mixins/_utilities.scss b/frontend/src/assets/scss/bootstrapV5/mixins/_utilities.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/mixins/_utilities.scss rename to frontend/src/assets/scss/bootstrapV5/mixins/_utilities.scss diff --git a/frontend/src/scss/bootstrapV5/utilities/_api.scss b/frontend/src/assets/scss/bootstrapV5/utilities/_api.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/utilities/_api.scss rename to frontend/src/assets/scss/bootstrapV5/utilities/_api.scss diff --git a/frontend/src/scss/bootstrapV5/vendor/_rfs.scss b/frontend/src/assets/scss/bootstrapV5/vendor/_rfs.scss similarity index 100% rename from frontend/src/scss/bootstrapV5/vendor/_rfs.scss rename to frontend/src/assets/scss/bootstrapV5/vendor/_rfs.scss diff --git a/frontend/src/scss/custom.scss b/frontend/src/assets/scss/custom.scss similarity index 100% rename from frontend/src/scss/custom.scss rename to frontend/src/assets/scss/custom.scss diff --git a/frontend/src/components/App.scss b/frontend/src/components/App.scss index 61fa5af5f..4d5c8e707 100644 --- a/frontend/src/components/App.scss +++ b/frontend/src/components/App.scss @@ -1,4 +1,4 @@ -@import "scss/custom"; +@import "assets/scss/custom"; body { margin: 0; diff --git a/frontend/src/components/atoms/NavBarTabItem/style.module.scss b/frontend/src/components/atoms/NavBarTabItem/style.module.scss index f5d753820..2c8073ac8 100644 --- a/frontend/src/components/atoms/NavBarTabItem/style.module.scss +++ b/frontend/src/components/atoms/NavBarTabItem/style.module.scss @@ -1,4 +1,4 @@ -@import "scss/custom"; +@import "assets/scss/custom"; @media (min-width: 992px) { .pageButton { diff --git a/frontend/src/components/molecules/LeftBarTabGroup/style.module.scss b/frontend/src/components/molecules/LeftBarTabGroup/style.module.scss index 2f317bc16..ae6c1931c 100644 --- a/frontend/src/components/molecules/LeftBarTabGroup/style.module.scss +++ b/frontend/src/components/molecules/LeftBarTabGroup/style.module.scss @@ -1,4 +1,4 @@ -@import "scss/custom"; +@import "assets/scss/custom"; .moduleOutlineButton { margin-bottom: 10px; diff --git a/frontend/src/components/molecules/NavBarBrand/index.tsx b/frontend/src/components/molecules/NavBarBrand/index.tsx index 556d0398f..9f728425f 100644 --- a/frontend/src/components/molecules/NavBarBrand/index.tsx +++ b/frontend/src/components/molecules/NavBarBrand/index.tsx @@ -1,6 +1,6 @@ import React from "react"; import Navbar from "react-bootstrap/Navbar"; -import logo from "images/logo.svg"; +import logo from "assets/images/logo.svg"; import { Link } from "react-router-dom"; import styles from "./style.module.scss"; import cx from "classnames"; diff --git a/frontend/src/components/molecules/NavBarBrand/style.module.scss b/frontend/src/components/molecules/NavBarBrand/style.module.scss index a0a262767..9d6a0a1a6 100644 --- a/frontend/src/components/molecules/NavBarBrand/style.module.scss +++ b/frontend/src/components/molecules/NavBarBrand/style.module.scss @@ -1,4 +1,4 @@ -@import "scss/custom"; +@import "assets/scss/custom"; .brandImage { margin-right: 10px; diff --git a/frontend/src/components/molecules/NavBarTabGroup/style.module.scss b/frontend/src/components/molecules/NavBarTabGroup/style.module.scss index ea064d351..b6153f4cf 100644 --- a/frontend/src/components/molecules/NavBarTabGroup/style.module.scss +++ b/frontend/src/components/molecules/NavBarTabGroup/style.module.scss @@ -1,4 +1,4 @@ -@import "scss/custom"; +@import "assets/scss/custom"; @media (min-width: 992px) { .pageButtonGroup { diff --git a/frontend/src/components/organisms/BottomBar/style.module.scss b/frontend/src/components/organisms/BottomBar/style.module.scss index b92b2709a..411efde5e 100644 --- a/frontend/src/components/organisms/BottomBar/style.module.scss +++ b/frontend/src/components/organisms/BottomBar/style.module.scss @@ -1,4 +1,4 @@ -@import "scss/custom"; +@import "assets/scss/custom"; @media (max-width: 992px) { .bottomBar { diff --git a/frontend/src/components/organisms/LeftBar/style.module.scss b/frontend/src/components/organisms/LeftBar/style.module.scss index ecaeb6769..f62757b0e 100644 --- a/frontend/src/components/organisms/LeftBar/style.module.scss +++ b/frontend/src/components/organisms/LeftBar/style.module.scss @@ -1,4 +1,4 @@ -@import "scss/custom"; +@import "assets/scss/custom"; #sidebarWrapper { position: fixed; diff --git a/frontend/src/components/organisms/TopBar/index.tsx b/frontend/src/components/organisms/TopBar/index.tsx index 1fce71864..49bfe8f29 100644 --- a/frontend/src/components/organisms/TopBar/index.tsx +++ b/frontend/src/components/organisms/TopBar/index.tsx @@ -1,7 +1,7 @@ import React from "react"; import Container from "react-bootstrap/Container"; import Navbar from "react-bootstrap/Navbar"; -import userPic from "images/user.png"; +import userPic from "assets/images/user.png"; import NavBarTabGroup from "components/molecules/NavBarTabGroup"; import NavBarBrand from "components/molecules/NavBarBrand"; import styles from "./style.module.scss"; diff --git a/frontend/src/components/organisms/TopBar/style.module.scss b/frontend/src/components/organisms/TopBar/style.module.scss index 9c069a1a6..15d984042 100644 --- a/frontend/src/components/organisms/TopBar/style.module.scss +++ b/frontend/src/components/organisms/TopBar/style.module.scss @@ -1,4 +1,4 @@ -@import "scss/custom"; +@import "assets/scss/custom"; .navBar { padding: 12px 16px; -- GitLab