This repository was archived by the owner on Dec 31, 2025. It is now read-only.
Draft
Conversation
There was a problem hiding this comment.
Hi @raymonable! 👋
Your private repo does not have access to Sourcery.
Please upgrade to continue using Sourcery ✨
Jack5079
reviewed
May 7, 2025
| import { getMusicJacket } from "$lib/app/assets" | ||
| import LL from "$lib/i18n/i18n-svelte" | ||
|
|
||
| let { targetGame, music, songLeaderboard } = $props(); |
Contributor
There was a problem hiding this comment.
I guess we not doing types now
Contributor
Author
|
oh yeah true
vscode svelte plugin automatically fills in types from server.ts so i fogot
…On Wed, May 7, 2025 at 7:39 PM Jack W. ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In src/routes/(app)/(nonuser)/home/SongLeaderboard.svelte
<#74 (comment)>:
> @@ -0,0 +1,70 @@
+<script lang="ts">
+ import { getMusicJacket } from "$lib/app/assets"
+ import LL from "$lib/i18n/i18n-svelte"
+
+ let { targetGame, music, songLeaderboard } = $props();
I guess we not doing types now
—
Reply to this email directly, view it on GitHub
<#74 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYFNXLDZX3CEJ5PFFFFXOTL25KKS7AVCNFSM6AAAAAB4VDJTNGVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDQMRTGQ3TGMBUGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Contributor
|
Oh |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Currently unfinished and awaiting visual feedback from @nbitzz or @Jack5079.
Also waiting for #14 to be complete.