thecore_ui_commons 3.2.16 → 3.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1,12 @@
1
1
  {
2
2
  "short_name": "Thecore",
3
3
  "icons": [{
4
- "src": "android-chrome-192x192.png",
5
- "sizes": "192x192",
6
- "type": "image/png"
4
+ "src": "logo.svg",
5
+ "sizes": "any"
7
6
  },
8
7
  {
9
- "src": "android-chrome-512x512.png",
10
- "sizes": "512x512",
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.png' %>"></a>
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/x-icon" href="<%= image_path 'favicon.ico' %>">
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('customer_logo.png') %>"/>
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">&nbsp;</h1>
3
3
  <h2 id="main-menu-app-description">&nbsp;</h2>
@@ -1,4 +1,5 @@
1
1
  <!DOCTYPE html>
2
+ <!-- Language is set using I18n.locale, which is set in the controller -->
2
3
  <html lang="<%=I18n.locale%>">
3
4
  <head>
4
5
  <%= render partial: "layouts/head" %>
@@ -6,7 +7,7 @@
6
7
  <%= javascript_include_tag "devise/sessions.js", defer: true, data: {'turbo-track': 'reload'} %>
7
8
  </head>
8
9
  <body>
9
- <link rel="apple-touch-icon" href="apple-touch-icon.png">
10
+ <link rel="apple-touch-icon" href="<%=image_url('logo.svg')%>">
10
11
  <%- unless flash.blank? %>
11
12
  <%= render partial: 'shared/flash' %>
12
13
  <%-end%>
@@ -1,10 +1,6 @@
1
- Rails.application.config.assets.precompile += %w(
2
- android-chrome-192x192.png
3
- android-chrome-512x512.png
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
@@ -1,4 +1,6 @@
1
1
  it:
2
+ settings: Impostazioni
3
+ master_data: Anagrafiche
2
4
  activerecord:
3
5
  models:
4
6
  thecore_settings/setting: Configurazioni
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiCommons
2
- VERSION = "3.2.16".freeze
2
+ VERSION = "3.2.18".freeze
3
3
  end
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.16
4
+ version: 3.2.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-31 00:00:00.000000000 Z
10
+ date: 2025-02-06 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/android-chrome-192x192.png
92
- - app/assets/images/android-chrome-512x512.png
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