1.4.0
This commit is contained in:
parent
d4aa1c6311
commit
891c23747f
4 changed files with 21 additions and 14 deletions
|
@ -1,5 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.4.0 - 2023-07-15
|
||||||
|
- add basic version of a "My Dashboard" page (cf #1196)
|
||||||
|
- better fit iframe in popups (cf #1203)
|
||||||
|
- fix missing line edit icons (cf #1205)
|
||||||
|
- bump Leaflet from 1.3.4 to 1.9.4 (cf #1201)
|
||||||
|
- fix permissions panel empty at first save (cf #1200)
|
||||||
|
- add `overflow-x: hidden` to popup (cf #1198)
|
||||||
|
- add time in datalayer versions list (cf #1195)
|
||||||
|
|
||||||
## 1.3.7 - 2023-07-03
|
## 1.3.7 - 2023-07-03
|
||||||
|
|
||||||
- changed datalayer and tilelayer icons (cf #1188)
|
- changed datalayer and tilelayer icons (cf #1188)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
VERSION = "1.3.7"
|
VERSION = "1.4.0"
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
{% extends "umap/content.html" %}
|
{% extends "umap/content.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block head_title %}
|
{% block head_title %}
|
||||||
{{ SITE_NAME }} - {% trans "My dashboard" %}
|
{{ SITE_NAME }} - {% trans "My dashboard" %}
|
||||||
{% endblock head_title %}
|
{% endblock head_title %}
|
||||||
|
|
||||||
{% block maincontent %}
|
{% block maincontent %}
|
||||||
{% trans "Search my maps" as placeholder %}
|
{% trans "Search my maps" as placeholder %}
|
||||||
<div class="col wide">
|
<div class="col wide">
|
||||||
|
|
Loading…
Reference in a new issue