Skip to content

Commit 7d63fe1

Browse files
authored
Merge pull request #239 from sang-gyeong/develop
[Web] Chore : styled-components ๋ฒ„์ „ ์ˆ˜์ •
2 parents aed9fd7 + d364343 commit 7d63fe1

File tree

230 files changed

+8312
-490
lines changed

Some content is hidden

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

230 files changed

+8312
-490
lines changed

โ€Ž.github/workflows/ios.ymlโ€Ž

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: iOS CI
2+
3+
on:
4+
push:
5+
branches: [ iOS ]
6+
pull_request:
7+
branches: [ iOS ]
8+
9+
jobs:
10+
build:
11+
name: Build and Test default scheme using any available iPhone simulator
12+
runs-on: macos-latest
13+
defaults:
14+
run:
15+
working-directory: ./iOS/MiniVIBE
16+
17+
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v2.3.3
20+
- name: Set Default Scheme
21+
run: |
22+
scheme_list=$(xcodebuild -list -json | tr -d "\n")
23+
default=$(echo $scheme_list | ruby -e "require 'json'; puts JSON.parse(STDIN.gets)['project']['targets'][0]")
24+
echo $default | cat >default
25+
echo Using default scheme: $default
26+
- name: Build
27+
env:
28+
scheme: ${{ 'default' }}
29+
platform: ${{ 'iOS Simulator' }}
30+
run: |
31+
device=`xcrun simctl list devices | grep -oE "iPhone.*?[^\(]+" | head -1 | awk '{$1=$1;print}'`
32+
if [ $scheme = default ]; then scheme=$(cat default); fi
33+
if [ "`ls -A | grep -i \\.xcworkspace\$`" ]; then filetype_parameter="workspace" && file_to_build="`ls -A | grep -i \\.xcworkspace\$`"; else filetype_parameter="project" && file_to_build="`ls -A | grep -i \\.xcodeproj\$`"; fi
34+
file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`
35+
pod install
36+
xcodebuild build-for-testing -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=$platform,name=$device"
37+
- name: Test
38+
env:
39+
scheme: ${{ 'default' }}
40+
platform: ${{ 'iOS Simulator' }}
41+
run: |
42+
device=`xcrun simctl list devices | grep -oE "iPhone.*?[^\(]+" | head -1 | awk '{$1=$1;print}'`
43+
if [ $scheme = default ]; then scheme=$(cat default); fi
44+
if [ "`ls -A | grep -i \\.xcworkspace\$`" ]; then filetype_parameter="workspace" && file_to_build="`ls -A | grep -i \\.xcworkspace\$`"; else filetype_parameter="project" && file_to_build="`ls -A | grep -i \\.xcodeproj\$`"; fi
45+
file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`
46+
xcodebuild test-without-building -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=$platform,name=$device"

โ€ŽREADME.mdโ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ npm run start
9595
| ๐Ÿ•ธ Web | ๐Ÿ•ธ Web | ๐Ÿ•ธ Web | ๐ŸŽ iOS | ๐ŸŽ iOS |
9696
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
9797
| [![Avatar](https://avatars2.githubusercontent.com/u/48378720?s=460&v=4)J028_๊น€๋„๊ท ](https://github.com/thesulks) | [![Avatar](https://avatars2.githubusercontent.com/u/41413618?s=460&u=950052ab15ba4d44ccbb311cd1f3f0a722e01605&v=4)J089_๋ฐ•์ง€ํ™](https://github.com/hongzzi) | [![Avatar](https://avatars3.githubusercontent.com/u/60839959?s=460&u=f8790200dde7fe5e6319764188d7c31382f49fbd&v=4)J139_์ด์ƒ๊ฒฝ](https://github.com/sang-gyeong) | [![Avatar](https://avatars1.githubusercontent.com/u/53948757?s=460&u=743a706b4f4f7a047e56f4f4eaec9602c1d23440&v=4)S059_์ตœ๊ด‘ํ˜„](https://github.com/nrurnru) | [![Avatar](https://avatars1.githubusercontent.com/u/54564170?s=460&u=f6e6840979bf6896f3831da24b21a2741d2a64c8&v=4)S060_์ตœ๋™๊ทœ](https://github.com/ChoiDongKyu96) |
98-
| ๋ถ€์บ  ์กธ์—…!! ๐Ÿ‘จโ€๐ŸŽ“ | ๋ถ€์บ  ์กธ์—…!! ๐Ÿ‘ฉโ€๐ŸŽ“| ์กฐ๊ธˆ์”ฉ ๊พธ์ค€ํžˆ๐Ÿƒโ€โ™€๏ธ | | |
98+
| ๋ถ€์บ  ์กธ์—…!! ๐Ÿ‘จโ€๐ŸŽ“ | ๋ถ€์บ  ์กธ์—…!! ๐Ÿ‘ฉโ€๐ŸŽ“| [์กฐ๊ธˆ์”ฉ ๊พธ์ค€ํžˆ๐Ÿƒโ€โ™€๏ธ](https://www.notion.so/db15509455e64ce684c55232f4e171f7) | [๋ญ๋“ ์ง€ ์—ด์‹ฌํžˆ ๐Ÿ’ช](https://www.notion.so/1914bb2b5bdb43fb8aabda7ca713cb56) |[๋กœ๋ด‡์„ ์ „๊ณตํ•œ ๐Ÿค–](https://www.notion.so/165e8fb70e3a494d9599e62a7e627380)|
9999

100100
๐Ÿ‘€ ์ €ํฌ ํŒ€์ด ๋” ๊ถ๊ธˆํ•˜์‹œ๋‹ค๋ฉด
101101
- [๊ธฐ์ˆ  ํŠน์žฅ์ ](https://www.notion.so/01-C-9078157a03614bbabebb2dc183d342a4)
@@ -108,5 +108,6 @@ npm run start
108108

109109
## Show your support! โญ๏ธ
110110

111-
๋ณ„์€ ์ €ํฌ๋“ค์—๊ฒŒ ํฐ ์‘์›๊ณผ ์›๋™๋ ฅ์ด ๋ฉ๋‹ˆ๋‹ค๐Ÿ˜‹
111+
๋ณ„์€ ์ €ํฌ๋“ค์—๊ฒŒ ํฐ ์‘์›๊ณผ ์›๋™๋ ฅ์ด ๋ฉ๋‹ˆ๋‹ค๐Ÿ˜‹
112112
์žฌ๋ฐŒ๊ฒŒ ๋ณด์…จ๋‹ค๋ฉด star๋ฅผ ๊พธ์šฑ ๋ˆŒ๋Ÿฌ์ฃผ์„ธ์š”โญ๏ธ
113+

โ€Žfrontend/package-lock.jsonโ€Ž

Lines changed: 395 additions & 488 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// onClick={createEventHandler(deleteTrackEvent, 'delete', {'page': '/library'})}
2+
// action์€ ์ƒ์ˆ˜๋กœ ๊ด€๋ฆฌ
3+
function createEventHandler(handler, action, eventParam) {
4+
function send() {
5+
switch (action) {
6+
case 'moveToPage':
7+
// logApi ๋ณด๋‚ด๋Š” ์ฝ”๋“œ
8+
return null;
9+
default:
10+
return null;
11+
}
12+
}
13+
return () => {
14+
send();
15+
handler();
16+
};
17+
}
18+
19+
export default createEventHandler;
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
disabled_rules:
2+
- trailing_whitespace
3+
- identifier_name
4+
- line_length
5+
included:
6+
excluded:
7+
- Pods
8+
- MiniVIBETests

0 commit comments

Comments
ย (0)