feat: devweb - Add inviting notification

This commit is contained in:
kmitresse
2024-06-12 15:32:06 +02:00
parent ce73807662
commit 2184320d53
6 changed files with 78 additions and 27 deletions
@@ -8,7 +8,6 @@
<layout:base title="${translator.translate('profile_title')}">
<jsp:attribute name="head">
<link rel="stylesheet" href="${pageContext.request.contextPath}/static/css/form.css"/>
<script defer type="module" src="${pageContext.request.contextPath}/static/js/form/profile.js"></script>
</jsp:attribute>
<jsp:body>
@@ -19,6 +19,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="${pageContext.request.contextPath}/static/css/global.css">
<link rel="stylesheet" href="${pageContext.request.contextPath}/static/css/notification.css">
<script defer type="module" src="${pageContext.request.contextPath}/static/js/navbar.js"></script>
<script defer type="module" src="${pageContext.request.contextPath}/static/js/notification/error.js"></script>
<script defer type="module" src="${pageContext.request.contextPath}/static/js/notification/success.js"></script>
@@ -8,7 +8,6 @@
<layout:base title="${title}">
<jsp:attribute name="head">
<link rel="stylesheet" href="${pageContext.request.contextPath}/static/css/form.css"/>
<jsp:invoke fragment="script"/>
</jsp:attribute>
<jsp:body>