feat(dashboard): added dashboard content and features #7

Merged
sharang merged 8 commits from feat/CAI-4-dashboard into main 2026-02-19 19:23:07 +00:00
Showing only changes of commit 233a7c0b69 - Show all commits

View File

@@ -35,10 +35,6 @@ jobs:
git checkout FETCH_HEAD
- run: rustup component add rustfmt
- run: cargo fmt --check
- name: Install dx CLI
run: cargo install dioxus-cli@0.7.3 --locked
- name: RSX format check
run: dx fmt --check
clippy:
name: Clippy