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
     1.1 --- a/src/main/webapp/WEB-INF/changelogs/changelog-de.jspf	Tue Aug 10 19:27:12 2021 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/changelogs/changelog-de.jspf	Thu Aug 12 20:03:04 2021 +0200
     1.3 @@ -24,6 +24,13 @@
     1.4    --%>
     1.5  <%@ page contentType="text/html;charset=UTF-8" %>
     1.6  
     1.7 +<h3>Version 1.0 (Vorschau)</h3>
     1.8 +
     1.9 +<ul>
    1.10 +    <li>Spalte für zugewiesener Entwickler zu den Vorgangstabellen hinzugefügt.</li>
    1.11 +    <li>Installationsanweisungen hinzugefügt.</li>
    1.12 +</ul>
    1.13 +
    1.14  <h3>Version 0.6</h3>
    1.15  
    1.16  <ul>
     2.1 --- a/src/main/webapp/WEB-INF/changelogs/changelog.jspf	Tue Aug 10 19:27:12 2021 +0200
     2.2 +++ b/src/main/webapp/WEB-INF/changelogs/changelog.jspf	Thu Aug 12 20:03:04 2021 +0200
     2.3 @@ -24,6 +24,13 @@
     2.4    --%>
     2.5  <%@ page contentType="text/html;charset=UTF-8" %>
     2.6  
     2.7 +<h3>Version 1.0 (snapshot)</h3>
     2.8 +
     2.9 +<ul>
    2.10 +    <li>Adds assignee to the issue overview tables.</li>
    2.11 +    <li>Adds install instructions.</li>
    2.12 +</ul>
    2.13 +
    2.14  <h3>Version 0.6</h3>
    2.15  
    2.16  <ul>
     3.1 --- a/src/main/webapp/WEB-INF/jsp/site.jsp	Tue Aug 10 19:27:12 2021 +0200
     3.2 +++ b/src/main/webapp/WEB-INF/jsp/site.jsp	Thu Aug 12 20:03:04 2021 +0200
     3.3 @@ -31,7 +31,7 @@
     3.4  <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
     3.5  
     3.6  <%-- Version suffix for forcing browsers to update the CSS / JS files --%>
     3.7 -<c:set scope="page" var="versionSuffix" value="20210810"/>
     3.8 +<c:set scope="page" var="versionSuffiuniversex" value="20210812"/>
     3.9  
    3.10  <%-- Make the base href easily available at request scope --%>
    3.11  <c:set scope="page" var="baseHref" value="${requestScope[Constants.REQ_ATTR_BASE_HREF]}"/>
     4.1 --- a/src/main/webapp/lightpit.css	Tue Aug 10 19:27:12 2021 +0200
     4.2 +++ b/src/main/webapp/lightpit.css	Thu Aug 12 20:03:04 2021 +0200
     4.3 @@ -108,6 +108,7 @@
     4.4  #sideMenu {
     4.5      grid-row: 2;
     4.6      grid-column: 1;
     4.7 +    min-width: 15vw;
     4.8      display: flex;
     4.9      flex-flow: column;
    4.10      color: #3060f8;

mercurial