Commit graph

68 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
ed025533cd
rename sites to manager 2024-11-06 17:14:31 -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
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
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
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
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
af5ec7a9dc support internal links with vue-router outside vue context 2024-05-16 18:09:12 -04:00
10dc4372c0 comments 2024-05-16 01:43:16 -04:00
0a487f2744 breadcrumbs now support project/gallery titles 2024-05-16 01:30:33 -04:00
64c435dd7c create breadcrumbs 2024-05-16 01:14:47 -04:00
75228e1a3a create a link embed
- proof of concept of a separate web components package
- link embed has icon/title/subtitle
- web components are registered just before app mounts, making them available in the markdown as well as the app
2024-05-15 01:32:33 -04:00
6ffe5939a5 remove project tile web component
vue does not support defining web components without shadow root, rendering them practically useless
2024-05-13 20:30:14 -04:00
a0367f8563 project tile as web component 2024-05-13 20:23:48 -04:00