Commit Graph

51 Commits

Author SHA1 Message Date
9829a189a4
feat: add first draft for crate public api 2024-08-29 00:47:53 +02:00
c8f14cd77b
chore: add comment to indicate bindgen 2024-08-29 00:46:38 +02:00
6d9cd7fc14
feat: implement parsing to data structures 2024-08-28 23:34:09 +02:00
c0bbdcf030
chore: suppress dead code warning in bindings 2024-08-28 21:44:29 +02:00
488f719919
feat: implement deku binary reading 2024-08-28 21:44:08 +02:00
334e6520d5
WIP commit to set working base 2024-08-10 12:10:21 +02:00
68376383fa
refacto: add alpinejs, flowbite and htmx to app assets with explicit versions 2024-08-07 22:02:59 +02:00
581bd2455e
feat: add page system behing navbar items and skeletons for loading 2024-08-07 22:02:59 +02:00
37ef6e2c15
fixup! feat: make Nav and Profile menu dynamic 2024-08-07 22:02:59 +02:00
1d5553a739
fixup! feat: Setup Tailwind CSS 2024-08-07 22:02:59 +02:00
eca3ea2cd6
feat: make Nav and Profile menu dynamic 2024-08-07 22:02:59 +02:00
241629c7ab
feat: replace vanilla JS by AlpineJS 2024-08-07 22:02:59 +02:00
b9ac1a3587
feat: add navbar layout with some JS controls (with Alpine.js) 2024-08-07 22:02:59 +02:00
6209c087c2
refacto: nest axum templates routes 2024-08-07 22:02:59 +02:00
cba1534fd7
feat: Setup Tailwind CSS 2024-08-07 22:02:59 +02:00
e6db84e9ac
fix: handle multiple situations on a CPS 2024-08-07 22:02:59 +02:00
13254228a6
feat: add a field.id 2024-08-07 22:02:59 +02:00
f083c696f8
feature: handle some errors in decode_carte_ps 2024-08-07 22:02:59 +02:00
8b4fe4fd10
refactor: clean comments and docstring 2024-08-07 22:02:59 +02:00
160dcc9249
feat: cleaning of all the ssv_memory and ssvlib_demo to get a cleaner cps::lire_carte API 2024-08-07 22:02:59 +02:00
lienjukaisim
016ae43402
feat: implement some more structured version of the memory decoding and the mapping to CPS fields 2024-08-07 22:02:58 +02:00
01d17207fa
feat: implement block and fields as Struct implementing From trait 2024-08-07 22:02:58 +02:00
c82d3abd9c
feat: add read_element function for raw bloc or field parsing 2024-08-07 22:02:58 +02:00
cde7f3aab4
feat: add a function to read a "bloc / field size" in SSV memory 2024-08-07 22:02:58 +02:00
lienjukaisim
3a263f92e1
feat: add the structure to reprensent CPS fields returned by the lire_carte_ps function 2024-08-07 22:02:58 +02:00
13b92aee9c
feat: Implement a first version of the decode_zone_memoire function 2024-08-07 22:02:58 +02:00
3999532714
feat: test different implementations to parse memory 2024-08-04 23:02:12 +02:00
e51dcc0ed0
chore: start implementing types from docs 2024-08-04 01:24:42 +02:00
0f7a291b3c
chore: init sys crate 2024-08-03 17:23:23 +02:00
358a279f5c
fix: make sesam-vitale build works even when having a lib.rs file 2024-07-29 19:43:03 +02:00
9fc3fef350
fix: make path to env files depend of the CARGO_MANIFEST_DIR of sesam-vitale crate 2024-07-27 00:31:01 +02:00
a194b2d888
chore: setup sesam-vitale lib with crossplatform ssv usage 2024-07-26 22:50:27 +02:00
theo
d6d487a727
chore: reduce verbosity and propose alternative to named types 2024-07-26 14:06:53 +02:00
theo
65059b87d4
chore: run cargo fmt 2024-07-25 09:21:17 +02:00
f8d7f82c50
chore: Refactor process_tauri_request function for improved readability and error handling 2024-07-24 23:39:27 +02:00
d33140ebaf
chore: Improve desktop/src/lib readability 2024-07-24 23:39:02 +02:00
ba88b08a57
fix: typo in Tauri beforeDevCommand 2024-07-24 23:28:22 +02:00
theo
8c38f0e4ba
fix: remove 2 js extension on htmx file 2024-07-24 22:41:57 +02:00
f6a1af5d1e
fix: add org. to tauri identifier 2024-07-24 22:35:39 +02:00
a19b6dcd0d
fix: Typo in index.html 2024-07-24 22:35:39 +02:00
theo
9447ad7faf
fix: wrong lib name 2024-07-24 22:35:14 +02:00
theo
5eebd5d1cb
fix: rename sesam-vitale and fix readme 2024-07-24 22:15:53 +02:00
theo
7d41fbb519
fix: change project naming, create dummy sesame-vitale project 2024-07-24 21:59:24 +02:00
ff2c84fb33
fix: base assets path on the manifest dir when running the webserver manually 2024-07-24 20:36:16 +02:00
theo
b807e78ac3
remove unecessary features 2024-07-24 15:17:47 +02:00
theo
d8f3c276c0
feat: remove reference to clego inside tauri app 2024-07-24 15:00:14 +02:00
theo
c2b4264f32
extract protocol logic to external function 2024-07-24 14:21:37 +02:00
theo
0e8514d906
fix: bump dependency for clego 2024-07-24 14:08:58 +02:00
theo
86a6d2b9d3
fix: revert back to crates dir layout 2024-07-24 11:58:03 +02:00
t.lettermann
1f57b70cef
feat: move packages to root and remove unused dependencies 2024-07-24 11:15:14 +02:00