Commit Graph

8 Commits

Author SHA1 Message Date
yaroslav k
6a07bd668d clear all compiler warnings
Remove unused imports (nav, sidebar, state, mock, inventory, item,
numput), the unused qty closure, the unused #![feature] gate, and a
module-scoped allow(dead_code) for the unmounted search stubs.
2026-08-15 14:56:57 +03:00
yaroslav k
257f254b13 document every function, trait and struct in src/
Doc comments on all modules, components, entities, helpers and type
aliases; larger comments on the important entities (Dashboard, PlayerData,
Context, App, Numput, item data). No behavior changes.
2026-08-04 09:21:25 +03:00
YK
6c7ba86018 item rendering, custom numput components 2025-09-23 15:44:06 +03:00
YK
94befe3cd1 feature flag 2025-09-20 11:00:16 +03:00
YK
17fba36476 chore: add entities generated fields to prelude, fix imports / # 2025-09-13 16:53:48 +03:00
YK
b8e9ddcdaf feat: header with campaign image, name, session #, current date and (not yet functional nor properly styled) buttons 2025-09-12 07:23:09 +03:00
YK
b09dcb5fc1 csr version imported 2025-09-11 10:27:57 +03:00
YK
2a1fb81567 initial commit: ssr 2025-09-11 08:43:59 +03:00