Migrate frontend to pnpm+parcel with JS modules

This commit is contained in:
William Bouzourène 2025-05-12 15:37:53 +02:00
parent 4d8b7d6e62
commit 0b8fbea6c3
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
30 changed files with 2289 additions and 404 deletions

55
frontend/index.css Normal file
View file

@ -0,0 +1,55 @@
@import "npm:bootstrap/dist/css/bootstrap.css";
@import "npm:bootstrap-icons/font/bootstrap-icons.css";
img#header-logo {
width: 89px;
height: 35px;
}
#login-card {
margin: auto;
max-width: 600px;
}
.dashboard-tile {
text-decoration: none;
}
.user-photo {
background-color: #555;
color: #fff;
display: inline-block;
width: 25px;
height: 25px;
border-radius: 50%;
font-weight: bold;
text-align: center;
font-size: 12px;
padding-top: 4px;
}
a {
text-decoration: none;
}
.item-click {
cursor: pointer;
}
.text-bold {
font-weight: bold;
}
.table-responsive th,
.table-responsive td {
white-space: nowrap;
}
#licenses h2 {
font-weight: bold;
margin: 15px 0;
}
#licenses p {
margin: 0;
}