vuetify-rework #2
2 Participants
Notifications
Total Time Spent: 5 hours
Due Date
vikingowl
5 hours
No due date set.
Dependencies
No dependencies set.
Reference: ALHP/alhp-web#2
Reference in New Issue
Block a user
No description provided.
Delete Branch "vuetify-rework"
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?
Ready for review
Looks good overall, just some minor changes:
Rest should be fine as far as I can see.
@@ -1,5 +1,5 @@
# ALHP Web
This project serves as backend for the ALHP API.
This project serves as backend for the ALHP API.
Please remove the tailing whitespace. Or better, drop the whole change to this file.
@@ -0,0 +4,4 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" rel="stylesheet">
I think we should serve this directly as dep without jsdeliver.
LGTM. I'll quickly test locally and report back.
Some minor issues resolved via PM. Merging now.