client: refactor marquee component to composition API #187

Merged
norm merged 2 commits from refactor/marquee into main 2022-10-08 23:00:49 +00:00
Owner
No description provided.
Johann150 added 1 commit 2022-10-07 11:34:14 +00:00
client: refactor marquee component to composition API
Some checks failed
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline failed
ci/woodpecker/pr/test Pipeline failed
3f59b7f705
norm reviewed 2022-10-08 07:06:42 +00:00
@ -33,3 +26,1 @@
}
watch(() => props.duration, calc);
let contentEl = $ref();
Owner

This should have a type annotation of HTMLElement.

This should have a type annotation of `HTMLElement`.
Johann150 marked this conversation as resolved
norm reviewed 2022-10-08 07:07:39 +00:00
@ -37,3 +28,1 @@
onMounted(() => {
calc();
});
function calc() {
Owner

This should have a return type annotation added.

This should have a return type annotation added.
Johann150 marked this conversation as resolved
Johann150 added 1 commit 2022-10-08 18:59:35 +00:00
add type annotations
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline failed
ci/woodpecker/pr/test Pipeline failed
60e49a4196
norm merged commit 4e0f14c0db into main 2022-10-08 23:00:49 +00:00
norm deleted branch refactor/marquee 2022-10-08 23:00:49 +00:00
Sign in to join this conversation.
No reviewers
No labels
feature
fix
upkeep
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: FoundKeyGang/FoundKey#187
No description provided.