fix(lint): replace Array.sort with toSorted and unify defineEmits overload #4
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
javascript
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Bothim_TV/punktesystem!4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-linting-issues"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📝 Walkthrough
Walkthrough
The changes consolidate type signatures in one component and replace mutating array sort operations with non-mutating
toSorted()calls across multiple pages. This improves immutability practices without altering runtime behavior or result ordering of data processing.Changes
frontend/src/components/SchuelerSelect.vuefrontend/src/pages/checkin.vue,frontend/src/pages/verwaltung/schueler.vue,frontend/src/pages/verwaltung/statistik.vuesort()replaced with non-mutatingtoSorted()in grouped key sorting and computed property sorting operations to enhance immutability.Estimated code review effort
🎯 2 (Simple) | ⏱️ ~8 minutes
Poem
Comment
@coderabbitai helpto get the list of available commands and usage tips.