Logo
Explore Help
Register Sign In
lfg2025/archy
1
0
Fork 0
You've already forked archy
Code Issues 14 Pull Requests Actions Packages Projects Releases 44 Wiki Activity
archy/neode-ui/src/views/Settings.vue

12 lines
262 B
Vue
Raw Normal View History

refactor: split Web5.vue, Settings.vue, and Mesh.vue into focused subcomponents - F25: Split Web5.vue (3940 lines) into 14 files under views/web5/ - F26: Split Mesh.vue (2106→840 lines) extracting Bitcoin and Deadman panels - F27: Dashboard.vue assessed — layout shell, no split needed - F28: Split Settings.vue (1792 lines) into AccountSection + SystemSection Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 02:43:28 +00:00
<script setup lang="ts">
import AccountSection from '@/views/settings/AccountSection.vue'
import SystemSection from '@/views/settings/SystemSection.vue'
</script>
mid coding commit
2026-01-24 22:59:20 +00:00
<template>
bug fixes from sxsw
2026-03-14 17:12:41 +00:00
<div class="pb-6">
refactor: split Web5.vue, Settings.vue, and Mesh.vue into focused subcomponents - F25: Split Web5.vue (3940 lines) into 14 files under views/web5/ - F26: Split Mesh.vue (2106→840 lines) extracting Bitcoin and Deadman panels - F27: Dashboard.vue assessed — layout shell, no split needed - F28: Split Settings.vue (1792 lines) into AccountSection + SystemSection Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 02:43:28 +00:00
<AccountSection />
<SystemSection />
mid coding commit
2026-01-24 22:59:20 +00:00
</div>
</template>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 105ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API