feat: update README assets, refine feature views and design tokens
Replace incorrect README icon with actual Atlas app icon, add new screenshots (about, settings, privilege), improve feature view responsiveness and empty states, adjust design system brand tokens and localization strings, add icon generation script. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -11,10 +11,10 @@ public struct StorageFeatureView: View {
|
||||
|
||||
public var body: some View {
|
||||
AtlasScreen(
|
||||
title: "Storage",
|
||||
subtitle: "Reserved list-based storage views for a future scope decision beyond the frozen MVP shell."
|
||||
title: AtlasL10n.string("storage.screen.title"),
|
||||
subtitle: AtlasL10n.string("storage.screen.subtitle")
|
||||
) {
|
||||
AtlasInfoCard(title: "Large Items") {
|
||||
AtlasInfoCard(title: AtlasL10n.string("storage.largeItems.title")) {
|
||||
VStack(alignment: .leading, spacing: 14) {
|
||||
ForEach(insights) { insight in
|
||||
HStack(alignment: .top, spacing: 12) {
|
||||
|
||||
Reference in New Issue
Block a user