-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to ruby 3.1 Migrate to dart-sass Added User tickets list updated dinamically with turbo stream admin list ticket updated dinamically with turbo stream Added fact filter by group Added foreman support for dev Fixed Fixed RAILS-UJS load fixed fact's pagination and visualization removed removed builded asset from git removed unused bin fixed fixed fact's pagination and visualization fixed rails-ujs load clean unused broadcast
- Loading branch information
Showing
39 changed files
with
299 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ruby-3.0.3 | ||
ruby-3.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Dockerfile.rails | ||
FROM ruby:3.0.3-slim AS rails-toolbox | ||
FROM ruby:3.1.0-slim AS rails-toolbox | ||
MAINTAINER Marco Spasiano <[email protected]> | ||
|
||
ARG USER_ID | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
web: bin/rails server -p 3000 | ||
js: yarn build --watch | ||
css: yarn build:css --watch | ||
css: bin/rails dartsass:watch |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
// @charset "utf-8"; | ||
|
||
$rgba-primary-0: rgba(135, 38, 67,1); // Main Primary color */ | ||
$rgba-primary-1: rgba(209,125,151,1); | ||
$rgba-primary-2: rgba(169, 72,101,1); | ||
$rgba-primary-3: rgba( 98, 12, 38,1); | ||
$rgba-primary-4: rgba( 62, 0, 19,1); | ||
|
||
$rgba-secondary-1-0: rgba(151,101, 43,1); // Main Secondary color (1) */ | ||
$rgba-secondary-1-1: rgba(233,190,140,1); | ||
$rgba-secondary-1-2: rgba(189,139, 81,1); | ||
$rgba-secondary-1-3: rgba(110, 65, 13,1); | ||
$rgba-secondary-1-4: rgba( 69, 37, 0,1); | ||
|
||
$rgba-secondary-2-0: rgba( 30, 74, 96,1); // Main Secondary color (2) */ | ||
$rgba-secondary-2-1: rgba( 92,129,148,1); | ||
$rgba-secondary-2-2: rgba( 55, 98,119,1); | ||
$rgba-secondary-2-3: rgba( 11, 50, 69,1); | ||
$rgba-secondary-2-4: rgba( 2, 30, 44,1); | ||
|
||
$rgba-complement-0: rgba( 82,134, 38,1); // Main Complement color */ | ||
$rgba-complement-1: rgba(162,208,125,1); | ||
$rgba-complement-2: rgba(116,168, 72,1); | ||
$rgba-complement-3: rgba( 51, 98, 12,1); | ||
$rgba-complement-4: rgba( 28, 62, 0,1); | ||
|
||
// Colori sito | ||
$ispra: rgb(135, 38, 67); | ||
$ispra-darker: rgb(66, 12, 24); | ||
$ispra-secondary: rgb(30, 74, 96); | ||
$ispra-secondary-darker: rgb(2, 30, 44); | ||
$ispra-tertiary: rgb(151, 101, 43); | ||
$ispra-tertiary-darker: rgb(69, 37, 0); | ||
$ispra-opposite: rgb(82, 134, 38); | ||
$ispra-opposite-darker: rgb(28, 62, 0); | ||
|
||
// Update Bulma's global variables | ||
$primary: $rgba-primary-0; | ||
$primary-dark: #661224; | ||
$secondary: $rgba-complement-0; | ||
$secondary-darker: rgb(2, 30, 44); | ||
$tertiary: rgb(151, 101, 43); | ||
$grey-lighter: #e3e0d7; | ||
|
||
|
||
// Import a Google Font | ||
// @import url('https://fonts.googleapis.com/css?family=Nunito:400,700'); | ||
|
||
// Set your brand colors | ||
// $purple: #8A4D76; | ||
// $pink: #FA7C91; | ||
// $brown: #757763; | ||
// $beige-light: #D0D1CD; | ||
// $beige-lighter: #EFF0EB; | ||
|
||
// Update Bulma's global variables | ||
// $family-sans-serif: "Nunito", sans-serif; | ||
// $grey-dark: $brown; | ||
// $grey-light: $beige-light; | ||
// $primary: $purple; | ||
// $link: $pink; | ||
// $widescreen-enabled: false; | ||
// $fullhd-enabled: false; | ||
|
||
// Update some of Bulma's component variables | ||
// $body-background-color: $beige-lighter; | ||
// $control-border-width: 2px; | ||
// $input-border-color: transparent; | ||
// $input-shadow: none; | ||
|
||
// Import only what you need from Bulma | ||
// @import "bulma/sass/utilities/_all.sass"; | ||
// @import "bulma/sass/base/_all.sass"; | ||
// @import "bulma/sass/elements/button.sass"; | ||
// @import "bulma/sass/elements/container.sass"; | ||
// @import "bulma/sass/elements/title.sass"; | ||
// @import "bulma/sass/form/_all.sass"; | ||
// @import "bulma/sass/components/navbar.sass"; | ||
// @import "bulma/sass/layout/hero.sass"; | ||
// @import "bulma/sass/layout/section.sass"; | ||
|
||
@import '../../../node_modules/bulma/bulma.sass'; | ||
@import 'actiontext.css'; | ||
|
||
@import "ribbon"; | ||
@import "header"; | ||
@import "footer"; | ||
@import "nav1"; | ||
@import "nav2"; | ||
@import "nav3"; | ||
@import "footer"; | ||
@import "variants"; | ||
@import "loader"; | ||
@import "form"; | ||
@import "box"; | ||
@import "slimselect"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.