Commit 8df7c2e
authored
Vis improvement 2 (#54)
* feat: enhance UI components and improve accessibility
- Updated typography styles across various components for better readability and consistency.
- Changed heading levels and classes in DependencyDetails for improved semantic structure.
- Refined button and text styles in HeaderControls and Header for a more cohesive design.
- Enhanced error messages and loading indicators in MainContent for better user experience.
- Improved session ID generation logic in utils for better uniqueness.
- Added connection header to API requests for better performance.
- Adjusted dropdown and tooltip components for improved usability and aesthetics.
- Fixed minor bugs and improved overall code quality.
* Add backend setup script and UI/CLI tweaks
Add a backend setup-and-run.sh script and corresponding package scripts (root and backend) to automate environment creation, dependency install, DB container start, Drizzle schema generation/push, and dev server start; also add an MCP dev script and README quick-start/MCP notes. Update backend package.json and lockfile to include new dependencies required by these tools. Remove an old image optimization script. Apply assorted frontend/CLI refinements: adjust global font and diagram sizing, tweak dependency sidebar styling and tab label, enhance CodeBlock with a label and spacing, label batch commands, change save-analysis-history to deduplicate across all dates, and expand CLI command help/options and output formatting. These changes streamline local backend setup and improve UX for scanning/fixing workflows.
* merge fix1 parent 58dcdaf commit 8df7c2e
2 files changed
Lines changed: 0 additions & 52 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | | - | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 20 | | |
29 | 21 | | |
30 | 22 | | |
| |||
49 | 41 | | |
50 | 42 | | |
51 | 43 | | |
52 | | - | |
53 | 44 | | |
54 | 45 | | |
55 | 46 | | |
56 | 47 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 48 | | |
71 | 49 | | |
72 | 50 | | |
| |||
99 | 77 | | |
100 | 78 | | |
101 | 79 | | |
102 | | - | |
103 | 80 | | |
104 | 81 | | |
105 | 82 | | |
106 | 83 | | |
107 | 84 | | |
108 | 85 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | 86 | | |
119 | 87 | | |
120 | 88 | | |
| |||
129 | 97 | | |
130 | 98 | | |
131 | 99 | | |
132 | | - | |
133 | 100 | | |
134 | 101 | | |
135 | 102 | | |
136 | 103 | | |
137 | 104 | | |
138 | 105 | | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | 106 | | |
143 | 107 | | |
144 | 108 | | |
| |||
151 | 115 | | |
152 | 116 | | |
153 | 117 | | |
154 | | - | |
155 | 118 | | |
156 | 119 | | |
157 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | 121 | | |
125 | 122 | | |
126 | 123 | | |
| |||
130 | 127 | | |
131 | 128 | | |
132 | 129 | | |
133 | | - | |
134 | 130 | | |
135 | 131 | | |
136 | 132 | | |
| |||
145 | 141 | | |
146 | 142 | | |
147 | 143 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | 144 | | |
158 | 145 | | |
159 | 146 | | |
| |||
164 | 151 | | |
165 | 152 | | |
166 | 153 | | |
167 | | - | |
168 | | - | |
169 | 154 | | |
170 | 155 | | |
171 | 156 | | |
| |||
0 commit comments