Skip to content

Commit

Permalink
Merge branch 'main' into 451-refactor-리스트-아이템-컴포넌트-리팩토링
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlim0070 authored Jan 3, 2025
2 parents a3a9441 + 0d3887e commit 8ee6cdf
Show file tree
Hide file tree
Showing 88 changed files with 5,886 additions and 588 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.pnp.loader.mjs linguist-vendored
vite_cache/* linguist-vendored
.yarn/* linguist-vendored
stats.html linguist-vendored
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PR Build Check
on:
pull_request:
branches:
- develope
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: deploy aws
on:
push:
branches:
- develope
- main

jobs:
deploy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run lighthouse

on:
pull_request:
branches: develope
branches: main
push:
branches: develope
branches: main

jobs:
lighthouse:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Chromatic Deployment'

on:
pull_request:
branches: develope
branches: main
paths:
- '**.stories.tsx'
push:
Expand Down Expand Up @@ -39,3 +39,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
message: '🚀 **storybook**: ${{ steps.publish_chromatic.outputs.storybookUrl }}'
comment_tag: storybook
mode: upsert
76 changes: 76 additions & 0 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .storybook/preview.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import '../src/index.css';
import { MemoryRouter } from 'react-router-dom';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';

const queryClient = new QueryClient({
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![image](https://github.com/user-attachments/assets/618e1553-ed54-41d3-ad09-889741eea17a)

# 🫙Bottler(보틀러)
# Bottler(보틀러)

- 보틀러는 **유리병에 담긴 익명 편지**를 주고받으며 자신의 이야기를 공유할 수 있는 서비스입니다.
- **아날로그 편지의 설렘을 온라인으로 재해석**해서 사용자가 자신의 감정을 담아 특별한 순간을 공유할 수 있는 경험을 제공하는 서비스입니다.
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/sample_icon.svg" />
<link rel="preconnect" href="https://www.bottler.store" />
<link rel="dns-prefetch" href="https://www.bottler.store" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="/manifest.json" />
<title>Bottler</title>
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"swiper": "^11.1.15",
"tailwindcss-animated": "^1.1.2",
"ts-pattern": "^5.5.0",
"vite-plugin-compression": "^0.5.1",
"zustand": "^5.0.1"
},
"devDependencies": {
Expand Down Expand Up @@ -88,6 +89,7 @@
"lint-staged": "^15.2.10",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.13.1",
"storybook": "8.4.4",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
Expand Down
Binary file removed public/fonts/BagelFatOne-Regular.ttf
Binary file not shown.
Binary file added public/fonts/BagelFatOne-Regular.woff
Binary file not shown.
Binary file removed public/fonts/CookieRun Regular.ttf
Binary file not shown.
Binary file added public/fonts/CookieRun-Regular.woff
Binary file not shown.
Binary file removed public/fonts/Inter-VariableFont_opsz,wght.ttf
Binary file not shown.
Binary file added public/fonts/Inter-VariableFont_opsz_wght.woff
Binary file not shown.
Binary file added public/fonts/Pretendard-Regular.subset.woff2
Binary file not shown.
Binary file removed public/fonts/PyeongChangPeace-Light.ttf
Binary file not shown.
Binary file added public/fonts/PyeongChangPeace-Light.woff
Binary file not shown.
Binary file removed public/fonts/Sagak-sagak.ttf
Binary file not shown.
Binary file added public/fonts/Sagak-sagak.woff
Binary file not shown.
59 changes: 0 additions & 59 deletions public/letter2/letter_bg3_bottom.d719e174.svg

This file was deleted.

14 changes: 7 additions & 7 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "My PWA App",
"short_name": "PWA App",
"description": "This is my Progressive Web App!",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"name": "Bottler",
"short_name": "Bottler",
"description": "편지로 서로의 마음을 나눠요",
"theme_color": "#50bcdf",
"background_color": "#50bcdf",
"start_url": "/",
"display": "standalone",
"icons": [
{
"src": "sample_icon.svg",
"src": "icon-192x192.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "sample_icon.svg",
"src": "icon-512x512.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
Expand Down
Loading

0 comments on commit 8ee6cdf

Please sign in to comment.