type:feature: Brand Visual Identity (Logo & Icons) #61
Labels
No labels
area:api
area:core
area:docs
area:infra
area:ux
dependencies
documentation
duplicate
good first issue
help wanted
invalid
question
rust
status:complete
status:partial
status:planned
type:bug
type:design
type:feature
type:infra
type:refactor
type:research
type:ux
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
icub3d/decentcom#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migrated from GitHub issue icub3d/decentcom#86
Original Author: @icub3d
Original Date: 2026-04-18T04:07:18Z
Feature: Brand Visual Identity (Logo & Icons)
Overview
Create a cohesive visual identity for decentcom by designing a logo that reflects its core principles of decentralization, identity ownership, and privacy. This includes generating SVG source files and converting them into all required icon formats for the Tauri app and the project website.
Background
Currently, the project uses placeholder icons. A unique, professional logo is essential for brand recognition and to communicate the project's "Discord-level UX, Matrix-level decentralization" value proposition.
Requirements
blue, accent:sapphireorteal).Design
API / Interface Changes
N/A (Static assets)
Data Model Changes
N/A
Component Changes
client/src-tauri/icons/: Update all platform-specific icons.client/public/: Updatefavicon.svgand add logo assets.client/src/components/layout/TitleBar.tsx: Integrate the new logo into the TitleBar (left of the app name).client/src/pages/Setup.tsx: Use the logo on the welcome screen.site/public/: Updatefavicon.icoandfavicon.svg.Task List
pnpm tauri icon <source-png>in theclient/directory.client/src-tauri/icons/.client/public/andsite/public/.TitleBar.tsxto display the new logo.Setup.tsxwith the new logo.Test List
pnpm tauri buildsucceeds with the new icons.