Type script #5

Merged
bpeskiewicz merged 5 commits from feature/ts into main 2026-04-08 10:56:43 +00:00
Owner
No description provided.
feature/tests (#4)
All checks were successful
Run Tests / test (pull_request) Successful in 32s
Run Tests / lint (pull_request) Successful in 32s
841349e61e
Reviewed-on: #4
chore: simplify and deduplicate post-migration code
Some checks failed
Run Tests / test (pull_request) Successful in 32s
Run Tests / lint (pull_request) Failing after 33s
fe8e29260c
- Extract shared extension computed in FileIcon.vue (was duplicated)
- Export TestAgent from test helpers, remove 3 redundant declarations
- Extract getErrorMessage helper in useFileBrowser composable
- Inline getFileUrl prop type in FileTable, remove eslint-disable
- Replace inline files.filter() with computed in App.vue
- Remove narrating comments across server and test files
fix: apply TypeScript-aware no-unused-vars rule to Vue files
All checks were successful
Run Tests / test (pull_request) Successful in 30s
Run Tests / lint (pull_request) Successful in 31s
659ebe9951
The Vue section of the ESLint flat config was missing the
@typescript-eslint plugin and its no-unused-vars rule, causing
false positives on type-only function parameters in .vue files.
chore: remove accidentally committed cookies.txt and add to .gitignore
All checks were successful
Run Tests / test (pull_request) Successful in 33s
Run Tests / lint (pull_request) Successful in 33s
ab20fb60c0
Contained a JWT token left over from test debugging.
bpeskiewicz force-pushed feature/ts from ab20fb60c0
All checks were successful
Run Tests / test (pull_request) Successful in 33s
Run Tests / lint (pull_request) Successful in 33s
to 778addb23b
All checks were successful
Run Tests / test (pull_request) Successful in 32s
Run Tests / lint (pull_request) Successful in 32s
2026-04-08 10:53:24 +00:00
Compare
bpeskiewicz deleted branch feature/ts 2026-04-08 10:56:43 +00:00
bpeskiewicz referenced this pull request from a commit 2026-04-08 10:56:45 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bpeskiewicz/file-gateway!5
No description provided.