update changelog + add min-width to side menu

Thu, 12 Aug 2021 20:03:04 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 12 Aug 2021 20:03:04 +0200
changeset 223
df31e4332063
parent 222
390127090ad2
child 224
da975b1f188d

update changelog + add min-width to side menu

src/main/webapp/WEB-INF/changelogs/changelog-de.jspf file | annotate | diff | comparison | revisions
src/main/webapp/WEB-INF/changelogs/changelog.jspf file | annotate | diff | comparison | revisions
src/main/webapp/WEB-INF/jsp/site.jsp file | annotate | diff | comparison | revisions
src/main/webapp/lightpit.css file | annotate | diff | comparison | revisions
--- a/src/main/webapp/WEB-INF/changelogs/changelog-de.jspf	Tue Aug 10 19:27:12 2021 +0200
+++ b/src/main/webapp/WEB-INF/changelogs/changelog-de.jspf	Thu Aug 12 20:03:04 2021 +0200
@@ -24,6 +24,13 @@
   --%>
 <%@ page contentType="text/html;charset=UTF-8" %>
 
+<h3>Version 1.0 (Vorschau)</h3>
+
+<ul>
+    <li>Spalte für zugewiesener Entwickler zu den Vorgangstabellen hinzugefügt.</li>
+    <li>Installationsanweisungen hinzugefügt.</li>
+</ul>
+
 <h3>Version 0.6</h3>
 
 <ul>
--- a/src/main/webapp/WEB-INF/changelogs/changelog.jspf	Tue Aug 10 19:27:12 2021 +0200
+++ b/src/main/webapp/WEB-INF/changelogs/changelog.jspf	Thu Aug 12 20:03:04 2021 +0200
@@ -24,6 +24,13 @@
   --%>
 <%@ page contentType="text/html;charset=UTF-8" %>
 
+<h3>Version 1.0 (snapshot)</h3>
+
+<ul>
+    <li>Adds assignee to the issue overview tables.</li>
+    <li>Adds install instructions.</li>
+</ul>
+
 <h3>Version 0.6</h3>
 
 <ul>
--- a/src/main/webapp/WEB-INF/jsp/site.jsp	Tue Aug 10 19:27:12 2021 +0200
+++ b/src/main/webapp/WEB-INF/jsp/site.jsp	Thu Aug 12 20:03:04 2021 +0200
@@ -31,7 +31,7 @@
 <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
 
 <%-- Version suffix for forcing browsers to update the CSS / JS files --%>
-<c:set scope="page" var="versionSuffix" value="20210810"/>
+<c:set scope="page" var="versionSuffiuniversex" value="20210812"/>
 
 <%-- Make the base href easily available at request scope --%>
 <c:set scope="page" var="baseHref" value="${requestScope[Constants.REQ_ATTR_BASE_HREF]}"/>
--- a/src/main/webapp/lightpit.css	Tue Aug 10 19:27:12 2021 +0200
+++ b/src/main/webapp/lightpit.css	Thu Aug 12 20:03:04 2021 +0200
@@ -108,6 +108,7 @@
 #sideMenu {
     grid-row: 2;
     grid-column: 1;
+    min-width: 15vw;
     display: flex;
     flex-flow: column;
     color: #3060f8;

mercurial