lato 3.6.5 → 3.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7f9f7648617cc2047eca9dcef7856a6441ecf3baa5e13c1954cfab90434370e
4
- data.tar.gz: fd1f0cc6ea1bbd73a87c510352f833dbe508bd157832ecf87260b3cccc675135
3
+ metadata.gz: 30e9a8cf7bb4cc0c391b5bd5e7fed8b26203521853e31429256b4d488c49349f
4
+ data.tar.gz: 927dd6c77bad0376824c1cd6cbb671f8732872e9a2e041aa204bcae1087600db
5
5
  SHA512:
6
- metadata.gz: 71e84a9a2315cb407c40652db445dec7a8f8219b9f5d36a3469214e9054cb5345e0390eb0a47119013fc9377d860791fb529a1c3590b4b5319a204920a963ccc
7
- data.tar.gz: '09154e6115b585f655c425e95887baf9534decab16b05756c34506a5109cddacd8b5da05dd2871516e25c8b314836d570c66a81baab0cac143a0aa992c62c3a7'
6
+ metadata.gz: 88a3722a65ee17233cd77132672650eb9ad68dbb85b413edc2e8f13a5fa63751ab7cb739ae210488ff6bdf8aba79166c625d1f39cf256f2bc9abfb3b38361d5d
7
+ data.tar.gz: 178ec5b7636b5d629f8274e4a41f6155249ba1e0f119ae7d491e3f42cac15a4ac4ed1a0456db66927bab760ce5b67a3496649000d2aa600ba97a34362794e9a6
@@ -41,20 +41,9 @@ $gray-900: #1f262c !default;
41
41
 
42
42
  /** Custom style */
43
43
 
44
- body {
45
- &.is-loaded {
46
- main {
47
- opacity: 1;
48
- }
49
- }
50
- }
51
-
52
44
  main {
53
45
  width: 100%;
54
46
 
55
- opacity: 0;
56
- transition: opacity 0.05s ease-in-out;
57
-
58
47
  &.layout_sidebar {
59
48
  width: calc(100% - 280px);
60
49
 
@@ -9,6 +9,8 @@
9
9
 
10
10
  <meta name="turbo-refresh-method" content="morph">
11
11
  <meta name="turbo-refresh-scroll" content="preserve">
12
+ <meta name="view-transition" content="same-origin" />
13
+
12
14
  <% if response.status >= 500 %>
13
15
  <meta name="turbo-visit-control" content="reload">
14
16
  <% end %>
data/config/routes.rb CHANGED
@@ -5,6 +5,7 @@ Lato::Engine.routes.draw do
5
5
  get 'error', to: 'application#error', as: :error
6
6
 
7
7
  post '/switch_locale/:locale', to: 'application#switch_locale', as: 'switch_locale'
8
+ get '/switch_locale/:locale', to: 'application#switch_locale', as: 'switch_locale_get'
8
9
 
9
10
  # Authentication
10
11
  ##
data/lib/lato/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lato
2
- VERSION = "3.6.5"
2
+ VERSION = "3.7.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lato
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.5
4
+ version: 3.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregorio Galante
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-07 00:00:00.000000000 Z
11
+ date: 2024-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails