-
Notifications
You must be signed in to change notification settings - Fork 0
Merge re-design to Staging #38
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
Draft
Xen0Xys
wants to merge
27
commits into
staging
Choose a base branch
from
feature/re-design
base: staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or 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
3f6ec2d to
0eb7dcf
Compare
4e2e209 to
c303c5c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 204 out of 209 changed files in this pull request and generated no comments.
Files not reviewed (5)
- .dockerignore: Language not supported
- Dockerfile: Language not supported
- assets/css/index.css: Language not supported
- assets/css/tailwind.css: Language not supported
- components.json: Language not supported
Comments suppressed due to low confidence (2)
components/top/ThemeSwitcher.vue:4
- To correctly evaluate the media query result, use window.matchMedia('(prefers-color-scheme: dark)').matches instead of the MediaQueryList object.
return window?.matchMedia("[preferred-color-scheme: dark]") ? "dark" : "light";
components/items/WebtoonItem.vue:10
- [nitpick] Avoid reassigning the parameter 'genre' within the map function; instead, declare a new variable (e.g., transformedGenre) for clarity and maintainability.
return props.webtoon.genres.map((genre: string) => {
…ling and layout adjustments
…ng and add login/logout functionality
…or better responsiveness
e6e8c7e to
616273d
Compare
bc4e0c0 to
ee74ee2
Compare
717cb86 to
e40212e
Compare
35c1cdd to
f3bd7f7
Compare
…r session management
85c6332 to
8f51a60
Compare
1124040 to
125c5ed
Compare
…on on scroll area
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.
No description provided.