Commit 5f856ee
committed
refactor(cli): drop ASCII logo, slim welcome panel (#23)
The block-letter ASCII art "Revela" rendered at startup was off-brand
vs. the actual aperture wordmark — generic figlet output that has
nothing to do with the project's visual identity. It also added ~6
lines of friction on every interactive menu render, pushing real
content offscreen on small terminals and SSH sessions.
Removed: `LogoLines` array, `ShowLogo()`, `ClearAndShowLogo()`.
Welcome panel slimmed:
- Header: "Welcome" → "Revela"
- Removed: redundant "Version" line (now in `revela info`)
- Removed: "Modern static site generator for photographers"
tagline (already known to the user invoking the binary)
- Kept: project/directory line and navigation hint
The first-run panel (`ShowFirstRunPanel`) is unchanged — that genuine
first-contact moment may welcome a future, brand-aligned visual
element, but the per-menu-render branding is gone.
Three call sites in InteractiveMenuService updated from
`ClearAndShowLogo()` to `ClearConsole()` were already shipped in the
previous commit alongside the menu-rendering refactor.
CHANGELOG documents all three #23 commits in one consolidated block.
Closes #231 parent 42f35a4 commit 5f856ee
2 files changed
Lines changed: 31 additions & 44 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
10 | 25 | | |
11 | 26 | | |
12 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 31 | | |
43 | | - | |
| 32 | + | |
44 | 33 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
50 | 39 | | |
51 | 40 | | |
52 | | - | |
| 41 | + | |
53 | 42 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 43 | + | |
| 44 | + | |
69 | 45 | | |
70 | 46 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 47 | + | |
78 | 48 | | |
79 | 49 | | |
80 | 50 | | |
81 | | - | |
82 | 51 | | |
83 | 52 | | |
84 | 53 | | |
85 | 54 | | |
86 | | - | |
87 | 55 | | |
88 | 56 | | |
89 | 57 | | |
90 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
91 | 63 | | |
92 | 64 | | |
93 | 65 | | |
94 | | - | |
| 66 | + | |
95 | 67 | | |
96 | 68 | | |
97 | 69 | | |
| |||
0 commit comments