Commit graph

136 commits

Author SHA1 Message Date
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
c91b284d70 wrap link icon 2024-06-23 12:17:22 -04:00
370ce0cefe audit 2024-06-17 17:46:41 -04:00
54e19c7ef3 append icon and don't inflate it 2024-05-30 19:18:17 -04:00
695f6a3391 hide subtitles if they're not set 2024-05-30 19:17:11 -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
7944f6c5fd package bumps 2024-05-22 18:03:04 -04:00
2240c77ed4 fix build errors 2024-05-17 18:20:20 -04:00
8733c1131f project codename 2024-05-17 17:21:51 -04:00
71fe7f6755 update node 2024-05-17 17:17:26 -04:00
b28c096729 update dependencies 2024-05-17 17:15:39 -04:00
936c61f0ba wrap Transition around various views 2024-05-17 17:08:37 -04:00
10cada1f51 nest text in header links with spans and use spacer class in breadcrumb 2024-05-17 01:54:50 -04:00
72c61869be fix breadcrumbs bypassing vue-router 2024-05-16 18:10:16 -04:00