thecore_ui_commons 3.2.15 → 3.2.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/app_logo.svg +3351 -0
- data/app/assets/images/logo.svg +3351 -0
- data/app/assets/javascripts/manifest.json +4 -6
- data/app/views/layouts/_footer.html.erb +1 -1
- data/app/views/layouts/_head.html.erb +1 -1
- data/app/views/layouts/_logos.html.erb +1 -1
- data/app/views/layouts/devise/sessions.html.erb +1 -1
- data/config/initializers/assets.rb +3 -7
- data/config/initializers/concern_common_application_controller.rb +1 -1
- data/lib/thecore_ui_commons/version.rb +1 -1
- metadata +4 -8
- data/app/assets/images/android-chrome-192x192.png +0 -0
- data/app/assets/images/android-chrome-512x512.png +0 -0
- data/app/assets/images/apple-touch-icon.png +0 -0
- data/app/assets/images/customer_logo.png +0 -0
- data/app/assets/images/favicon.ico +0 -0
- data/app/assets/images/logo.png +0 -0
@@ -1,14 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"short_name": "Thecore",
|
3
3
|
"icons": [{
|
4
|
-
"src": "
|
5
|
-
"sizes": "
|
6
|
-
"type": "image/png"
|
4
|
+
"src": "logo.svg",
|
5
|
+
"sizes": "any"
|
7
6
|
},
|
8
7
|
{
|
9
|
-
"src": "
|
10
|
-
"sizes": "
|
11
|
-
"type": "image/png"
|
8
|
+
"src": "app_logo.svg",
|
9
|
+
"sizes": "any"
|
12
10
|
}
|
13
11
|
],
|
14
12
|
"name": "Thecore",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<div id="footer">
|
2
2
|
Made by
|
3
|
-
<a href="https://github.com/gabrieletassoni/" target="_blank"><img src="<%= image_path 'logo.
|
3
|
+
<a href="https://github.com/gabrieletassoni/" target="_blank"><img src="<%= image_path 'logo.svg' %>"></a>
|
4
4
|
using Thecore's
|
5
5
|
<a href="https://github.com/gabrieletassoni/model_driven_api" target="_blank">Model Driven API</a>.
|
6
6
|
</div>
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<meta name="mobile-web-app-capable " content="yes">
|
3
3
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
4
4
|
<title><%= Settings.app_name rescue "Thecore" %></title>
|
5
|
-
<link rel="icon" type="image/
|
5
|
+
<link rel="icon" type="image/svg+xml" href="<%= image_url('app_logo.svg') %>">
|
6
6
|
<meta name="turbo-cache-control" content="no-cache">
|
7
7
|
<meta name="theme-color" content="#3b4e59">
|
8
8
|
<%= csrf_meta_tags %>
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<img id="main-menu-app-logo" class="main-menu-app-logo" src="<%= image_url('
|
1
|
+
<img id="main-menu-app-logo" class="main-menu-app-logo" src="<%= image_url('app_logo.svg') %>"/>
|
2
2
|
<h1 id="main-menu-app-header"> </h1>
|
3
3
|
<h2 id="main-menu-app-description"> </h2>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<%= javascript_include_tag "devise/sessions.js", defer: true, data: {'turbo-track': 'reload'} %>
|
7
7
|
</head>
|
8
8
|
<body>
|
9
|
-
<link rel="apple-touch-icon" href="
|
9
|
+
<link rel="apple-touch-icon" href="<%=image_url('logo.svg')%>">
|
10
10
|
<%- unless flash.blank? %>
|
11
11
|
<%= render partial: 'shared/flash' %>
|
12
12
|
<%-end%>
|
@@ -1,10 +1,6 @@
|
|
1
|
-
Rails.application.config.assets.precompile += %w(
|
2
|
-
|
3
|
-
|
4
|
-
apple-touch-icon.png
|
5
|
-
favicon.ico
|
6
|
-
customer_logo.png
|
7
|
-
logo.png
|
1
|
+
Rails.application.config.assets.precompile += %w(
|
2
|
+
app_logo.svg
|
3
|
+
logo.svg
|
8
4
|
devise/sessions.css
|
9
5
|
devise/sessions.js
|
10
6
|
thecore_ui_commons.js
|
@@ -6,7 +6,7 @@ module ConcernCommonApplicationController
|
|
6
6
|
|
7
7
|
included do
|
8
8
|
# protect_from_forgery prepend: true
|
9
|
-
protect_from_forgery
|
9
|
+
protect_from_forgery prepend: true
|
10
10
|
|
11
11
|
rescue_from CanCan::AccessDenied do |exception|
|
12
12
|
redirect_to main_app.root_url, alert: exception.message
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_ui_commons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-02-05 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: thecore_backend_commons
|
@@ -88,12 +88,8 @@ extra_rdoc_files: []
|
|
88
88
|
files:
|
89
89
|
- README.md
|
90
90
|
- Rakefile
|
91
|
-
- app/assets/images/
|
92
|
-
- app/assets/images/
|
93
|
-
- app/assets/images/apple-touch-icon.png
|
94
|
-
- app/assets/images/customer_logo.png
|
95
|
-
- app/assets/images/favicon.ico
|
96
|
-
- app/assets/images/logo.png
|
91
|
+
- app/assets/images/app_logo.svg
|
92
|
+
- app/assets/images/logo.svg
|
97
93
|
- app/assets/javascripts/app/active_job_monitor.js
|
98
94
|
- app/assets/javascripts/browserconfig.xml
|
99
95
|
- app/assets/javascripts/devise/sessions.js.erb
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/app/assets/images/logo.png
DELETED
Binary file
|