1a292c6316
feat: improve the fsv-sys README, and add a PROGESS.md for implementation tracking
2024-10-01 22:22:27 +02:00
e4ff89fee9
feat: Gestion des versions multiples de FSV dans le wrapper exposant les fonctions de la librairie
2024-10-01 22:22:27 +02:00
e03a107d83
feat: handle multi-version bindings generation
2024-10-01 22:22:27 +02:00
c549f7def5
feat: Première implémentation de bindings pour FSV SESAM-Vitale
...
- Création de la crates/fsv-sys
- Ajout des headers de la FSV 1.40.14.13 dans crates/fsv-sys/vendor
- Génération des bindings depuis ces headers avec bindgen
- Implémentation d'une structure de loading de la librairie au runtime
- Implémentation d'une macro permettant de générer facilement la couche d'accès aux fonctions de la librairie
2024-10-01 22:22:27 +02:00
f11e2502dd
feat: handle axum errors with anyhow
2024-09-23 18:56:17 +02:00
54870b0d0f
feat: add the hot-reload on backend crate
2024-09-23 18:56:16 +02:00
a50d951af7
feat: setup a backend server with axum
2024-09-23 18:56:16 +02:00
339377b838
fix: a Anyhow error handling is missing in ssvlib_demo
2024-09-23 18:56:16 +02:00
71ea6423bc
fix: invalid borrowing of assets_path in get_router
2024-09-23 18:56:16 +02:00
cad2390649
feat: replace desktop by a fresh Tauri install, and add a new frontend module using Nuxt
2024-09-23 18:56:16 +02:00
f16986ce26
refacto: explicit dotenv import in sesam-vitale/build.rs
2024-08-30 18:28:29 +02:00
f56439c9c5
feat: initialize a utils lib with config functions handling config files in local and standard OS directories
2024-08-30 18:28:29 +02:00
216eb73757
fixup! refacto: move home code into a dedicated file and rename index to home everywhere
2024-08-27 11:28:36 +02:00
d4e565601a
fix: make darkmode work by removing hardcoded tailwindcss from flowbite
2024-08-27 11:19:59 +02:00
c39ae44d74
docs: add some comments on useful locations
2024-08-27 11:19:59 +02:00
b7fcfe3792
refacto: move home code into a dedicated file and rename index to home everywhere
2024-08-27 11:19:59 +02:00
ab908f2664
fix: Small translations and misspelled IDs
2024-08-27 11:19:59 +02:00
7d4dc81df2
feat: implement htmx with partials on index and cps pages
2024-08-27 11:19:59 +02:00
2236a7219b
refacto: remove old_* directories
2024-08-27 11:19:59 +02:00
3e9e8ecacc
chore: update style.css
2024-08-27 11:19:59 +02:00
8ce18e53d5
feat: Rewrite routes, pages and components to be more HATEOAS
2024-08-27 11:19:59 +02:00
7487b34a17
refacto: rename html and rs templates dirs to old_*
2024-08-27 11:19:59 +02:00
217667253a
feat: Add hx-push-url attribute to nav menu item
2024-08-27 11:19:59 +02:00
6dbf5b5438
feat: Add HX-Request header extraction to CPS endpoint
2024-08-27 11:19:59 +02:00
760a9cd92c
feat: [sesam-vitale] Use thiserror, anyhow and expect to properly handle errors instead of unwrap
2024-08-15 19:28:13 +02:00
3f476c3114
feat: [desktop] Use thiserror and expect to properly handle errors instead of unwrap
2024-08-14 10:58:09 +02:00
d44c561427
feat: [app] Use thiserror to properly handle errors instead of unwrap
2024-08-14 10:40:41 +02:00
Simon C
c3f97564d6
refactor: Used askama_axum::Template
...
docs: https://djc.github.io/askama/integrations.html#axum-integration
2024-08-10 16:59:43 +02:00
fb201f9d5d
refacto: extract livereload layer setup into a function
...
Co-authored-by: kosssi <github@fafaru.com>
2024-08-09 13:58:12 +02:00
dcb4a7680e
refacto: extract TCP Listener building into a dedicated function
...
Co-authored-by: kosssi <github@fafaru.com>
2024-08-09 12:27:31 +02:00
Simon C
0c8e417f11
docs: Move documentation on code
2024-08-09 01:41:03 +02:00
Simon C
73f45442b6
feat: Add dev dependencies with cargo
...
cargo add cargo-watch --dev --package app
cargo add systemfd --dev --package app
2024-08-09 01:29:59 +02:00
Simon C
9c57b119ce
docs: Ajout de documentation autour de l'auto-reload et du livereload
2024-08-09 00:35:36 +02:00
Simon C
237bbe789f
feat: Add livereload
2024-08-08 22:19:24 +02:00
Simon C
1ae80c161f
feat: Add auto-reload on development environment
2024-08-08 22:18:26 +02:00
Simon C
0eaf238735
style: Format code with fmt
2024-08-08 15:01:28 +02:00
e8f4c50ad0
refacto: add alpinejs, flowbite and htmx to app assets with explicit versions
2024-08-06 21:30:14 +02:00
e084372b44
feat: add page system behing navbar items and skeletons for loading
2024-08-06 21:19:24 +02:00
f3495b8fb4
fixup! feat: make Nav and Profile menu dynamic
2024-08-06 21:11:04 +02:00
06e03011d8
fixup! feat: Setup Tailwind CSS
2024-08-06 21:11:04 +02:00
78bf81c301
feat: make Nav and Profile menu dynamic
2024-08-06 21:11:04 +02:00
aba6c101cb
feat: replace vanilla JS by AlpineJS
2024-08-06 21:11:04 +02:00
23f85c5e92
feat: add navbar layout with some JS controls (with Alpine.js)
2024-08-06 21:11:04 +02:00
e057889403
refacto: nest axum templates routes
2024-08-06 21:11:04 +02:00
4a27dacd8e
feat: Setup Tailwind CSS
2024-08-06 21:11:04 +02:00
83aef34750
fix: handle multiple situations on a CPS
2024-08-02 23:02:44 +02:00
9126d1311b
feat: add a field.id
2024-08-02 23:02:21 +02:00
4d004afc5e
feature: handle some errors in decode_carte_ps
2024-08-02 23:00:44 +02:00
723c06acd9
refactor: clean comments and docstring
2024-08-02 22:58:32 +02:00
e9ef6cbb4b
feat: cleaning of all the ssv_memory and ssvlib_demo to get a cleaner cps::lire_carte API
2024-08-02 00:08:49 +02:00