Merge pull request #18 from nightbug-xx/yiuc1w-codex/친구정보-출력-문제-수정

Improve friend list layout
This commit is contained in:
nightbug-xx 2025-06-11 11:35:27 +09:00 committed by GitHub
commit 68ae7eb6fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import { Box, Container, Typography, Divider, List, ListItem, ListItemText } fro
const GuidePage = () => {
return (
<Container maxWidth="md" sx={{ py: 4 }}>
<Typography variant="h4" gutterBottom> (v1.0)</Typography>
<Typography variant="h4" gutterBottom> (v2.0)</Typography>
<Typography variant="subtitle1" gutterBottom>
.
</Typography>
@ -42,10 +42,18 @@ const GuidePage = () => {
<ListItem><ListItemText primary="사용자는 별도 조작 없이 다음 날 다시 체크 가능" /></ListItem>
</List>
<Typography variant="h6" sx={{ mt: 3 }}>6. </Typography>
<List dense>
<ListItem><ListItemText primary="상단 메뉴 '친구'에서 친구목록 확인 및 검색 추가" /></ListItem>
<ListItem><ListItemText primary="요청관리에서 받은 요청을 수락/거절하고 보낸 요청을 취소" /></ListItem>
<ListItem><ListItemText primary="친구의 캐릭터 공개 숙제를 볼 수 있으나 수정은 불가" /></ListItem>
<ListItem><ListItemText primary="캐릭터/숙제 등록 시 '친구에게 노출' 체크박스로 공개 여부 설정" /></ListItem>
</List>
<Divider sx={{ my: 3 }} />
<Typography variant="caption" color="text.secondary">
© . v1.0 .
© . v2.0 .
</Typography>
</Container>
);

View File

@ -6,6 +6,7 @@ export default function Home() {
const { isLoggedIn } = useAuth()
const updates = [
{ date: '2025-06-11', version: 'v2.0', content: '친구 기능 추가: 친구목록/요청 관리 및 캐릭터 공개 보기 지원' },
{ date: '2025-06-06', version: 'v1.1', content: '피드백 및 수정요청 및 기능개선은 nightbug@naver.com 으로 부탁드립니다.' },
{ date: '2025-05-28', version: 'v1.1', content: '캐릭터 및 숙제 목록에서 순서변경기능 추가' },
{ date: '2025-05-28', version: 'v1.1', content: '홈화면에 업데이트 내역 노출' },