This commit is contained in:
Torsten 2022-12-15 12:50:33 +02:00
parent 2650ccf008
commit 0bfce8e96f
5 changed files with 11 additions and 7 deletions

View File

@ -5,6 +5,7 @@ PATH
active_hash
git
haml-rails
mini_magick
rails (>= 7.0.4)
redcarpet
@ -158,6 +159,7 @@ GEM
mina (1.2.4)
open4 (~> 1.3.4)
rake
mini_magick (4.12.0)
mini_mime (1.1.2)
minitest (5.16.3)
msgpack (1.6.0)

View File

@ -22,7 +22,7 @@
const notification = document.querySelector('#flash')
if (notification) {
setInterval(function() {
notification.classList.add('collapse');
notification.classList.add('hidden');
}, 5000);
}
}

View File

@ -2,7 +2,8 @@ const defaultTheme = require('tailwindcss/defaultTheme')
const execSync = require('child_process').execSync;
const output = execSync('bundle show merged', { encoding: 'utf-8' });
const fullname = output.trim() + '/app/**/*.{haml,html,rb}'
const fullname = output.trim() + '/app/**/*.{haml,html,rb}' ;
console.log(fullname);
module.exports = {
content: [

View File

@ -50,7 +50,7 @@
:options:
background: solid_blue
color: white
align: left
align: center
:updated_at: &2 2022-12-09 17:50:02.733622073 +02:00
:section_id: 11
:index: 1
@ -63,7 +63,7 @@
:options:
background: solid_blue
color: white
align: left
align: right
:updated_at: *2
:section_id: 11
:index: 2

View File

@ -182,12 +182,13 @@
the use of common spaces, see below.
:image:
:id: 11
:card_template: card_full_image
:card_template: card_normal_round
:options:
button_link: ''
button_text: ''
background: light_blue
columns: '2'
background: white
columns: '3'
color: none
:updated_at: *2
:page_id: 2
:index: 2