Merge re-design to Staging#38
Draft
Xen0Xys wants to merge 27 commits into
Draft
Conversation
Xen0Xys
force-pushed
the
feature/re-design
branch
from
April 4, 2025 09:51
3f6ec2d to
0eb7dcf
Compare
Xen0Xys
force-pushed
the
feature/re-design
branch
from
April 4, 2025 13:16
4e2e209 to
c303c5c
Compare
There was a problem hiding this comment.
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
Xen0Xys
force-pushed
the
feature/re-design
branch
from
April 12, 2025 11:16
e6e8c7e to
616273d
Compare
Xen0Xys
force-pushed
the
feature/re-design
branch
from
May 23, 2025 08:03
bc4e0c0 to
ee74ee2
Compare
Xen0Xys
force-pushed
the
feature/re-design
branch
from
June 6, 2025 09:01
717cb86 to
e40212e
Compare
Xen0Xys
force-pushed
the
feature/re-design
branch
from
June 6, 2025 09:53
35c1cdd to
f3bd7f7
Compare
…r session management
Xen0Xys
force-pushed
the
feature/re-design
branch
from
June 12, 2025 08:28
85c6332 to
8f51a60
Compare
Xen0Xys
force-pushed
the
feature/re-design
branch
from
June 12, 2025 09:38
1124040 to
125c5ed
Compare
…on on scroll area
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
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.