Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: load routes lazily #199

Merged
merged 2 commits into from
Feb 14, 2024
Merged

feat: load routes lazily #199

merged 2 commits into from
Feb 14, 2024

Conversation

Jinho1011
Copy link
Member

What is this PR? ๐Ÿ”

  • lazy load๋ฅผ ํ†ตํ•œ ์„ฑ๋Šฅ ์ตœ์ ํ™”

Changes ๐Ÿ“

  • route๋ฅผ lazyํ•˜๊ฒŒ ๋ถˆ๋Ÿฌ์˜ค๋„๋ก ํ•˜์—ฌ ์„ฑ๋Šฅ์„ ๊ฐœ์„ ํ–ˆ์Šต๋‹ˆ๋‹ค.
    • ์˜ˆ๋ฅผ ๋“ค์–ด A ์‚ฌ์ด๋“œ ํ™”๋ฉด์„ ๋ถˆ๋Ÿฌ์˜ฌ ๋•Œ ๋‹ค๋ฅธ ํ™”๋ฉด๋“ค์€ ๋‹น์žฅ ํ•„์š”ํ•˜์ง€ ์•Š์œผ๋ฏ€๋กœ lazyํ•˜๊ฒŒ importํ•˜๋„๋ก ์ž‘์„ฑํ–ˆ์Šต๋‹ˆ๋‹ค.

To Reviewers ๐Ÿ“ข

  • ์ด ๋ถ€๋ถ„ ์ข€ ๊ฐ™์ด ๋ด์ฃผ์„ธ์š” / ํ˜น์€ ํ•˜๊ณ  ์‹ถ์€ ๋ง

Copy link

netlify bot commented Feb 13, 2024

โŒ Deploy Preview for offonoff-ab failed.

Name Link
๐Ÿ”จ Latest commit 22d7eb1
๐Ÿ” Latest deploy log https://app.netlify.com/sites/offonoff-ab/deploys/65cc5a56939a5b00086776e2

@Jinho1011 Jinho1011 merged commit 564d19c into dev Feb 14, 2024
0 of 5 checks passed
Jinho1011 added a commit that referenced this pull request Feb 19, 2024
commit 6dd66e4
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Mon Feb 19 21:34:07 2024 +0900

    fix: remove duplicated identifier

commit 5ec1eb5
Merge: b1350d9 4ed3857
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Mon Feb 19 21:28:53 2024 +0900

    Merge branch 'main' into dev

commit b1350d9
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Mon Feb 19 16:11:17 2024 +0900

    comment์— choice ์ถ”๊ฐ€ํ•ด์„œ ์„ ํƒ์ง€ ๋ฐ˜์˜ (#222)

commit 093fdbf
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Mon Feb 19 16:11:05 2024 +0900

    ์•Œ๋ฆผ ํ™”๋ฉด์— ๋’ค๋กœ๊ฐ€๊ธฐ ๋ฒ„ํŠผ ์ถ”๊ฐ€ (#220)

commit 581907a
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Mon Feb 19 16:09:47 2024 +0900

    fix: ์œ ์ €๊ฐ€ ์ž‘์„ฑํ•œ ํ† ํ”ฝ์ธ ๊ฒฝ์šฐ ์กฐํšŒ ๊ฐ€๋Šฅํ•˜๋„๋ก ์ˆ˜์ • (#219)

    * fix: get method to throw error

    * fix: check if member created topic

    * fiX: remove console.log

    * refactor: remove another console.logs

commit 7664e48
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Mon Feb 19 16:09:35 2024 +0900

    A ์‚ฌ์ด๋“œ ํ† ํ”ฝ ์นด๋“œ ํ…์ŠคํŠธ ์˜์—ญ ๋ฐ ์†Œ์ˆ˜์  ์ด์Šˆ ํ•ด๊ฒฐ (#218)

    * fix: round percentage

    * fix: make progress content hidden with ellipsis

    * fix: integrate to topic

    * fix: show toast on vote my topic

commit 112de6d
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Mon Feb 19 13:59:24 2024 +0900

    fix: ํ† ํ”ฝ ์ž‘์„ฑ์ž๋Š” ํˆฌํ‘œ ๋ถˆ๊ฐ€ (#217)

    * chore: add react-toastify

    * feat: add zIndex type to theme

    * feat: Toast container

    * feat: show toast and reset slide

    * fix: make handleVote return Promise<boolean>

commit d101c47
Merge: ef9eaee 0292560
Author: CHAEYOUNG SONG <77428876+chaeyoung103@users.noreply.github.com>
Date:   Mon Feb 19 00:14:32 2024 +0900

    Merge pull request #215 from team-offonoff/feat/admin-login

    fix: admin login button

commit 0292560
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Mon Feb 19 00:10:32 2024 +0900

    feat: add admin login button

commit adf85b8
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Sun Feb 18 23:41:07 2024 +0900

    feat: replace to useOAuth

commit 1fade9e
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Sun Feb 18 23:40:53 2024 +0900

    fix: redirect user to login page on fail

commit 196a011
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Sun Feb 18 23:38:36 2024 +0900

    feat: add useOAuth to authroize commonly

commit 5b20728
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Sun Feb 18 23:38:08 2024 +0900

    fix: separate login url retrieve to function

commit ef9eaee
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Sat Feb 17 21:10:24 2024 +0900

    fix: signup ํ™”๋ฉด ๋””์ž์ธ ๋ถˆ์ผ์น˜ ์ˆ˜์ • (#213)

    * fix: make DefaultButton extends ButtonHTMLAttributes

    * feat: replace to DefaultButton

    * fix: radio button selected style

    * feat: navigate to home after consent to term

commit 89f4201
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Sat Feb 17 20:58:26 2024 +0900

    fix: google redirect url

commit ca79bec
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Thu Feb 15 15:29:05 2024 +0900

    Theme Color๋ฅผ Layout์—์„œ ๋™์ ์œผ๋กœ ์ˆ˜์ • (#210)

    * chore: add react-helmet

    * feat: change theme color in layout

commit 03d663e
Merge: 370b532 25634ba
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Wed Feb 14 20:06:01 2024 +0900

    Merge pull request #205 from team-offonoff/feat/mypage

    ๋งˆ์ดํŽ˜์ด์ง€ ui ๋ฐ ๊ธฐ๋Šฅ ์ถ”๊ฐ€

commit 25634ba
Merge: b4efd5b 370b532
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Wed Feb 14 20:05:42 2024 +0900

    Merge branch 'dev' into feat/mypage

commit b4efd5b
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Wed Feb 14 20:01:52 2024 +0900

    feat: ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์‚ญ์ œํ•˜๊ธฐ ๊ธฐ๋Šฅ์ถ”๊ฐ€

    delete api ์—ฐ๋™ ๋ฐ ์‚ญ์ œํ•˜๊ธฐ ๋ชจ๋‹ฌ ์ถ”๊ฐ€

commit ecff063
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Wed Feb 14 20:01:12 2024 +0900

    fix: ์‚ญ์ œํ•˜๊ธฐ ์•ก์…˜๋ชจ๋‹ฌ ์‚ฌ์šฉ์„ ์œ„ํ•œ ์ˆ˜์ •

commit 370b532
Merge: 360a128 da57fb0
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Wed Feb 14 19:44:54 2024 +0900

    Merge pull request #203 from team-offonoff/feat/sentry-logging

    feat: add @sentry/react

commit 360a128
Merge: d7e66db 3a3c64c
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Wed Feb 14 19:44:42 2024 +0900

    Merge pull request #202 from team-offonoff/feat/b-side-detail-page

    B ์‚ฌ์ด๋“œ ์ƒ์„ธ ํŽ˜์ด์ง€ ๊ตฌํ˜„

commit da57fb0
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 19:37:34 2024 +0900

    feat: thrwo Error for testing

commit de3c598
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 19:37:19 2024 +0900

    feat: init sentry

commit 5fbe1d6
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 19:37:12 2024 +0900

    feat: add @sentry/react

commit 3a3c64c
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 19:29:44 2024 +0900

    feat: navigate to detail page on click card

commit 85379ef
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 19:29:16 2024 +0900

    feat: add B side detail page

commit dd5380f
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 19:27:57 2024 +0900

    fix: make choiceSlide box-sizing to content-box

commit 7fc2960
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 19:27:34 2024 +0900

    feat: add BackButton component

commit ce9ae78
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 18:41:15 2024 +0900

    feat: separate loading component

commit d7e66db
Merge: e5d10fa 88040c3
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Wed Feb 14 18:36:34 2024 +0900

    Merge pull request #201 from team-offonoff/feat/loading-screen

    Loading ํ™”๋ฉด ๋ถ„๋ฆฌ

commit 90fc26b
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Wed Feb 14 16:13:58 2024 +0900

    feat: ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ s3 ์—…๋กœ๋“œ ๋ฐ ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ๋ณ€๊ฒฝ api ์—ฐ๋™

commit 88040c3
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 15:50:49 2024 +0900

    feat: separate loading component

commit e5d10fa
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 15:16:35 2024 +0900

    fix: routes missing

commit 564d19c
Merge: 5ff3a6e 22d7eb1
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Wed Feb 14 15:15:14 2024 +0900

    Merge pull request #199 from team-offonoff/feat/lazy-routes

    feat: load routes lazily

commit 22d7eb1
Merge: b01f5a7 5ff3a6e
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Wed Feb 14 15:14:43 2024 +0900

    Merge branch 'dev' into feat/lazy-routes

commit 5ff3a6e
Merge: 4f28590 566d213
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Wed Feb 14 15:14:10 2024 +0900

    Merge pull request #198 from team-offonoff/feat/b-side-page

    feat: B ์‚ฌ์ด๋“œ ํ† ํ”ฝ ํ™ˆ ํ™”๋ฉด ๊ตฌํ˜„

commit b01f5a7
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 22:30:19 2024 +0900

    feat: load routes lazily

commit 566d213
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 22:08:37 2024 +0900

    fix: render BTopicCard

commit ed0f863
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 21:58:44 2024 +0900

    feat: implements BTopicCard

commit 853df2a
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 21:58:21 2024 +0900

    feat: implements BTopicChoice

commit c1b28ef
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 21:54:23 2024 +0900

    feat: add backgroundColor as optional

commit 54875a5
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 20:08:58 2024 +0900

    fix: remove transition from  body

commit 4ef34b5
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 19:59:11 2024 +0900

    fix: separate onVote

commit 2c0c540
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 17:49:04 2024 +0900

    feat: add b topics background color

commit 3977e6d
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 17:48:27 2024 +0900

    fix: b nav item to

commit 67bd612
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 17:14:37 2024 +0900

    feat: rename ATopics and add BTopics

commit d0bec20
Merge: 72aaca6 4f28590
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Tue Feb 13 16:34:58 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit 72aaca6
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Mon Feb 12 20:26:12 2024 +0900

    feat: mypage ๋ชจ๋‹ฌ ์ƒ์„ฑ, ์•จ๋ฒ” ๊ธฐ๋Šฅ ์ถ”๊ฐ€

commit 1936187
Merge: 629e617 413afd3
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Mon Feb 12 17:44:21 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit 629e617
Merge: 55d5c17 b77acf8
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Fri Feb 9 22:46:07 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit 55d5c17
Merge: f5be359 55e8442
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Fri Feb 9 22:38:11 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit f5be359
Merge: 39fc1c1 3a24467
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Fri Feb 9 20:56:42 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit 39fc1c1
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Fri Feb 9 17:57:44 2024 +0900

    feat: mypage ui ์ƒ์„ฑ

commit 682c926
Merge: 7e36b4e da45f52
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Fri Feb 9 16:18:26 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit 7e36b4e
Merge: b532fb5 2624766
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Thu Feb 8 21:53:48 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit b532fb5
Merge: 185fc29 0d1fdb5
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Thu Feb 8 21:32:20 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit 185fc29
Merge: d892fd5 2232cb4
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Thu Feb 8 21:29:12 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit d892fd5
Merge: ac72441 8c74cf2
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Thu Feb 8 21:26:21 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage
Jinho1011 added a commit that referenced this pull request Feb 22, 2024
commit c941d1c
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Fri Feb 23 01:46:01 2024 +0900

    ๋””์ž์ธ ๋ถˆ์ผ์น˜ ๋Œ€๊ฑฐ ์ˆ˜์ • (#229)

    * feat: add comment box

    * fix: comment chip icon

    * fix: remove meatball button from a/b topic card

    * chore: add @toss/utils

    * feat: add formatToKoreanNumber

    * fix: RadioInput visibility

    * refactor(topic-card): separate header from comment box

    * refactor(comment-box): replace comment preview api

    * fix(topic-swiper): useSwiperSlide not working

    * fix(home): get b side topic only

    * feat: add width prop to Flex

    * feat: add isBig prop to commentBox

    * feat: add ellipsis prop to Text

    * feat: show CTA if comments empty

    * fix: add key prop to SwiperSlide

    * fix: add exception handling for comments by topic creator

commit aa91526
Author: CHAEYOUNG SONG <77428876+chaeyoung103@users.noreply.github.com>
Date:   Wed Feb 21 17:01:02 2024 +0900

    mypage ํผ๋ธ”๋ฆฌ์‹ฑ ๋ฐ ๊ธฐ๋Šฅ ๊ตฌํ˜„ (#228)

    * fix: ์‚ฌํŒŒ๋ฆฌ ์ด์Šˆ textcolor ์ง€์ •

    * fix: ์„œ๋ฒ„์—์„œ ์‘๋‹ต์ด ์—†๋Š”๊ฒฝ์šฐ ์—๋Ÿฌ๋ฐฉ์ง€

    * fix: ๋””์ž์ธ๊ณผ ๋‹ค๋ฅธ input ui ์ˆ˜์ •

    * feat: ๋‚ด์ •๋ณด์ˆ˜์ • ํŽ˜์ด์ง€๋กœ ์ด๋™ ๋กœ์ง ์ถ”๊ฐ€

    * style: ๋ฒ„ํŠผ ์ด๋ฆ„ ๋ณ€๊ฒฝ

    * feat: modifyprofile route ์ถ”๊ฐ€

    * design: ๋””์ž์ธ๊ณผ ๋‹ค๋ฅธ ui ์ˆ˜์ •

    * feat: ๋‚ด์ •๋ณด์ˆ˜์ • api ์ƒ์„ฑ

    * feat: ๋‚ด์ •๋ณด ์ˆ˜์ • ํŽ˜์ด์ง€ ํผ๋ธ”๋ฆฌ์‹ฑ ๋ฐ api ์—ฐ๋™

    * feat: import ModifyProfile with lazy

    ---------

    Co-authored-by: ์ „์ง„ํ˜ธ <gino9940@gmail.com>

commit 6dd66e4
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Mon Feb 19 21:34:07 2024 +0900

    fix: remove duplicated identifier

commit 5ec1eb5
Merge: b1350d9 4ed3857
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Mon Feb 19 21:28:53 2024 +0900

    Merge branch 'main' into dev

commit b1350d9
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Mon Feb 19 16:11:17 2024 +0900

    comment์— choice ์ถ”๊ฐ€ํ•ด์„œ ์„ ํƒ์ง€ ๋ฐ˜์˜ (#222)

commit 093fdbf
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Mon Feb 19 16:11:05 2024 +0900

    ์•Œ๋ฆผ ํ™”๋ฉด์— ๋’ค๋กœ๊ฐ€๊ธฐ ๋ฒ„ํŠผ ์ถ”๊ฐ€ (#220)

commit 581907a
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Mon Feb 19 16:09:47 2024 +0900

    fix: ์œ ์ €๊ฐ€ ์ž‘์„ฑํ•œ ํ† ํ”ฝ์ธ ๊ฒฝ์šฐ ์กฐํšŒ ๊ฐ€๋Šฅํ•˜๋„๋ก ์ˆ˜์ • (#219)

    * fix: get method to throw error

    * fix: check if member created topic

    * fiX: remove console.log

    * refactor: remove another console.logs

commit 7664e48
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Mon Feb 19 16:09:35 2024 +0900

    A ์‚ฌ์ด๋“œ ํ† ํ”ฝ ์นด๋“œ ํ…์ŠคํŠธ ์˜์—ญ ๋ฐ ์†Œ์ˆ˜์  ์ด์Šˆ ํ•ด๊ฒฐ (#218)

    * fix: round percentage

    * fix: make progress content hidden with ellipsis

    * fix: integrate to topic

    * fix: show toast on vote my topic

commit 112de6d
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Mon Feb 19 13:59:24 2024 +0900

    fix: ํ† ํ”ฝ ์ž‘์„ฑ์ž๋Š” ํˆฌํ‘œ ๋ถˆ๊ฐ€ (#217)

    * chore: add react-toastify

    * feat: add zIndex type to theme

    * feat: Toast container

    * feat: show toast and reset slide

    * fix: make handleVote return Promise<boolean>

commit d101c47
Merge: ef9eaee 0292560
Author: CHAEYOUNG SONG <77428876+chaeyoung103@users.noreply.github.com>
Date:   Mon Feb 19 00:14:32 2024 +0900

    Merge pull request #215 from team-offonoff/feat/admin-login

    fix: admin login button

commit 0292560
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Mon Feb 19 00:10:32 2024 +0900

    feat: add admin login button

commit adf85b8
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Sun Feb 18 23:41:07 2024 +0900

    feat: replace to useOAuth

commit 1fade9e
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Sun Feb 18 23:40:53 2024 +0900

    fix: redirect user to login page on fail

commit 196a011
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Sun Feb 18 23:38:36 2024 +0900

    feat: add useOAuth to authroize commonly

commit 5b20728
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Sun Feb 18 23:38:08 2024 +0900

    fix: separate login url retrieve to function

commit ef9eaee
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Sat Feb 17 21:10:24 2024 +0900

    fix: signup ํ™”๋ฉด ๋””์ž์ธ ๋ถˆ์ผ์น˜ ์ˆ˜์ • (#213)

    * fix: make DefaultButton extends ButtonHTMLAttributes

    * feat: replace to DefaultButton

    * fix: radio button selected style

    * feat: navigate to home after consent to term

commit 89f4201
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Sat Feb 17 20:58:26 2024 +0900

    fix: google redirect url

commit ca79bec
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Thu Feb 15 15:29:05 2024 +0900

    Theme Color๋ฅผ Layout์—์„œ ๋™์ ์œผ๋กœ ์ˆ˜์ • (#210)

    * chore: add react-helmet

    * feat: change theme color in layout

commit 03d663e
Merge: 370b532 25634ba
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Wed Feb 14 20:06:01 2024 +0900

    Merge pull request #205 from team-offonoff/feat/mypage

    ๋งˆ์ดํŽ˜์ด์ง€ ui ๋ฐ ๊ธฐ๋Šฅ ์ถ”๊ฐ€

commit 25634ba
Merge: b4efd5b 370b532
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Wed Feb 14 20:05:42 2024 +0900

    Merge branch 'dev' into feat/mypage

commit b4efd5b
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Wed Feb 14 20:01:52 2024 +0900

    feat: ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ์‚ญ์ œํ•˜๊ธฐ ๊ธฐ๋Šฅ์ถ”๊ฐ€

    delete api ์—ฐ๋™ ๋ฐ ์‚ญ์ œํ•˜๊ธฐ ๋ชจ๋‹ฌ ์ถ”๊ฐ€

commit ecff063
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Wed Feb 14 20:01:12 2024 +0900

    fix: ์‚ญ์ œํ•˜๊ธฐ ์•ก์…˜๋ชจ๋‹ฌ ์‚ฌ์šฉ์„ ์œ„ํ•œ ์ˆ˜์ •

commit 370b532
Merge: 360a128 da57fb0
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Wed Feb 14 19:44:54 2024 +0900

    Merge pull request #203 from team-offonoff/feat/sentry-logging

    feat: add @sentry/react

commit 360a128
Merge: d7e66db 3a3c64c
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Wed Feb 14 19:44:42 2024 +0900

    Merge pull request #202 from team-offonoff/feat/b-side-detail-page

    B ์‚ฌ์ด๋“œ ์ƒ์„ธ ํŽ˜์ด์ง€ ๊ตฌํ˜„

commit da57fb0
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 19:37:34 2024 +0900

    feat: thrwo Error for testing

commit de3c598
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 19:37:19 2024 +0900

    feat: init sentry

commit 5fbe1d6
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 19:37:12 2024 +0900

    feat: add @sentry/react

commit 3a3c64c
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 19:29:44 2024 +0900

    feat: navigate to detail page on click card

commit 85379ef
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 19:29:16 2024 +0900

    feat: add B side detail page

commit dd5380f
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 19:27:57 2024 +0900

    fix: make choiceSlide box-sizing to content-box

commit 7fc2960
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 19:27:34 2024 +0900

    feat: add BackButton component

commit ce9ae78
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 18:41:15 2024 +0900

    feat: separate loading component

commit d7e66db
Merge: e5d10fa 88040c3
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Wed Feb 14 18:36:34 2024 +0900

    Merge pull request #201 from team-offonoff/feat/loading-screen

    Loading ํ™”๋ฉด ๋ถ„๋ฆฌ

commit 90fc26b
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Wed Feb 14 16:13:58 2024 +0900

    feat: ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ s3 ์—…๋กœ๋“œ ๋ฐ ํ”„๋กœํ•„ ์ด๋ฏธ์ง€ ๋ณ€๊ฒฝ api ์—ฐ๋™

commit 88040c3
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 15:50:49 2024 +0900

    feat: separate loading component

commit e5d10fa
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Wed Feb 14 15:16:35 2024 +0900

    fix: routes missing

commit 564d19c
Merge: 5ff3a6e 22d7eb1
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Wed Feb 14 15:15:14 2024 +0900

    Merge pull request #199 from team-offonoff/feat/lazy-routes

    feat: load routes lazily

commit 22d7eb1
Merge: b01f5a7 5ff3a6e
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Wed Feb 14 15:14:43 2024 +0900

    Merge branch 'dev' into feat/lazy-routes

commit 5ff3a6e
Merge: 4f28590 566d213
Author: Jeon Jinho <gino9940@gmail.com>
Date:   Wed Feb 14 15:14:10 2024 +0900

    Merge pull request #198 from team-offonoff/feat/b-side-page

    feat: B ์‚ฌ์ด๋“œ ํ† ํ”ฝ ํ™ˆ ํ™”๋ฉด ๊ตฌํ˜„

commit b01f5a7
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 22:30:19 2024 +0900

    feat: load routes lazily

commit 566d213
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 22:08:37 2024 +0900

    fix: render BTopicCard

commit ed0f863
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 21:58:44 2024 +0900

    feat: implements BTopicCard

commit 853df2a
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 21:58:21 2024 +0900

    feat: implements BTopicChoice

commit c1b28ef
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 21:54:23 2024 +0900

    feat: add backgroundColor as optional

commit 54875a5
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 20:08:58 2024 +0900

    fix: remove transition from  body

commit 4ef34b5
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 19:59:11 2024 +0900

    fix: separate onVote

commit 2c0c540
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 17:49:04 2024 +0900

    feat: add b topics background color

commit 3977e6d
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 17:48:27 2024 +0900

    fix: b nav item to

commit 67bd612
Author: ์ „์ง„ํ˜ธ <gino9940@gmail.com>
Date:   Tue Feb 13 17:14:37 2024 +0900

    feat: rename ATopics and add BTopics

commit d0bec20
Merge: 72aaca6 4f28590
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Tue Feb 13 16:34:58 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit 72aaca6
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Mon Feb 12 20:26:12 2024 +0900

    feat: mypage ๋ชจ๋‹ฌ ์ƒ์„ฑ, ์•จ๋ฒ” ๊ธฐ๋Šฅ ์ถ”๊ฐ€

commit 1936187
Merge: 629e617 413afd3
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Mon Feb 12 17:44:21 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit 629e617
Merge: 55d5c17 b77acf8
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Fri Feb 9 22:46:07 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit 55d5c17
Merge: f5be359 55e8442
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Fri Feb 9 22:38:11 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit f5be359
Merge: 39fc1c1 3a24467
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Fri Feb 9 20:56:42 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit 39fc1c1
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Fri Feb 9 17:57:44 2024 +0900

    feat: mypage ui ์ƒ์„ฑ

commit 682c926
Merge: 7e36b4e da45f52
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Fri Feb 9 16:18:26 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit 7e36b4e
Merge: b532fb5 2624766
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Thu Feb 8 21:53:48 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit b532fb5
Merge: 185fc29 0d1fdb5
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Thu Feb 8 21:32:20 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit 185fc29
Merge: d892fd5 2232cb4
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Thu Feb 8 21:29:12 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage

commit d892fd5
Merge: ac72441 8c74cf2
Author: chaeyoung103 <thdcodud103@naver.com>
Date:   Thu Feb 8 21:26:21 2024 +0900

    Merge remote-tracking branch 'origin/dev' into feat/mypage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant