-
Notifications
You must be signed in to change notification settings - Fork 9
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
chore(fe): edit color of tailwind config #1893
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
jwoojin9
approved these changes
Jul 29, 2024
jwoojin9
pushed a commit
that referenced
this pull request
Jul 30, 2024
* chore: edit tailwind color config * chore: apply level color at badge * chore: change text and bg to dark and light
jwoojin9
pushed a commit
that referenced
this pull request
Aug 2, 2024
* chore: edit tailwind color config * chore: apply level color at badge * chore: change text and bg to dark and light
jihorobert
added a commit
that referenced
this pull request
Aug 5, 2024
* feat(fe): redesign admin problem list * feat(fe): implement image upload (#1862) * feat(fe): implement image upload * fix(fe): fix pnpm lock file * feat(fe): refactor admin contest structure (#1863) * chore: refactor admin contest folder structure * refactor(fe): refactor admin create contest * refactor(fe): refactor edit contest page * chore: refactor zod schema, lifting inputStyle * feat(fe): add show state for hint and source for initial state of switch * refactor: componentize contest problem list label and button * feat(fe): add contest detail in contest overall page * chore: move directory of components only used in contest * feat(fe): implement contest overall tabs using parallel routes * chore: wrap tabs with overall folder * chore(fe): edit color of tailwind config (#1893) * chore: edit tailwind color config * chore: apply level color at badge * chore: change text and bg to dark and light * feat(fe): redesign admin problem list table * chore(fe): improve tailwind code and remove unused language * chore(fe): fix level type uppercase * fix(fe): fix level lowercase * fix(fe): fix contest level badge * fix(fe): fix problem level badge --------- Co-authored-by: YooJin Lee <[email protected]> Co-authored-by: Kwon Seo Jin <[email protected]> Co-authored-by: Jiho Park <[email protected]>
jwoojin9
added a commit
that referenced
this pull request
Aug 9, 2024
* feat(fe): redesign signup modal * fix(be): fix bruno query grammar (#1860) * chore(be): return including enable-copy-paste (#1867) * fix(deps): update dependency @codemirror/view to ^6.28.6 (#1838) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency vitest to v2 (#1839) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @sentry/nextjs to v8 (#1731) * fix(deps): update dependency @sentry/nextjs to v8 * fix(fe): update withSentryconfig usage --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jimin Ha <[email protected]> * fix(deps): update dependency nestjs-otel to v6 (#1732) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update all non-major dependencies (#1808) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(ci): disable backend e2e-test on cd-stage (#1871) * chore: update issue template (#1876) Notion task와의 연동을 위한 사전 작업입니다. * fix: fix typo (#1877) * fix(fe): fix sentry initialization (#1873) * fix(fe): fix sentry initialization * refactor(fe): simplify sentry init logic * fix(infra): separate local minio and stage minio container (#1887) * fix(infra): separate local minio and stage minio container * fix(infra): change devcontainer settings of local-minio * fix(infra): 1886 separate stage local minio container (#1888) * fix(infra): separate local minio and stage minio container * fix(infra): change devcontainer settings of local-minio * fix(infra): change setup container depends-on container * chore(infra): fix typo * feat(fe): add editor copy paste preventing (#1874) * feat(fe): add editor copy paste preventing * fix(fe): resolve error in submission by adding initial value to enableCopyPaste * fix(fe): resolve error in non-contest problem by adding initial value * fix(fe): prevent copy paste when enableCopyPaste is false * chore(fe): improve code readability * feat(fe): implement image upload (#1862) * feat(fe): implement image upload * fix(fe): fix pnpm lock file * feat(fe): refactor admin contest structure (#1863) * chore: refactor admin contest folder structure * refactor(fe): refactor admin create contest * refactor(fe): refactor edit contest page * chore: refactor zod schema, lifting inputStyle * feat(fe): add show state for hint and source for initial state of switch * refactor: componentize contest problem list label and button * feat(fe): add contest detail in contest overall page * chore: move directory of components only used in contest * feat(fe): implement contest overall tabs using parallel routes * chore: wrap tabs with overall folder * chore(fe): edit color of tailwind config (#1893) * chore: edit tailwind color config * chore: apply level color at badge * chore: change text and bg to dark and light * feat(fe): redesign main page carousel (#1900) * feat(fe): update carousel * feat(fe): replace mono font * chore(fe): fix carousel margin * chore(fe): change font weight * fix(fe): fix css * feat(be): add student-id and major field (#1806) * feat(be): add student-id and major field * feat(be): prisma migrate for add major, student-id * feat(be): change default value to dto value * feat(be): change seed.ts file * feat(be): change student-id and major optional * feat(be): prisma migrate * feat(be): error fix * feat(be): type error fix * feat(be): delete annotation * feat(be): restore bruno * feat(be): review edit * feat(be): add default value * chore(be): rename student-id * docs(be): add student-id and major * docs(be): student-id fix --------- Co-authored-by: Dayong Lee <[email protected]> Co-authored-by: Jaehyeon Kim <[email protected]> Co-authored-by: Jaehyeon Kim <[email protected]> * chore(be): add cascade on announcement model (#1905) * fix(be): remove unique constraint on student-id field (#1906) * fix(be): remove unique constraint on student-id field * chore(be): add migration * fix(fe): add controlller to major combobox * feat(fe): redesign signup modal * feat(fe): redesign signup information fields * fix(fe): cancel package.json change * feat(fe): redesign signup modal and fix email timer * chore(fe): improve code readability * chore(fe): improve code readability * chore(fe): improve code redability * fix(fe): change code for readability * chore(fe): erase comment --------- Co-authored-by: jimin9038 <[email protected]> Co-authored-by: Jaehyeon Kim <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Taehoon Kim <[email protected]> Co-authored-by: YooJin Lee <[email protected]> Co-authored-by: Kwon Seo Jin <[email protected]> Co-authored-by: hwantae <[email protected]> Co-authored-by: Dayong Lee <[email protected]> Co-authored-by: Jaehyeon Kim <[email protected]> Co-authored-by: Jiho Park <[email protected]> Co-authored-by: jiho <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
1. Primary
2. Level
3. Error
위의 세가지 설정을 tailwind config에 추가했습니다
Closes #1892
Additional context
Before submitting the PR, please make sure you do the following
fixes #123
).