Commit graph

82 commits

Author SHA1 Message Date
686da07260
mobile tweaks for carousel 2025-01-29 18:51:44 -05:00
04463b3083
use PrimeVue carousel in place of custom one 2025-01-29 18:29:48 -05:00
a89afae23c
update packages 2025-01-29 17:34:46 -05:00
b0119c61d7
cms-to-static updates
- tags are no longer in media-list, remove from default params
- rename existing list directory to the current time as a backup
- add sorting option
2024-11-13 21:20:17 -05:00
b52f39826f
tweak gitignore 2024-11-13 20:14:27 -05:00
feeaa873ea
tweak public folder to allow symlinking uploads 2024-11-13 20:13:41 -05:00
ed025533cd
rename sites to manager 2024-11-06 17:14:31 -05:00
5e866ca8d2
migrate superfluous info from readme to docs 2024-11-06 17:10:05 -05:00
743e917733
cleanup, docs, etc. 2024-11-04 19:25:14 -05:00
ab671c2782
fix article list 2024-11-04 17:12:42 -05:00
fbaf68087e
tweaks to get builds going
- update favicon path (currently hardcoded for now)
- comment out broken thumbnail in articles
- add commands to root package.json
2024-10-18 20:42:25 -04:00
fafa40fe91 re-implement original method of hiding tags
wrap around the promise structure with non-promisey way of hiding values instead of mutating the entries
2024-10-17 18:31:44 -04:00
6e4e41ab88 fix entries not toggling hidden class
does not play well with promises it seems
2024-10-17 18:09:09 -04:00
8267ab8e82 update tagging in cms
- tags are now on global config and not per-list
- tags are now stored in a regular array rather than key-value object
- tags can be fetched externally or embedded in the global config
2024-10-17 17:19:19 -04:00
9ce4e38301 add tags to schema 2024-10-17 17:11:57 -04:00
68efe43fbf update vue 2024-10-17 17:11:29 -04:00
aa884930bc update gallery-view with the data changes 2024-10-17 02:46:40 -04:00
04adf08b5c update frontend to match new variant fields 2024-10-16 18:05:51 -04:00
bdd7be61b0 fix entries being saved to wrong spot
currently placeholder to allow for option for embeddedEntries
2024-10-16 18:05:23 -04:00
916b029aa5 cleanup and logging 2024-10-16 01:58:05 -04:00
c89ade7018 save images locally 2024-10-15 20:51:39 -04:00
15bf9f7557 handle entries 2024-10-15 19:55:57 -04:00
890434ce63 include populate in the script fetch for simplification 2024-10-14 18:59:52 -04:00
c770c54268 begin working on script 2024-10-14 18:35:03 -04:00
d86e5f23ff update schemas 2024-10-14 17:24:45 -04:00
b23e5117a2 schema init 2024-10-11 01:06:39 -04:00
cf29fc8128 init strapi 2024-10-11 00:43:04 -04:00
4b83deb21a
tree-shake yaml, marked, and hljs from bundle 2024-08-26 17:47:36 -04:00
41a1098d2c
support configs defined in JSON
- since globals are in config.json, may as well support routes being in JSON
2024-08-22 18:29:41 -04:00
06c737f466
refactor site configuration
- routes.js is now config.json
- routes and siteglobals have been merged into one singular object inside config.json
- globals are pulled in during main.ts initialization
2024-08-22 17:47:13 -04:00
73d4b05e6e allow hiding the "Hide Warnings" toggle 2024-08-14 02:57:32 -04:00
23a35c4265 use id as title fallback on gallery view 2024-08-14 02:32:14 -04:00
7a0d229e67 rename blog -> article 2024-08-14 02:19:31 -04:00
96f6032b85 merge blog-list and gallery-list 2024-08-14 02:12:16 -04:00
e2c0ed1b06
basic carousel for gallery viewer 2024-08-03 16:23:49 -04:00
8ac3ed16ff
get gallery functionality working again
- redefine gallery types
- re-implement gallery list, tile, and view
- no carousel yet for variants, but WithoutVariants works when url specified
2024-08-02 14:05:51 -04:00
07b37e0805
update config so pug includes work 2024-08-02 14:05:23 -04:00
650df38f6c
begin refactoring lists
- async fetching of list entries is now done when the tile is mounted for blog-lists
- started removing recursion from galleries
2024-07-30 22:01:03 -04:00
51e720fc29 reduce fetch calls with route-store cache 2024-06-29 13:43:22 -04:00
42936273bf re-implement amendVariantsWithDefaults 2024-06-29 13:33:54 -04:00
15ed807d8c convert gallery-list types to use embedded/fetched entry pattern
- currently amendVariants no longer works
2024-06-27 18:43:59 -04:00
e4da36a23c once again change how blog-list is structured 2024-06-26 17:31:32 -04:00
ca91d9fcb5 text wrapper and thumbnail styles 2024-06-25 21:44:46 -04:00
424a8d0837 project -> blog 2024-06-25 20:34:08 -04:00
3f9cf6a057 simplify project fields 2024-06-25 20:16:42 -04:00
f9c84c53f4 support config urls and direct config embedding in project lists 2024-06-25 19:17:10 -04:00
e1611b95f4 implement modal service/component 2024-06-23 20:54:13 -04:00
370ce0cefe audit 2024-06-17 17:46:41 -04:00
46b1732c24 fix normalize.css applying a [hidden[ { display: hidden; } rule due to v-bind reflecting the hidden field 2024-05-30 19:16:39 -04:00
c05143cf2c guard against same-route links 2024-05-30 17:27:50 -04:00