feat(mobile): Phase M-1 모바일 프로젝트 기반 + V3 마스터 플랜
- V3 모바일 마스터 플랜 작성 (docs/v3/00-mobile-master-plan.md) 11개 Phase, 5주 로드맵, 전략 결정사항 확정 - 7개 디자인 HTML 레퍼런스 저장 (docs/v3/designs/) - app.json → app.config.ts 전환 + 환경변수 체계 - 5탭 네비게이션 (DASH/HIST/REC FAB/TALK/SET) - metro.config.js monorepo 격리 (root RN 0.84 충돌 해결) - ui-native 테마 디자인 목업 색상 동기화 - SafeArea 적용 (useSafeAreaInsets) - DEV 로그인 우회 (__DEV__ 전용) - Supabase .env 연동 - iOS 시뮬레이터 검증 완료
This commit is contained in:
parent
ffca07d120
commit
211673bc6c
30 changed files with 15010 additions and 525 deletions
208
docs/v3/designs/history.html
Normal file
208
docs/v3/designs/history.html
Normal file
|
|
@ -0,0 +1,208 @@
|
|||
<html lang="ko" vid="0"><head vid="1">
|
||||
<meta charset="UTF-8" vid="2">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" vid="3">
|
||||
<title vid="4">D3RO-VOICE Mobile - History</title>
|
||||
<script src="https://cdn.tailwindcss.com/3.4.17" vid="5"></script>
|
||||
<script vid="6">
|
||||
tailwind.config = {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
appBg: '#19191b',
|
||||
panelBg: '#242427',
|
||||
insetBg: '#0f0f11',
|
||||
brandOrange: '#ff5c35',
|
||||
brandGreen: '#4ade80',
|
||||
textMuted: '#71717a',
|
||||
textMain: '#d4d4d8',
|
||||
borderColor: '#2e2e32'
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', 'sans-serif'],
|
||||
mono: ['ui-monospace', 'SFMono-Regular', 'Menlo', 'Monaco', 'Consolas', "Liberation Mono", "Courier New", 'monospace'],
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style vid="7">
|
||||
.no-scrollbar::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
.no-scrollbar {
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="bg-black min-h-screen flex items-center justify-center p-4" vid="8">
|
||||
|
||||
<div class="relative w-[375px] h-[812px] bg-appBg rounded-[40px] shadow-[0_0_50px_rgba(0,0,0,0.5)] overflow-hidden border-[8px] border-[#222] flex flex-col font-sans text-textMain" vid="9">
|
||||
|
||||
<div class="h-12 w-full flex justify-between items-end px-6 pb-2 text-[11px] font-medium text-white/90 z-20" vid="10">
|
||||
<span vid="11">9:41</span>
|
||||
<div class="flex items-center gap-1.5" vid="12">
|
||||
<svg class="w-4 h-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" vid="13"><path d="M12 20V10" vid="14"></path><path d="M18 20V4" vid="15"></path><path d="M6 20v-4" vid="16"></path></svg>
|
||||
<svg class="w-4 h-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" vid="17"><path d="M5 12.55a11 11 0 0 1 14.08 0" vid="18"></path><path d="M1.42 9a16 16 0 0 1 21.16 0" vid="19"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0" vid="20"></path><line x1="12" y1="20" x2="12.01" y2="20" vid="21"></line></svg>
|
||||
<svg class="w-5 h-5" viewBox="0 0 24 24" fill="currentColor" vid="22"><path d="M2 12C2 7.02944 6.02944 3 11 3H13C17.9706 3 22 7.02944 22 12C22 16.9706 17.9706 21 13 21H11C6.02944 21 2 16.9706 2 12Z" vid="23"></path></svg>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<header class="px-5 py-3 flex justify-between items-center z-10" vid="24">
|
||||
<div class="flex items-center gap-2" vid="25">
|
||||
<div class="w-2 h-2 rounded-full bg-brandOrange shadow-[0_0_8px_#ff5c35]" vid="26"></div>
|
||||
<span class="text-[10px] tracking-[0.2em] font-mono text-textMuted" vid="27">HISTORY</span>
|
||||
</div>
|
||||
<div class="flex items-center gap-3" vid="28">
|
||||
<div class="flex gap-1.5" vid="29">
|
||||
<div class="w-1.5 h-1.5 rounded-full bg-brandGreen shadow-[0_0_5px_#4ade80]" vid="30"></div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="px-5 pb-3 flex gap-3 z-10 border-b border-borderColor/50" vid="31">
|
||||
<button class="bg-brandOrange text-appBg rounded-full px-4 py-1.5 text-xs font-medium" vid="32">전체</button>
|
||||
<button class="bg-panelBg border border-borderColor rounded-full px-4 py-1.5 text-xs font-medium text-textMuted hover:text-textMain" vid="33">즐겨찾기</button>
|
||||
<button class="bg-panelBg border border-borderColor rounded-full px-4 py-1.5 text-xs font-medium text-textMuted hover:text-textMain" vid="34">처리중</button>
|
||||
</div>
|
||||
|
||||
<main class="flex-1 overflow-y-auto no-scrollbar px-5 py-4 pb-24 flex flex-col gap-3" vid="35">
|
||||
|
||||
<div class="text-xs font-mono text-textMuted mb-1 mt-2" vid="36">TODAY</div>
|
||||
|
||||
<div class="bg-panelBg border border-borderColor rounded-xl p-4 relative group" vid="37">
|
||||
<div class="flex justify-between items-start mb-2" vid="38">
|
||||
<div class="flex items-center gap-2" vid="39">
|
||||
<div class="w-1.5 h-1.5 rounded-full bg-brandGreen shadow-[0_0_5px_#4ade80]" vid="40"></div>
|
||||
<span class="text-xs font-mono text-textMain" vid="41">14:32</span>
|
||||
</div>
|
||||
<span class="text-[10px] font-mono text-brandOrange bg-brandOrange/10 px-2 py-0.5 rounded" vid="42">42 W</span>
|
||||
</div>
|
||||
<p class="text-sm text-textMain leading-relaxed mb-3 line-clamp-2" vid="43">
|
||||
네, 지금 보고 있는 색상은 바다색입니다. 약간 푸른 빛이 도는 에메랄드 그린에 가깝네요. 이걸 디자인 시스템에 추가해 주세요.
|
||||
</p>
|
||||
<div class="flex items-center gap-3 text-textMuted" vid="44">
|
||||
<div class="flex items-center gap-1" vid="45">
|
||||
<svg class="w-3 h-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" vid="46"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" vid="47"></path></svg>
|
||||
<span class="text-[10px] font-mono" vid="48">0:45</span>
|
||||
</div>
|
||||
<div class="flex items-center gap-1" vid="49">
|
||||
<svg class="w-3 h-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" vid="50"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11a7 7 0 01-7 7m0 0a7 7 0 01-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 01-3-3V5a3 3 0 116 0v6a3 3 0 01-3 3z" vid="51"></path></svg>
|
||||
<span class="text-[10px] font-mono" vid="52">CLAUDE</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-panelBg border border-borderColor rounded-xl p-4 relative group" vid="53">
|
||||
<div class="flex justify-between items-start mb-2" vid="54">
|
||||
<div class="flex items-center gap-2" vid="55">
|
||||
<div class="w-1.5 h-1.5 rounded-full bg-brandGreen shadow-[0_0_5px_#4ade80]" vid="56"></div>
|
||||
<span class="text-xs font-mono text-textMain" vid="57">09:15</span>
|
||||
</div>
|
||||
<span class="text-[10px] font-mono text-brandOrange bg-brandOrange/10 px-2 py-0.5 rounded" vid="58">18 W</span>
|
||||
</div>
|
||||
<p class="text-sm text-textMain leading-relaxed mb-3 line-clamp-2" vid="59">
|
||||
테스트중입니다. 마이크 입력 레벨 확인하고 있어요. 하나 둘 셋.
|
||||
</p>
|
||||
<div class="flex items-center gap-3 text-textMuted" vid="60">
|
||||
<div class="flex items-center gap-1" vid="61">
|
||||
<svg class="w-3 h-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" vid="62"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" vid="63"></path></svg>
|
||||
<span class="text-[10px] font-mono" vid="64">0:12</span>
|
||||
</div>
|
||||
<div class="flex items-center gap-1" vid="65">
|
||||
<svg class="w-3 h-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" vid="66"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11a7 7 0 01-7 7m0 0a7 7 0 01-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 01-3-3V5a3 3 0 116 0v6a3 3 0 01-3 3z" vid="67"></path></svg>
|
||||
<span class="text-[10px] font-mono" vid="68">LOCAL</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-xs font-mono text-textMuted mb-1 mt-4" vid="69">YESTERDAY</div>
|
||||
|
||||
<div class="bg-panelBg border border-borderColor rounded-xl p-4 relative group opacity-70" vid="70">
|
||||
<div class="flex justify-between items-start mb-2" vid="71">
|
||||
<div class="flex items-center gap-2" vid="72">
|
||||
<div class="w-1.5 h-1.5 rounded-full bg-textMuted" vid="73"></div>
|
||||
<span class="text-xs font-mono text-textMain" vid="74">18:45</span>
|
||||
</div>
|
||||
<span class="text-[10px] font-mono text-textMuted bg-[#2a2a2e] px-2 py-0.5 rounded" vid="75">128 W</span>
|
||||
</div>
|
||||
<p class="text-sm text-textMuted leading-relaxed mb-3 line-clamp-2" vid="76">
|
||||
내일 회의 안건 정리해줘. 첫째로 새로운 UI 디자인 리뷰, 둘째로 프론트엔드 아키텍처 개선 방안, 셋째로 다음 스프린트 일정 산정이야.
|
||||
</p>
|
||||
<div class="flex items-center gap-3 text-textMuted" vid="77">
|
||||
<div class="flex items-center gap-1" vid="78">
|
||||
<svg class="w-3 h-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" vid="79"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" vid="80"></path></svg>
|
||||
<span class="text-[10px] font-mono" vid="81">2:30</span>
|
||||
</div>
|
||||
<div class="flex items-center gap-1" vid="82">
|
||||
<svg class="w-3 h-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" vid="83"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 5a2 2 0 012-2h10a2 2 0 012 2v16l-7-3.5L5 21V5z" vid="84"></path></svg>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<div class="absolute bottom-[80px] left-0 w-full px-5 py-2 flex justify-between items-center bg-gradient-to-t from-appBg to-transparent z-20 pointer-events-none" vid="85">
|
||||
<div class="flex items-center gap-1.5" vid="86">
|
||||
<div class="w-1.5 h-1.5 rounded-full bg-brandGreen shadow-[0_0_5px_#4ade80]" vid="87"></div>
|
||||
<span class="text-[8px] font-mono text-textMuted tracking-wider" vid="88">OLLAMA GEMMA4:E4B</span>
|
||||
</div>
|
||||
<span class="text-[8px] font-mono text-textMuted tracking-widest opacity-50" vid="89">PRECISION DATA LINK</span>
|
||||
</div>
|
||||
|
||||
<nav class="absolute bottom-0 left-0 w-full h-[80px] bg-appBg/95 backdrop-blur-md border-t border-borderColor flex justify-around items-center px-2 pb-5 z-30" vid="90">
|
||||
|
||||
<button class="flex flex-col items-center justify-center w-14 gap-1.5 group" vid="91">
|
||||
<svg class="w-6 h-6 text-textMuted group-hover:text-textMain transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="1.5" vid="92">
|
||||
<rect x="3" y="3" width="7" height="7" rx="1" vid="93"></rect>
|
||||
<rect x="14" y="3" width="7" height="7" rx="1" vid="94"></rect>
|
||||
<rect x="14" y="14" width="7" height="7" rx="1" vid="95"></rect>
|
||||
<rect x="3" y="14" width="7" height="7" rx="1" vid="96"></rect>
|
||||
</svg>
|
||||
<span class="text-[9px] font-mono text-textMuted group-hover:text-textMain transition-colors" vid="97">DASH</span>
|
||||
</button>
|
||||
|
||||
|
||||
<button class="flex flex-col items-center justify-center w-14 gap-1.5 group" vid="98">
|
||||
<div class="relative" vid="99">
|
||||
<svg class="w-6 h-6 text-brandOrange" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="1.5" vid="100">
|
||||
<circle cx="12" cy="12" r="9" vid="101"></circle>
|
||||
<path d="M12 7v5l3 3" vid="102"></path>
|
||||
</svg>
|
||||
<div class="absolute inset-0 bg-brandOrange blur-[10px] opacity-20 rounded-full" vid="103"></div>
|
||||
</div>
|
||||
<span class="text-[9px] font-mono text-brandOrange font-medium" vid="104">HIST</span>
|
||||
</button>
|
||||
|
||||
|
||||
<div class="relative -top-5" vid="105">
|
||||
<button class="w-14 h-14 rounded-full bg-panelBg flex items-center justify-center border-4 border-appBg group hover:bg-[#2a2a2e] transition-colors" vid="106">
|
||||
<svg class="w-6 h-6 text-textMuted group-hover:text-textMain" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2" vid="107">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M19 11a7 7 0 01-7 7m0 0a7 7 0 01-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 01-3-3V5a3 3 0 116 0v6a3 3 0 01-3 3z" vid="108"></path>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="flex flex-col items-center justify-center w-14 gap-1.5 group" vid="109">
|
||||
<svg class="w-6 h-6 text-textMuted group-hover:text-textMain transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="1.5" vid="110">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M8 10h.01M12 10h.01M16 10h.01M9 16H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-5l-5 5v-5z" vid="111"></path>
|
||||
</svg>
|
||||
<span class="text-[9px] font-mono text-textMuted group-hover:text-textMain transition-colors" vid="112">TALK</span>
|
||||
</button>
|
||||
|
||||
|
||||
<button class="flex flex-col items-center justify-center w-14 gap-1.5 group" vid="113">
|
||||
<svg class="w-6 h-6 text-textMuted group-hover:text-textMain transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="1.5" vid="114">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z" vid="115"></path>
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z" vid="116"></path>
|
||||
</svg>
|
||||
<span class="text-[9px] font-mono text-textMuted group-hover:text-textMain transition-colors" vid="117">SET</span>
|
||||
</button>
|
||||
</nav>
|
||||
|
||||
<div class="absolute bottom-2 left-1/2 -translate-x-1/2 w-[120px] h-1 bg-white/30 rounded-full z-40" vid="118"></div>
|
||||
|
||||
</div>
|
||||
|
||||
</body></html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue