.browserslistrc | |
|
|
.env.sample | |
|
|
.env.test | |
|
|
.eslintrc.json | |
|
|
.gitattributes | |
|
|
.github/workflows/ruby.yml | |
|
|
.gitignore | |
|
|
.reek.yml | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.ruby-version | |
|
|
.stylelintrc.json | |
|
|
Dockerfile | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
Procfile | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/admin/admin_users.rb | 24 | A 0 mins |
|
app/admin/dashboard.rb | 11 | A 0 mins |
|
app/assets/config/manifest.js | 0 | A 0 mins |
|
app/assets/stylesheets/abstracts/_animations.scss | |
|
|
app/assets/stylesheets/abstracts/_functions.scss | |
|
|
app/assets/stylesheets/abstracts/_layout.scss | |
|
|
app/assets/stylesheets/abstracts/_mixins.scss | |
|
|
app/assets/stylesheets/abstracts/_variables.scss | |
|
|
app/assets/stylesheets/application.scss | |
|
|
app/assets/stylesheets/atoms/_colors.scss | |
|
|
app/assets/stylesheets/atoms/_typography.scss | |
|
|
app/channels/application_cable/channel.rb | 4 | A 0 mins | F 0% |
app/channels/application_cable/connection.rb | 4 | A 0 mins | F 0% |
app/components/alert_component.html.erb | |
|
|
app/components/alert_component.rb | 35 | A 0 mins |
|
app/components/button_component.html.erb | |
|
|
app/components/button_component.rb | 34 | A 0 mins |
|
app/components/field_component.html.erb | |
|
|
app/components/field_component.rb | 34 | A 0 mins |
|
app/controllers/application_controller.rb | 3 | A 0 mins | A 100% |
app/controllers/dashboard_controller.rb | 3 | A 0 mins | A 100% |
app/controllers/users/omniauth_callbacks_controller.rb | 12 | A 0 mins |
|
app/decorators/application_decorator.rb | 2 | A 0 mins | F 0% |
app/forms/application_form.rb | 2 | A 0 mins | F 0% |
app/helpers/application_helper.rb | 2 | A 0 mins | A 100% |
app/helpers/omniauth_helper.rb | 16 | A 0 mins |
|
app/helpers/turbo_helper.rb | 5 | A 0 mins |
|
app/javascript/channels/consumer.js | 2 | A 0 mins |
|
app/javascript/channels/index.js | 2 | A 0 mins |
|
app/javascript/controllers/alert_controller.js | 7 | A 0 mins |
|
app/javascript/controllers/index.js | 5 | A 0 mins |
|
app/javascript/controllers/nav_controller.js | 28 | C 1 day |
|