Skip to content

Commit 30fc376

Browse files
Merge pull request #115 from dnd-side-project/feature/#105/playlist-add
2 parents f5e7937 + 10baed0 commit 30fc376

File tree

81 files changed

+2023
-1672
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+2023
-1672
lines changed

β€Žindex.htmlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
name="viewport"
1515
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
1616
/>
17+
<meta name="format-detection" content="telephone=no, email=no, address=no" />
1718
<title>듀락 Β· μŒμ•…μ„ 듀락날락, μ·¨ν–₯이 λ§Œλ‚˜λŠ” κ³³</title>
1819

1920
<!-- κΈ°λ³Έ SEO -->

β€Žsrc/App.tsxβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const App = () => {
9595
return (
9696
<RootWrapper>
9797
{deviceType !== 'mobile' && (
98-
<>
98+
<div aria-hidden="true">
9999
<CommonBgElement src={CommonBg} alt="background" />
100100
<LogoElement src={Logo} alt="logo" />
101101
<MusicElement src={OpacityMusic} alt="music" />
@@ -134,7 +134,7 @@ const App = () => {
134134
</li>
135135
</TextListContainer>
136136
</DescriptionElement>
137-
</>
137+
</div>
138138
)}
139139

140140
<MainLayout

β€Žsrc/app/providers/ToastProvider.tsxβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ import styled from 'styled-components'
44

55
import { Toast } from '@/shared/ui'
66

7-
type ToastType = 'LINK' | 'IMAGE' | 'REPORT' | 'COMMENT' | 'AUTH_EXPIRED'
7+
type ToastType = 'LINK' | 'IMAGE' | 'REPORT' | 'COMMENT' | 'AUTH_EXPIRED' | 'CD_DELETE'
88

99
const TOAST_MESSAGES: Record<ToastType, string> = {
1010
LINK: '링크가 λ³΅μ‚¬λμ–΄μš”',
1111
IMAGE: '이미지가 μ €μž₯λμ–΄μš”',
1212
REPORT: 'μ‹ κ³ κ°€ μ ‘μˆ˜λμ–΄μš”',
1313
COMMENT: 'λŒ“κΈ€μ΄ μ‚­μ œλμ–΄μš”',
1414
AUTH_EXPIRED: '둜그인 정보가 λ§Œλ£Œλ˜μ—ˆμ–΄μš”',
15+
CD_DELETE: 'CDκ°€ μ‚­μ œλμ–΄μš”',
1516
}
1617

1718
type ToastContextType = {
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

β€Žsrc/assets/icons/icn_eye.svgβ€Ž

Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
Β (0)