chenbhao commited on
Commit
c53c7bc
ยท
1 Parent(s): be4d8ed

chore: update app-icon

Browse files
assets/Versper.png ADDED

Git LFS Details

  • SHA256: f3d9fc81ca52e77fdce6da2faa6e245d65861ff0dfbf6e4bab8771d49475319d
  • Pointer size: 131 Bytes
  • Size of remote file: 195 kB
assets/Versper.svg ADDED
assets/Versperai.png ADDED

Git LFS Details

  • SHA256: aa1d108410b93cf13e4bbbd7ea2808018b1dfd3f0c5ee43782b24256e46e2b2a
  • Pointer size: 130 Bytes
  • Size of remote file: 68 kB
desktop/public/app-icon.png CHANGED

Git LFS Details

  • SHA256: 9c053c765a4e47184b3f642b8bb51e587c6ba8b082e939a54af79d11181ef970
  • Pointer size: 131 Bytes
  • Size of remote file: 120 kB

Git LFS Details

  • SHA256: f3d9fc81ca52e77fdce6da2faa6e245d65861ff0dfbf6e4bab8771d49475319d
  • Pointer size: 131 Bytes
  • Size of remote file: 195 kB
desktop/public/app-icon.svg CHANGED
desktop/src/components/layout/Sidebar.tsx CHANGED
@@ -625,12 +625,12 @@ export function Sidebar({ isMobile = false, onRequestClose }: SidebarProps) {
625
  className={`sidebar-copy ${expanded ? 'sidebar-copy--visible' : 'sidebar-copy--hidden'} text-[13px] font-semibold tracking-tight text-[var(--color-text-primary)]`}
626
  style={{ fontFamily: 'var(--font-headline)' }}
627
  >
628
- Claude Code <span className="text-[var(--color-primary-container)]">Haha</span>
629
  </span>
630
  </div>
631
  <div className={`flex items-center ${expanded ? 'gap-1.5' : 'flex-col gap-2'}`}>
632
  <a
633
- href="https://github.com/NanmiCoder/cc-haha"
634
  target="_blank"
635
  rel="noopener noreferrer"
636
  className={`sidebar-copy ${expanded ? 'sidebar-copy--visible' : 'sidebar-copy--hidden'} inline-flex items-center justify-center rounded-md p-1 text-[var(--color-text-tertiary)] transition-colors hover:text-[var(--color-text-primary)] hover:bg-[var(--color-surface-hover)]`}
 
625
  className={`sidebar-copy ${expanded ? 'sidebar-copy--visible' : 'sidebar-copy--hidden'} text-[13px] font-semibold tracking-tight text-[var(--color-text-primary)]`}
626
  style={{ fontFamily: 'var(--font-headline)' }}
627
  >
628
+ Versper AI <span className="text-[var(--color-primary-container)]">Claw</span>
629
  </span>
630
  </div>
631
  <div className={`flex items-center ${expanded ? 'gap-1.5' : 'flex-col gap-2'}`}>
632
  <a
633
+ href="https://github.com/versperai"
634
  target="_blank"
635
  rel="noopener noreferrer"
636
  className={`sidebar-copy ${expanded ? 'sidebar-copy--visible' : 'sidebar-copy--hidden'} inline-flex items-center justify-center rounded-md p-1 text-[var(--color-text-tertiary)] transition-colors hover:text-[var(--color-text-primary)] hover:bg-[var(--color-surface-hover)]`}
desktop/src/components/layout/TitleBar.tsx CHANGED
@@ -15,7 +15,7 @@ export function TitleBar() {
15
 
16
  {/* Logo */}
17
  <div className="flex items-center gap-2 mr-4" data-tauri-drag-region>
18
- <span className="text-xs font-bold tracking-wider text-[var(--color-brand)] uppercase">Claude Code Companion</span>
19
  </div>
20
 
21
  {/* Navigation arrows */}
 
15
 
16
  {/* Logo */}
17
  <div className="flex items-center gap-2 mr-4" data-tauri-drag-region>
18
+ <span className="text-xs font-bold tracking-wider text-[var(--color-brand)] uppercase">Versper AI</span>
19
  </div>
20
 
21
  {/* Navigation arrows */}
desktop/src/i18n/locales/en.ts CHANGED
@@ -974,7 +974,7 @@ export const en = {
974
 
975
  // โ”€โ”€โ”€ Empty Session โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
976
  'empty.title': 'New session',
977
- 'empty.subtitle': 'Start a fresh coding session. Claude is ready to help you build, debug, and architect your project.',
978
  'empty.placeholder': 'Ask anything...',
979
  'empty.addFiles': 'Add files or photos',
980
  'empty.slashCommands': 'Slash commands',
 
974
 
975
  // โ”€โ”€โ”€ Empty Session โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
976
  'empty.title': 'New session',
977
+ 'empty.subtitle': 'Start a fresh coding session. VersperClaw is ready to help you build, debug, and architect your project.',
978
  'empty.placeholder': 'Ask anything...',
979
  'empty.addFiles': 'Add files or photos',
980
  'empty.slashCommands': 'Slash commands',
desktop/src/i18n/locales/zh.ts CHANGED
@@ -976,7 +976,7 @@ export const zh: Record<TranslationKey, string> = {
976
 
977
  // โ”€โ”€โ”€ Empty Session โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
978
  'empty.title': 'ๆ–ฐๅปบไผš่ฏ',
979
- 'empty.subtitle': 'ๅผ€ๅง‹ไธ€ไธชๆ–ฐ็š„็ผ–็ ไผš่ฏใ€‚Claude ๅทฒๅ‡†ๅค‡ๅฅฝๅธฎไฝ ๆž„ๅปบใ€่ฐƒ่ฏ•ๅ’Œๆžถๆž„ไฝ ็š„้กน็›ฎใ€‚',
980
  'empty.placeholder': '้šไพฟ้—ฎ็‚นไป€ไนˆ...',
981
  'empty.addFiles': 'ๆทปๅŠ ๆ–‡ไปถๆˆ–ๅ›พ็‰‡',
982
  'empty.slashCommands': 'ๆ–œๆ ๅ‘ฝไปค',
 
976
 
977
  // โ”€โ”€โ”€ Empty Session โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
978
  'empty.title': 'ๆ–ฐๅปบไผš่ฏ',
979
+ 'empty.subtitle': 'ๅผ€ๅง‹ไธ€ไธชๆ–ฐ็š„็ผ–็ ไผš่ฏใ€‚VersperClaw ๅทฒๅ‡†ๅค‡ๅฅฝๅธฎไฝ ๆž„ๅปบใ€่ฐƒ่ฏ•ๅ’Œๆžถๆž„ไฝ ็š„้กน็›ฎใ€‚',
980
  'empty.placeholder': '้šไพฟ้—ฎ็‚นไป€ไนˆ...',
981
  'empty.addFiles': 'ๆทปๅŠ ๆ–‡ไปถๆˆ–ๅ›พ็‰‡',
982
  'empty.slashCommands': 'ๆ–œๆ ๅ‘ฝไปค',
desktop/src/pages/EmptySession.tsx CHANGED
@@ -532,7 +532,7 @@ export function EmptySession() {
532
  }`}>
533
  <img
534
  src="/app-icon.png"
535
- alt="Claude Code Haha"
536
  className={isMobileComposer ? 'mb-4 h-16 w-16' : 'mb-6 h-24 w-24'}
537
  />
538
  <h1
 
532
  }`}>
533
  <img
534
  src="/app-icon.png"
535
+ alt="Versper AI"
536
  className={isMobileComposer ? 'mb-4 h-16 w-16' : 'mb-6 h-24 w-24'}
537
  />
538
  <h1