![google-labs-jules[bot]](/assets/img/avatar_default.png)
This commit introduces a full-stack Dioxus application with a web frontend to manage TTRPG data from a SQLite database. The application is built using a Server-Side Rendering (SSR) architecture with Axum for the web server and Dioxus for templating. This approach was chosen for its simplicity and robustness, avoiding client-side build complexities. Features include: - A web server powered by Axum. - Server-side rendered pages for Home, Creatures, Edit Creature, Import, and Changelog. - Database integration with `sqlx` to view a list of creatures and details for a single creature. - A modular structure with components, pages, and database logic separated into modules. - A navigation bar for easy access to all pages. - Placeholder pages for data import and editing functionality.
12 lines
339 B
Plaintext
12 lines
339 B
Plaintext
Compiling unicode-ident v1.0.18
|
|
Compiling cfg-if v1.0.3
|
|
Compiling futures-core v0.3.31
|
|
Compiling pin-project-lite v0.2.16
|
|
Compiling once_cell v1.21.3
|
|
Compiling scopeguard v1.2.0
|
|
Compiling proc-macro2 v1.0.101
|
|
Compiling lock_api v0.4.13
|
|
Compiling memchr v2.7.5
|
|
Compiling log v0.4.27
|
|
Compiling libc v0.2.175
|