Skip to content

Commit

Permalink
⬆️ Client
Browse files Browse the repository at this point in the history
  • Loading branch information
volterra79 committed Nov 26, 2024
1 parent 26ac046 commit 5ccc075
Show file tree
Hide file tree
Showing 18 changed files with 982 additions and 27,392 deletions.
1 change: 1 addition & 0 deletions g3w-admin/client/static/client/app.min.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions g3w-admin/client/static/client/app.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions g3w-admin/client/static/client/app.min.js.map

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion g3w-admin/client/static/client/css/app.min.css

This file was deleted.

98 changes: 0 additions & 98 deletions g3w-admin/client/static/client/css/vendor.min.css

This file was deleted.

2 changes: 0 additions & 2 deletions g3w-admin/client/static/client/js/app.min.js

This file was deleted.

1 change: 0 additions & 1 deletion g3w-admin/client/static/client/js/app.min.js.map

This file was deleted.

27,284 changes: 0 additions & 27,284 deletions g3w-admin/client/static/client/js/vendor.min.js

This file was deleted.

966 changes: 966 additions & 0 deletions g3w-admin/client/static/client/vendor.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions g3w-admin/client/static/client/vendor.min.js.map

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions g3w-admin/client/templates/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no" name="viewport">
<title>{{ page_title }}</title>
<link rel="icon" href="{% if SETTINGS.G3WSUITE_CUSTOM_STATIC_URL and SETTINGS.G3WSUITE_FAVICON %}{{ SETTINGS.G3WSUITE_FAVICON }}{% else %}{% static '/img/favicon.ico' %}{% endif %}">
<link rel="stylesheet" href="{% with client_default|add:"/css/vendor.min.css" as vendor_css %}{% static vendor_css %}{% endwith %}">
<link rel="stylesheet" href="{% with client_default|add:"/css/app.min.css" as app_css %}{% static app_css %}{% endwith %}">
<link rel="stylesheet" href="{% with client_default|add:"/app.min.css" as app_css %}{% static app_css %}{% endwith %}">
{% if SETTINGS.G3WSUITE_CUSTOM_STATIC_URL %}{% for css in SETTINGS.G3WSUITE_CUSTOM_CSS %}
<link rel="stylesheet" type="text/css" href="{{ css }}" />
{% endfor %}{% endif %}
Expand All @@ -20,9 +19,9 @@
{{ SETTINGS.SENTRY_JS | safe }}
{% endif %}
<app id="app"></app>
<script src="{% with client_default|add:"/js/vendor.min.js" as vendor_js %}{% static vendor_js %}{% endwith %}"></script>
<script src="{% with client_default|add:"/vendor.min.js" as vendor_js %}{% static vendor_js %}{% endwith %}"></script>
<script>{{ group_config | safe }}</script>
<script src="{% with client_default|add:"/js/app.min.js" as app_js %}{% static app_js %}{% endwith %}"></script>
<script src="{% with client_default|add:"/app.min.js" as app_js %}{% static app_js %}{% endwith %}"></script>
{% if SETTINGS.G3WSUITE_CUSTOM_STATIC_URL %}{% for js in SETTINGS.G3WSUITE_CUSTOM_JS %}
<script src="{{ js }}"></script>
{% endfor %}{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion g3w-admin/editing/static/editing/js/plugin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion g3w-admin/editing/static/editing/js/plugin.js.map

Large diffs are not rendered by default.

0 comments on commit 5ccc075

Please sign in to comment.