Skip to content

Commit 6cc3cfc

Browse files
authored
feat(cli): redesign dashboard for ATmosphereConf demo (#140)
* feat(cli): redesign dashboard for ATmosphereConf demo Two-column layout (Repository | Network) instead of three columns for narrow terminals and split-screen use. Key changes: - Account status (ACTIVE/INACTIVE) displayed prominently in header - Identity checks (handle resolution, DID document) in Network panel - Per-relay host status (active/idle/offline) replaces commit sync check - Separated activation beats: [a] activates only, [r] and [e] are independent steps with contextual keybinding visibility - Firehose commit events trigger debounced repo refetch for faster UI * Change ascii art * changeset
1 parent 15487a7 commit 6cc3cfc

3 files changed

Lines changed: 238 additions & 137 deletions

File tree

.changeset/dashboard-demo.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@getcirrus/pds": minor
3+
"create-pds": patch
4+
---
5+
6+
Improve CLI dashboard design

packages/create-pds/src/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ const BANNER = `
2323
██║ ██║██╔══██╗██╔══██╗██║ ██║╚════██║
2424
╚██████╗██║██║ ██║██║ ██║╚██████╔╝███████║
2525
╚═════╝╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝
26-
27-
☁️ The lightest PDS in the Atmosphere ☁️
26+
☁️ ☁️ ☁️ ☁️ ☁️ ☁️ ☁️ ☁️
27+
☁️ ☁️ Your personal data server ☁️ ☁️
28+
☁️ ☁️ ☁️ ☁️ ☁️ ☁️ ☁️
2829
`;
2930

3031
type PackageManager = "npm" | "yarn" | "pnpm" | "bun";

0 commit comments

Comments
 (0)