Commit Graph

75 Commits

Author SHA1 Message Date
87bb1459b8 Bumped the bard version for publishing.
All checks were successful
Build Tavernworks / Explore-Gitea-Actions (push) Successful in 3m49s
2025-10-16 13:58:36 -04:00
8dd20cb0cb Fixed responsiveness of the blog.
All checks were successful
Build Tavernworks / Explore-Gitea-Actions (push) Successful in 2m44s
Also added the publish date to a post.
2025-10-16 13:56:58 -04:00
55f1ac22b0 Changed the target dir tot he home directory bin.
All checks were successful
Build Tavernworks / Explore-Gitea-Actions (push) Successful in 2m37s
2025-10-11 20:43:47 -04:00
c3ae332b0b Changed the target directory to place executables.
Some checks failed
Build Tavernworks / Explore-Gitea-Actions (push) Failing after 2m38s
2025-10-11 20:34:23 -04:00
dede2e9072 Fixed the build script to use this repository.
Some checks failed
Build Tavernworks / Explore-Gitea-Actions (push) Failing after 2m42s
2025-10-11 20:27:26 -04:00
4c03aea947 Fixing the build script for gitea.
Some checks failed
Build Tavernworks / Explore-Gitea-Actions (push) Failing after 1m49s
2025-10-11 20:19:40 -04:00
ee82498161 Adding the build testing script.
Some checks failed
Build Tavernworks / Explore-Gitea-Actions (push) Failing after 7s
This will also install loreweaver for use by the blog.
2025-10-11 18:43:17 -04:00
d822ecdf84 Fixed up the OpenGraph meta. 2025-10-11 18:38:46 -04:00
e8a4c19fdb Post page now is completely done in SSR.
This was done to make loading time faster as it's all static information
and to make it so blog posts can be linked to and get OpenGraph data.
2025-10-10 11:19:14 -04:00
1a57f3d143 openGraph image now set properly to default image. 2025-10-10 01:24:41 -04:00
1a82e856d9 use_resource is the correct thing to use.
The top components can use_resource and be properly setup during
hydration. The sub components need to use_server_resource so that they
can be hydrated later.
2025-10-10 00:26:17 -04:00
e49ecbac4d The TagSelector needed to stay a use_resource. 2025-10-10 00:01:31 -04:00
bca3e9f939 Switching all server function calls.
Now server function calls use, use_server_future. It seems to be working
now, unlike in 0.6.3
2025-10-09 23:49:35 -04:00
3fe3d874ca Added the ability to specify images.
The blog title can now be set to be an image. If not it will default to
the text. If no text it will just be "Blog".

A Post has now been given a default post image that will be used for all
posts for their openGraph sharing. This can later be expanded to allow
a blog post to have a desired image.
2025-10-09 17:00:56 -04:00
725824003b Updated to use the new Dioxus v0.7.0-rc.1
The system is using the nightly toolchain now due to Dioxus needing it.
2025-10-08 15:17:48 -04:00
ce80af94ee Cleaned up some Author related displays.
It was determined to use the Author's desired name and no handle. The
handle will only be used for unique linking.

Also, the CyberMages LLC was dropped from the Author metadata until a
company can be specified per Author. Not all users will be associated
with CyberMages.
2025-10-07 11:31:07 -04:00
cba2e95290 Doing some overall warning cleanup. 2025-09-28 20:25:19 -04:00
468b9449b2 Client side settings can now be specified.
Here we use a context provider on the app itself to handle passing the
settings to our library. This way even the layout can use them.
2025-09-28 15:12:03 -04:00
6efec6bd22 TagList and TagItem are now used in the post nav.
The TagItem is now used properly in the post nav area. Only the
ToggleTags are different now.

Bumped the patch version.
2025-09-27 14:22:26 -04:00
3f4440ec2f Switching to a single stylesheet.
Also bumped the bard version.
2025-09-27 13:29:08 -04:00
e7969c8050 Fixed the TagSelector reactivity.
use_server_future was not reliably re-running when url_tag changed during
direct URL navigation, causing tags to remain unselected. use_resource
provides consistent reactivity across all navigation methods and handles
both data fetching and selection logic atomically.
2025-09-27 13:21:56 -04:00
c73c99bf48 Added that tavern is from the cybermages registry. 2025-09-25 11:45:04 -04:00
40b211d06c Bumped the version for tavern. 2025-09-25 11:43:31 -04:00
fd51c7c0bb Bumping all versions to the same minor version. 2025-09-25 11:39:56 -04:00
c5c433edb5 Adding initial README files. 2025-09-25 11:38:05 -04:00
54dc751dca Fixing the Router for the exmaple. 2025-09-25 11:37:36 -04:00
655dc8e90f Changing loremaster to loreweaver. 2025-09-25 11:36:59 -04:00
6ec711f7ed Added the blog_test harness to the workspace. 2025-09-24 19:54:50 -04:00
6acbe95024 This is a test project for Bard.
This was done because setting up a test even as an example was hard with
the dependencies and other things. It may be doable, but the time
required was not worth it.
2025-09-24 19:52:25 -04:00
8f61185434 Adding and moving a lot of components.
This is the main thrust of the library. I know it is a lot of changes,
but I was running out of time and had to hammer them all in.
2025-09-24 19:50:38 -04:00
f752fa17bf Created the loremaster.
This is an application that uses tavern to create/publish a database
from a blog repository.
2025-09-24 19:40:57 -04:00
01dacabc03 Adjusted the tale summary retrieval.
The SQL was not properly searching the tales. It had been searching and
finding all the tags that matched the search criteria, but it was
dropping all the other tag information. Now it properly keeps all the
tag information. This fixed an issue where the tags of a post were
disapearing and reapearing as the TagSelector was toggled.
2025-09-24 19:36:29 -04:00
2ffe20254c Trying to simplify components render sections. 2025-09-12 21:54:06 -04:00
1bb4386010 Removed the context and went to just Signals. 2025-09-12 21:13:41 -04:00
1fc3f718bf Forgot to add back in the PostHeader. 2025-09-12 14:14:23 -04:00
d646e91bad Adding the new Tag nav and selector to the pages. 2025-09-12 13:57:43 -04:00
bfbdb3d95f Adding more reactive pieces to our components. 2025-09-12 13:52:35 -04:00
d2b9982f15 Updated the tavern library version. 2025-09-08 21:24:57 -04:00
d3be69903e Used the wrong sign on the date check. 2025-09-08 21:23:09 -04:00
c64f62b07e Updated the Tavern version. 2025-09-08 21:19:14 -04:00
6e643f6aab Made it so publish date is checked for tales.
Basically it will check against the UTC time and see if a tale should be
shown. If not, it doesn't return it.
2025-09-08 21:12:16 -04:00
fe87b2f195 The Blog page should now be able to show all. 2025-09-08 20:52:42 -04:00
c3ee3bef0a TagItems should now link to the blog list. 2025-09-08 18:48:25 -04:00
1f502a7386 Updating components to use the database. 2025-09-08 18:39:30 -04:00
417c0d01e4 Adjusting page routes. 2025-09-08 12:48:01 -04:00
9db5a5ea3d Adding some routing.
Moving more of the Blog pieces into the Blog library.
2025-09-08 10:01:02 -04:00
72e35cb6dc Testing out the Author now. 2025-09-07 19:27:26 -04:00
aac6a2eb1c Fixed a build error.
Forgot to compile first, distracted by kid.
2025-09-07 18:32:34 -04:00
be115e05d6 Added a little more debug output. 2025-09-07 18:30:22 -04:00
6b2866c10d Added the ability to get tags from the database. 2025-09-07 18:12:20 -04:00