Commit Graph

8 Commits

Author SHA1 Message Date
2895897e2d Trying to get the components to talk to server. 2025-09-06 22:48:58 -04:00
341d1b329c Needed to add error printing for testing. 2025-09-06 16:27:30 -04:00
ce52a944e6 Forgot to make the components use public. 2025-09-06 16:12:36 -04:00
54e54f61c0 Server was unable to see components.
Apparently this was needed for the build.
2025-09-06 16:07:08 -04:00
9679578977 Adding components and assets.
Commiting to try the library with the target dioxus project.
2025-09-06 15:05:58 -04:00
e6f3ff3c1e Setting bard to have a server mode.
This is so that the database using code that doesn't compile to WASM can
be used by the dioxus frontend.
2025-09-04 12:44:51 -04:00
877d7e15a3 Initial Bard library commit.
This was added to test the database into server context pipeline.
2025-09-02 14:00:19 -04:00
3c6e82dfaf [#3] Split the tavern project into a workspace.
**tavern** - The blogging system library.
**loremaster** - Creates the database from a blogging repository.
**bard** - Dioxus components to display the blog.
2025-08-29 20:43:36 -04:00