-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
81 changed files
with
320 additions
and
5,529 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,3 +56,6 @@ yarn-debug.log* | |
/yarn-error.log | ||
yarn-debug.log* | ||
.yarn-integrity | ||
|
||
/app/assets/builds/* | ||
!/app/assets/builds/.keep |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
web: env RUBY_DEBUG_OPEN=true bin/rails server | ||
css: bun run build:css --watch | ||
css: bin/rails tailwindcss: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,12 @@ | ||
//= link_tree ../../javascript .js | ||
//= link_tree ../../../vendor/javascript .js | ||
//= link turbolinks-prefetch/index.js | ||
//= link bootstrap/dist/js/bootstrap.js | ||
//= link bootstrap-select/dist/js/bootstrap-select.js | ||
//= link jquery.caret/src/jquery.caret.js | ||
//= link jquery/dist/jquery.js | ||
//= link dropzone/dist/dropzone.js | ||
//= link backbone/backbone.js | ||
//= link underscore/underscore-umd.js | ||
//= link_tree ../builds | ||
//= link_directory ../stylesheets .scss |
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,2 @@ | ||
@import "application.tailwind"; | ||
@import "admin/index"; |
5 changes: 2 additions & 3 deletions
5
app/javascript/admin/index.scss → app/assets/stylesheets/admin/index.scss
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
File renamed without changes.
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,2 @@ | ||
@import "application.tailwind"; | ||
@import "front/index"; |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
app/javascript/front/home.scss → app/assets/stylesheets/front/home.scss
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,4 +1,4 @@ | ||
@import "~homeland/_vars"; | ||
@import "homeland/_vars"; | ||
|
||
#home_index { | ||
line-height: 160%; | ||
|
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
app/javascript/front/search.scss → app/assets/stylesheets/front/search.scss
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,4 +1,4 @@ | ||
@import "~homeland/_vars"; | ||
@import "homeland/_vars"; | ||
.search-results { | ||
.pagination { | ||
margin-top: 25px; | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
app/javascript/front/teams.scss → app/assets/stylesheets/front/teams.scss
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
2 changes: 1 addition & 1 deletion
2
app/javascript/front/toc.scss → app/assets/stylesheets/front/toc.scss
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,4 +1,4 @@ | ||
@import "~homeland/_vars"; | ||
@import "homeland/_vars"; | ||
|
||
.toc-container { | ||
display: none; | ||
|
2 changes: 1 addition & 1 deletion
2
app/javascript/front/users.scss → app/assets/stylesheets/front/users.scss
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,4 +1,4 @@ | ||
@import "~homeland/_vars"; | ||
@import "homeland/_vars"; | ||
.subnav { | ||
margin-bottom: -18px; | ||
.nav-tabs { | ||
|
File renamed without changes.
File renamed without changes.
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,44 @@ | ||
/*! | ||
* Bootstrap v5.1.3 (https://getbootstrap.com/) | ||
* Copyright 2011-2021 The Bootstrap Authors | ||
* Copyright 2011-2021 Twitter, Inc. | ||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) | ||
*/ | ||
|
||
// scss-docs-start import-stack | ||
// Configuration | ||
@import "bootstrap/scss/mixins"; | ||
@import "bootstrap/scss/functions"; | ||
@import "bootstrap/scss/variables"; | ||
@import "bootstrap/scss/maps"; | ||
@import "bootstrap/scss/utilities"; | ||
|
||
// Layout & components | ||
@import "bootstrap/scss/root"; | ||
@import "bootstrap/scss/reboot"; | ||
@import "bootstrap/scss/images"; | ||
@import "bootstrap/scss/grid"; | ||
@import "bootstrap/scss/forms"; | ||
@import "bootstrap/scss/buttons"; | ||
@import "bootstrap/scss/transitions"; | ||
@import "bootstrap/scss/dropdown"; | ||
@import "bootstrap/scss/button-group"; | ||
@import "bootstrap/scss/nav"; | ||
@import "bootstrap/scss/card"; | ||
@import "bootstrap/scss/breadcrumb"; | ||
@import "bootstrap/scss/pagination"; | ||
@import "bootstrap/scss/badge"; | ||
@import "bootstrap/scss/alert"; | ||
@import "bootstrap/scss/list-group"; | ||
@import "bootstrap/scss/close"; | ||
@import "bootstrap/scss/modal"; | ||
@import "bootstrap/scss/tooltip"; | ||
@import "bootstrap/scss/popover"; | ||
@import "bootstrap/scss/spinners"; | ||
|
||
// Helpers | ||
@import "bootstrap/scss/helpers"; | ||
|
||
// Utilities | ||
@import "bootstrap/scss/utilities/api"; | ||
// scss-docs-end import-stack |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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,2 @@ | ||
import "homeland/index"; | ||
import "vendor/bootstrap"; | ||
import "front/index"; |
Oops, something went wrong.