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

refactor: room page style and join room logic #420

Merged
merged 11 commits into from
Nov 10, 2024
Prev Previous commit
Next Next commit
feat(icon): add icon and modify script
  • Loading branch information
JohnsonMao committed Nov 10, 2024
commit aa9ae0aff3e455d3e236ebc13dac26bf3d05869a
45 changes: 2 additions & 43 deletions assets/icons/host.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions assets/icons/logo.svg

This file was deleted.

5 changes: 5 additions & 0 deletions assets/icons/user-host.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 3 additions & 41 deletions assets/icons/user.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 0 additions & 43 deletions assets/icons/user_host.svg

This file was deleted.

4 changes: 2 additions & 2 deletions components/shared/Icon/icons/generate/bright-crown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function BrightCrown({ className }: Readonly<BrightCrownProps>) {
width="24"
height="24"
>
<path d="M0 0H24V24H0V0Z" fill="white"></path>
<path d="M0 0H24V24H0V0Z" fill="currentColor"></path>
</mask>
<g mask="url(#mask0_15_3937)">
<path
Expand All @@ -36,7 +36,7 @@ export default function BrightCrown({ className }: Readonly<BrightCrownProps>) {
</g>
<defs>
<clipPath id="clip0_15_3937">
<rect width="24" height="24" fill="white"></rect>
<rect width="24" height="24" fill="currentColor"></rect>
</clipPath>
</defs>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion components/shared/Icon/icons/generate/edit-mode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function EditMode({ className }: Readonly<EditModeProps>) {
</g>
<defs>
<clipPath id="clip0_1218_1936">
<rect width="24" height="24" fill="white"></rect>
<rect width="24" height="24" fill="currentColor"></rect>
</clipPath>
</defs>
</svg>
Expand Down
Loading