From b37cfbbca3c157895bbac36a05557e256ba5294c Mon Sep 17 00:00:00 2001 From: itsig0 Date: Sun, 24 Mar 2024 10:06:40 +0100 Subject: [PATCH] + folder restructuring --- Makefile | 2 +- public/{stylesheets => }/tallytome.css | 0 {public => view}/stylesheets/custom/_dark.scss | 0 {public => view}/stylesheets/custom/_light.scss | 0 {public => view}/stylesheets/custom/_schemes.scss | 0 {public => view}/stylesheets/custom/_styles.scss | 0 {public => view}/stylesheets/custom/_theme-colors.scss | 0 {public => view}/stylesheets/pico/_index.scss | 0 {public => view}/stylesheets/pico/_settings.scss | 0 {public => view}/stylesheets/pico/colors/_index.scss | 0 .../stylesheets/pico/colors/utilities/_background-colors.scss | 0 {public => view}/stylesheets/pico/colors/utilities/_colors.scss | 0 .../stylesheets/pico/colors/utilities/_css-vars.scss | 0 {public => view}/stylesheets/pico/colors/utilities/_index.scss | 0 .../stylesheets/pico/colors/utilities/_settings.scss | 0 {public => view}/stylesheets/pico/colors/utilities/_utils.scss | 0 {public => view}/stylesheets/pico/components/_accordion.scss | 0 {public => view}/stylesheets/pico/components/_card.scss | 0 {public => view}/stylesheets/pico/components/_dropdown.scss | 0 {public => view}/stylesheets/pico/components/_group.scss | 0 {public => view}/stylesheets/pico/components/_loading.scss | 0 {public => view}/stylesheets/pico/components/_modal.scss | 0 {public => view}/stylesheets/pico/components/_nav.scss | 0 {public => view}/stylesheets/pico/components/_progress.scss | 0 {public => view}/stylesheets/pico/components/_tooltip.scss | 0 {public => view}/stylesheets/pico/content/_button.scss | 0 {public => view}/stylesheets/pico/content/_code.scss | 0 {public => view}/stylesheets/pico/content/_embedded.scss | 0 {public => view}/stylesheets/pico/content/_figure.scss | 0 {public => view}/stylesheets/pico/content/_link.scss | 0 {public => view}/stylesheets/pico/content/_miscs.scss | 0 {public => view}/stylesheets/pico/content/_table.scss | 0 {public => view}/stylesheets/pico/content/_typography.scss | 0 {public => view}/stylesheets/pico/forms/_basics.scss | 0 .../stylesheets/pico/forms/_checkbox-radio-switch.scss | 0 {public => view}/stylesheets/pico/forms/_input-color.scss | 0 {public => view}/stylesheets/pico/forms/_input-date.scss | 0 {public => view}/stylesheets/pico/forms/_input-file.scss | 0 {public => view}/stylesheets/pico/forms/_input-range.scss | 0 {public => view}/stylesheets/pico/forms/_input-search.scss | 0 {public => view}/stylesheets/pico/helpers/_copyright.scss | 0 {public => view}/stylesheets/pico/helpers/_functions.scss | 0 {public => view}/stylesheets/pico/layout/_container.scss | 0 {public => view}/stylesheets/pico/layout/_document.scss | 0 {public => view}/stylesheets/pico/layout/_grid.scss | 0 {public => view}/stylesheets/pico/layout/_landmarks.scss | 0 {public => view}/stylesheets/pico/layout/_overflow-auto.scss | 0 {public => view}/stylesheets/pico/layout/_section.scss | 0 {public => view}/stylesheets/pico/pico.classless.scss | 0 {public => view}/stylesheets/pico/pico.colors.scss | 0 {public => view}/stylesheets/pico/pico.conditional.scss | 0 {public => view}/stylesheets/pico/pico.fluid.classless.scss | 0 {public => view}/stylesheets/pico/pico.scss | 0 {public => view}/stylesheets/pico/postcss.config.js | 0 {public => view}/stylesheets/pico/themes/_default.scss | 0 {public => view}/stylesheets/pico/themes/default/_dark.scss | 0 {public => view}/stylesheets/pico/themes/default/_light.scss | 0 {public => view}/stylesheets/pico/themes/default/_schemes.scss | 0 {public => view}/stylesheets/pico/themes/default/_styles.scss | 0 .../stylesheets/pico/themes/default/_theme-colors.scss | 0 {public => view}/stylesheets/pico/utilities/_accessibility.scss | 0 {public => view}/stylesheets/pico/utilities/_reduce-motion.scss | 0 {public => view}/stylesheets/tallytome.scss | 0 63 files changed, 1 insertion(+), 1 deletion(-) rename public/{stylesheets => }/tallytome.css (100%) rename {public => view}/stylesheets/custom/_dark.scss (100%) rename {public => view}/stylesheets/custom/_light.scss (100%) rename {public => view}/stylesheets/custom/_schemes.scss (100%) rename {public => view}/stylesheets/custom/_styles.scss (100%) rename {public => view}/stylesheets/custom/_theme-colors.scss (100%) rename {public => view}/stylesheets/pico/_index.scss (100%) rename {public => view}/stylesheets/pico/_settings.scss (100%) rename {public => view}/stylesheets/pico/colors/_index.scss (100%) rename {public => view}/stylesheets/pico/colors/utilities/_background-colors.scss (100%) rename {public => view}/stylesheets/pico/colors/utilities/_colors.scss (100%) rename {public => view}/stylesheets/pico/colors/utilities/_css-vars.scss (100%) rename {public => view}/stylesheets/pico/colors/utilities/_index.scss (100%) rename {public => view}/stylesheets/pico/colors/utilities/_settings.scss (100%) rename {public => view}/stylesheets/pico/colors/utilities/_utils.scss (100%) rename {public => view}/stylesheets/pico/components/_accordion.scss (100%) rename {public => view}/stylesheets/pico/components/_card.scss (100%) rename {public => view}/stylesheets/pico/components/_dropdown.scss (100%) rename {public => view}/stylesheets/pico/components/_group.scss (100%) rename {public => view}/stylesheets/pico/components/_loading.scss (100%) rename {public => view}/stylesheets/pico/components/_modal.scss (100%) rename {public => view}/stylesheets/pico/components/_nav.scss (100%) rename {public => view}/stylesheets/pico/components/_progress.scss (100%) rename {public => view}/stylesheets/pico/components/_tooltip.scss (100%) rename {public => view}/stylesheets/pico/content/_button.scss (100%) rename {public => view}/stylesheets/pico/content/_code.scss (100%) rename {public => view}/stylesheets/pico/content/_embedded.scss (100%) rename {public => view}/stylesheets/pico/content/_figure.scss (100%) rename {public => view}/stylesheets/pico/content/_link.scss (100%) rename {public => view}/stylesheets/pico/content/_miscs.scss (100%) rename {public => view}/stylesheets/pico/content/_table.scss (100%) rename {public => view}/stylesheets/pico/content/_typography.scss (100%) rename {public => view}/stylesheets/pico/forms/_basics.scss (100%) rename {public => view}/stylesheets/pico/forms/_checkbox-radio-switch.scss (100%) rename {public => view}/stylesheets/pico/forms/_input-color.scss (100%) rename {public => view}/stylesheets/pico/forms/_input-date.scss (100%) rename {public => view}/stylesheets/pico/forms/_input-file.scss (100%) rename {public => view}/stylesheets/pico/forms/_input-range.scss (100%) rename {public => view}/stylesheets/pico/forms/_input-search.scss (100%) rename {public => view}/stylesheets/pico/helpers/_copyright.scss (100%) rename {public => view}/stylesheets/pico/helpers/_functions.scss (100%) rename {public => view}/stylesheets/pico/layout/_container.scss (100%) rename {public => view}/stylesheets/pico/layout/_document.scss (100%) rename {public => view}/stylesheets/pico/layout/_grid.scss (100%) rename {public => view}/stylesheets/pico/layout/_landmarks.scss (100%) rename {public => view}/stylesheets/pico/layout/_overflow-auto.scss (100%) rename {public => view}/stylesheets/pico/layout/_section.scss (100%) rename {public => view}/stylesheets/pico/pico.classless.scss (100%) rename {public => view}/stylesheets/pico/pico.colors.scss (100%) rename {public => view}/stylesheets/pico/pico.conditional.scss (100%) rename {public => view}/stylesheets/pico/pico.fluid.classless.scss (100%) rename {public => view}/stylesheets/pico/pico.scss (100%) rename {public => view}/stylesheets/pico/postcss.config.js (100%) rename {public => view}/stylesheets/pico/themes/_default.scss (100%) rename {public => view}/stylesheets/pico/themes/default/_dark.scss (100%) rename {public => view}/stylesheets/pico/themes/default/_light.scss (100%) rename {public => view}/stylesheets/pico/themes/default/_schemes.scss (100%) rename {public => view}/stylesheets/pico/themes/default/_styles.scss (100%) rename {public => view}/stylesheets/pico/themes/default/_theme-colors.scss (100%) rename {public => view}/stylesheets/pico/utilities/_accessibility.scss (100%) rename {public => view}/stylesheets/pico/utilities/_reduce-motion.scss (100%) rename {public => view}/stylesheets/tallytome.scss (100%) diff --git a/Makefile b/Makefile index ccd9cf6..e732327 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,4 @@ templ: @templ generate -watch -proxy=http://localhost:3000 sass: - @sass --no-source-map --watch public/stylesheets/tallytome.scss public/stylesheets/tallytome.css \ No newline at end of file + @sass --no-source-map --watch view/stylesheets/tallytome.scss public/tallytome.css \ No newline at end of file diff --git a/public/stylesheets/tallytome.css b/public/tallytome.css similarity index 100% rename from public/stylesheets/tallytome.css rename to public/tallytome.css diff --git a/public/stylesheets/custom/_dark.scss b/view/stylesheets/custom/_dark.scss similarity index 100% rename from public/stylesheets/custom/_dark.scss rename to view/stylesheets/custom/_dark.scss diff --git a/public/stylesheets/custom/_light.scss b/view/stylesheets/custom/_light.scss similarity index 100% rename from public/stylesheets/custom/_light.scss rename to view/stylesheets/custom/_light.scss diff --git a/public/stylesheets/custom/_schemes.scss b/view/stylesheets/custom/_schemes.scss similarity index 100% rename from public/stylesheets/custom/_schemes.scss rename to view/stylesheets/custom/_schemes.scss diff --git a/public/stylesheets/custom/_styles.scss b/view/stylesheets/custom/_styles.scss similarity index 100% rename from public/stylesheets/custom/_styles.scss rename to view/stylesheets/custom/_styles.scss diff --git a/public/stylesheets/custom/_theme-colors.scss b/view/stylesheets/custom/_theme-colors.scss similarity index 100% rename from public/stylesheets/custom/_theme-colors.scss rename to view/stylesheets/custom/_theme-colors.scss diff --git a/public/stylesheets/pico/_index.scss b/view/stylesheets/pico/_index.scss similarity index 100% rename from public/stylesheets/pico/_index.scss rename to view/stylesheets/pico/_index.scss diff --git a/public/stylesheets/pico/_settings.scss b/view/stylesheets/pico/_settings.scss similarity index 100% rename from public/stylesheets/pico/_settings.scss rename to view/stylesheets/pico/_settings.scss diff --git a/public/stylesheets/pico/colors/_index.scss b/view/stylesheets/pico/colors/_index.scss similarity index 100% rename from public/stylesheets/pico/colors/_index.scss rename to view/stylesheets/pico/colors/_index.scss diff --git a/public/stylesheets/pico/colors/utilities/_background-colors.scss b/view/stylesheets/pico/colors/utilities/_background-colors.scss similarity index 100% rename from public/stylesheets/pico/colors/utilities/_background-colors.scss rename to view/stylesheets/pico/colors/utilities/_background-colors.scss diff --git a/public/stylesheets/pico/colors/utilities/_colors.scss b/view/stylesheets/pico/colors/utilities/_colors.scss similarity index 100% rename from public/stylesheets/pico/colors/utilities/_colors.scss rename to view/stylesheets/pico/colors/utilities/_colors.scss diff --git a/public/stylesheets/pico/colors/utilities/_css-vars.scss b/view/stylesheets/pico/colors/utilities/_css-vars.scss similarity index 100% rename from public/stylesheets/pico/colors/utilities/_css-vars.scss rename to view/stylesheets/pico/colors/utilities/_css-vars.scss diff --git a/public/stylesheets/pico/colors/utilities/_index.scss b/view/stylesheets/pico/colors/utilities/_index.scss similarity index 100% rename from public/stylesheets/pico/colors/utilities/_index.scss rename to view/stylesheets/pico/colors/utilities/_index.scss diff --git a/public/stylesheets/pico/colors/utilities/_settings.scss b/view/stylesheets/pico/colors/utilities/_settings.scss similarity index 100% rename from public/stylesheets/pico/colors/utilities/_settings.scss rename to view/stylesheets/pico/colors/utilities/_settings.scss diff --git a/public/stylesheets/pico/colors/utilities/_utils.scss b/view/stylesheets/pico/colors/utilities/_utils.scss similarity index 100% rename from public/stylesheets/pico/colors/utilities/_utils.scss rename to view/stylesheets/pico/colors/utilities/_utils.scss diff --git a/public/stylesheets/pico/components/_accordion.scss b/view/stylesheets/pico/components/_accordion.scss similarity index 100% rename from public/stylesheets/pico/components/_accordion.scss rename to view/stylesheets/pico/components/_accordion.scss diff --git a/public/stylesheets/pico/components/_card.scss b/view/stylesheets/pico/components/_card.scss similarity index 100% rename from public/stylesheets/pico/components/_card.scss rename to view/stylesheets/pico/components/_card.scss diff --git a/public/stylesheets/pico/components/_dropdown.scss b/view/stylesheets/pico/components/_dropdown.scss similarity index 100% rename from public/stylesheets/pico/components/_dropdown.scss rename to view/stylesheets/pico/components/_dropdown.scss diff --git a/public/stylesheets/pico/components/_group.scss b/view/stylesheets/pico/components/_group.scss similarity index 100% rename from public/stylesheets/pico/components/_group.scss rename to view/stylesheets/pico/components/_group.scss diff --git a/public/stylesheets/pico/components/_loading.scss b/view/stylesheets/pico/components/_loading.scss similarity index 100% rename from public/stylesheets/pico/components/_loading.scss rename to view/stylesheets/pico/components/_loading.scss diff --git a/public/stylesheets/pico/components/_modal.scss b/view/stylesheets/pico/components/_modal.scss similarity index 100% rename from public/stylesheets/pico/components/_modal.scss rename to view/stylesheets/pico/components/_modal.scss diff --git a/public/stylesheets/pico/components/_nav.scss b/view/stylesheets/pico/components/_nav.scss similarity index 100% rename from public/stylesheets/pico/components/_nav.scss rename to view/stylesheets/pico/components/_nav.scss diff --git a/public/stylesheets/pico/components/_progress.scss b/view/stylesheets/pico/components/_progress.scss similarity index 100% rename from public/stylesheets/pico/components/_progress.scss rename to view/stylesheets/pico/components/_progress.scss diff --git a/public/stylesheets/pico/components/_tooltip.scss b/view/stylesheets/pico/components/_tooltip.scss similarity index 100% rename from public/stylesheets/pico/components/_tooltip.scss rename to view/stylesheets/pico/components/_tooltip.scss diff --git a/public/stylesheets/pico/content/_button.scss b/view/stylesheets/pico/content/_button.scss similarity index 100% rename from public/stylesheets/pico/content/_button.scss rename to view/stylesheets/pico/content/_button.scss diff --git a/public/stylesheets/pico/content/_code.scss b/view/stylesheets/pico/content/_code.scss similarity index 100% rename from public/stylesheets/pico/content/_code.scss rename to view/stylesheets/pico/content/_code.scss diff --git a/public/stylesheets/pico/content/_embedded.scss b/view/stylesheets/pico/content/_embedded.scss similarity index 100% rename from public/stylesheets/pico/content/_embedded.scss rename to view/stylesheets/pico/content/_embedded.scss diff --git a/public/stylesheets/pico/content/_figure.scss b/view/stylesheets/pico/content/_figure.scss similarity index 100% rename from public/stylesheets/pico/content/_figure.scss rename to view/stylesheets/pico/content/_figure.scss diff --git a/public/stylesheets/pico/content/_link.scss b/view/stylesheets/pico/content/_link.scss similarity index 100% rename from public/stylesheets/pico/content/_link.scss rename to view/stylesheets/pico/content/_link.scss diff --git a/public/stylesheets/pico/content/_miscs.scss b/view/stylesheets/pico/content/_miscs.scss similarity index 100% rename from public/stylesheets/pico/content/_miscs.scss rename to view/stylesheets/pico/content/_miscs.scss diff --git a/public/stylesheets/pico/content/_table.scss b/view/stylesheets/pico/content/_table.scss similarity index 100% rename from public/stylesheets/pico/content/_table.scss rename to view/stylesheets/pico/content/_table.scss diff --git a/public/stylesheets/pico/content/_typography.scss b/view/stylesheets/pico/content/_typography.scss similarity index 100% rename from public/stylesheets/pico/content/_typography.scss rename to view/stylesheets/pico/content/_typography.scss diff --git a/public/stylesheets/pico/forms/_basics.scss b/view/stylesheets/pico/forms/_basics.scss similarity index 100% rename from public/stylesheets/pico/forms/_basics.scss rename to view/stylesheets/pico/forms/_basics.scss diff --git a/public/stylesheets/pico/forms/_checkbox-radio-switch.scss b/view/stylesheets/pico/forms/_checkbox-radio-switch.scss similarity index 100% rename from public/stylesheets/pico/forms/_checkbox-radio-switch.scss rename to view/stylesheets/pico/forms/_checkbox-radio-switch.scss diff --git a/public/stylesheets/pico/forms/_input-color.scss b/view/stylesheets/pico/forms/_input-color.scss similarity index 100% rename from public/stylesheets/pico/forms/_input-color.scss rename to view/stylesheets/pico/forms/_input-color.scss diff --git a/public/stylesheets/pico/forms/_input-date.scss b/view/stylesheets/pico/forms/_input-date.scss similarity index 100% rename from public/stylesheets/pico/forms/_input-date.scss rename to view/stylesheets/pico/forms/_input-date.scss diff --git a/public/stylesheets/pico/forms/_input-file.scss b/view/stylesheets/pico/forms/_input-file.scss similarity index 100% rename from public/stylesheets/pico/forms/_input-file.scss rename to view/stylesheets/pico/forms/_input-file.scss diff --git a/public/stylesheets/pico/forms/_input-range.scss b/view/stylesheets/pico/forms/_input-range.scss similarity index 100% rename from public/stylesheets/pico/forms/_input-range.scss rename to view/stylesheets/pico/forms/_input-range.scss diff --git a/public/stylesheets/pico/forms/_input-search.scss b/view/stylesheets/pico/forms/_input-search.scss similarity index 100% rename from public/stylesheets/pico/forms/_input-search.scss rename to view/stylesheets/pico/forms/_input-search.scss diff --git a/public/stylesheets/pico/helpers/_copyright.scss b/view/stylesheets/pico/helpers/_copyright.scss similarity index 100% rename from public/stylesheets/pico/helpers/_copyright.scss rename to view/stylesheets/pico/helpers/_copyright.scss diff --git a/public/stylesheets/pico/helpers/_functions.scss b/view/stylesheets/pico/helpers/_functions.scss similarity index 100% rename from public/stylesheets/pico/helpers/_functions.scss rename to view/stylesheets/pico/helpers/_functions.scss diff --git a/public/stylesheets/pico/layout/_container.scss b/view/stylesheets/pico/layout/_container.scss similarity index 100% rename from public/stylesheets/pico/layout/_container.scss rename to view/stylesheets/pico/layout/_container.scss diff --git a/public/stylesheets/pico/layout/_document.scss b/view/stylesheets/pico/layout/_document.scss similarity index 100% rename from public/stylesheets/pico/layout/_document.scss rename to view/stylesheets/pico/layout/_document.scss diff --git a/public/stylesheets/pico/layout/_grid.scss b/view/stylesheets/pico/layout/_grid.scss similarity index 100% rename from public/stylesheets/pico/layout/_grid.scss rename to view/stylesheets/pico/layout/_grid.scss diff --git a/public/stylesheets/pico/layout/_landmarks.scss b/view/stylesheets/pico/layout/_landmarks.scss similarity index 100% rename from public/stylesheets/pico/layout/_landmarks.scss rename to view/stylesheets/pico/layout/_landmarks.scss diff --git a/public/stylesheets/pico/layout/_overflow-auto.scss b/view/stylesheets/pico/layout/_overflow-auto.scss similarity index 100% rename from public/stylesheets/pico/layout/_overflow-auto.scss rename to view/stylesheets/pico/layout/_overflow-auto.scss diff --git a/public/stylesheets/pico/layout/_section.scss b/view/stylesheets/pico/layout/_section.scss similarity index 100% rename from public/stylesheets/pico/layout/_section.scss rename to view/stylesheets/pico/layout/_section.scss diff --git a/public/stylesheets/pico/pico.classless.scss b/view/stylesheets/pico/pico.classless.scss similarity index 100% rename from public/stylesheets/pico/pico.classless.scss rename to view/stylesheets/pico/pico.classless.scss diff --git a/public/stylesheets/pico/pico.colors.scss b/view/stylesheets/pico/pico.colors.scss similarity index 100% rename from public/stylesheets/pico/pico.colors.scss rename to view/stylesheets/pico/pico.colors.scss diff --git a/public/stylesheets/pico/pico.conditional.scss b/view/stylesheets/pico/pico.conditional.scss similarity index 100% rename from public/stylesheets/pico/pico.conditional.scss rename to view/stylesheets/pico/pico.conditional.scss diff --git a/public/stylesheets/pico/pico.fluid.classless.scss b/view/stylesheets/pico/pico.fluid.classless.scss similarity index 100% rename from public/stylesheets/pico/pico.fluid.classless.scss rename to view/stylesheets/pico/pico.fluid.classless.scss diff --git a/public/stylesheets/pico/pico.scss b/view/stylesheets/pico/pico.scss similarity index 100% rename from public/stylesheets/pico/pico.scss rename to view/stylesheets/pico/pico.scss diff --git a/public/stylesheets/pico/postcss.config.js b/view/stylesheets/pico/postcss.config.js similarity index 100% rename from public/stylesheets/pico/postcss.config.js rename to view/stylesheets/pico/postcss.config.js diff --git a/public/stylesheets/pico/themes/_default.scss b/view/stylesheets/pico/themes/_default.scss similarity index 100% rename from public/stylesheets/pico/themes/_default.scss rename to view/stylesheets/pico/themes/_default.scss diff --git a/public/stylesheets/pico/themes/default/_dark.scss b/view/stylesheets/pico/themes/default/_dark.scss similarity index 100% rename from public/stylesheets/pico/themes/default/_dark.scss rename to view/stylesheets/pico/themes/default/_dark.scss diff --git a/public/stylesheets/pico/themes/default/_light.scss b/view/stylesheets/pico/themes/default/_light.scss similarity index 100% rename from public/stylesheets/pico/themes/default/_light.scss rename to view/stylesheets/pico/themes/default/_light.scss diff --git a/public/stylesheets/pico/themes/default/_schemes.scss b/view/stylesheets/pico/themes/default/_schemes.scss similarity index 100% rename from public/stylesheets/pico/themes/default/_schemes.scss rename to view/stylesheets/pico/themes/default/_schemes.scss diff --git a/public/stylesheets/pico/themes/default/_styles.scss b/view/stylesheets/pico/themes/default/_styles.scss similarity index 100% rename from public/stylesheets/pico/themes/default/_styles.scss rename to view/stylesheets/pico/themes/default/_styles.scss diff --git a/public/stylesheets/pico/themes/default/_theme-colors.scss b/view/stylesheets/pico/themes/default/_theme-colors.scss similarity index 100% rename from public/stylesheets/pico/themes/default/_theme-colors.scss rename to view/stylesheets/pico/themes/default/_theme-colors.scss diff --git a/public/stylesheets/pico/utilities/_accessibility.scss b/view/stylesheets/pico/utilities/_accessibility.scss similarity index 100% rename from public/stylesheets/pico/utilities/_accessibility.scss rename to view/stylesheets/pico/utilities/_accessibility.scss diff --git a/public/stylesheets/pico/utilities/_reduce-motion.scss b/view/stylesheets/pico/utilities/_reduce-motion.scss similarity index 100% rename from public/stylesheets/pico/utilities/_reduce-motion.scss rename to view/stylesheets/pico/utilities/_reduce-motion.scss diff --git a/public/stylesheets/tallytome.scss b/view/stylesheets/tallytome.scss similarity index 100% rename from public/stylesheets/tallytome.scss rename to view/stylesheets/tallytome.scss