This commit is contained in:
kb6e
2025-08-28 13:43:05 +02:00
parent 30f3ecc6ad
commit 9513867614
226 changed files with 0 additions and 0 deletions

0
.cursor/rules/design.mdc Executable file → Normal file
View File

0
.dockerignore Executable file → Normal file
View File

0
.editorconfig Executable file → Normal file
View File

0
.env.example Executable file → Normal file
View File

0
.gitattributes vendored Executable file → Normal file
View File

0
.github/dependabot.yml vendored Executable file → Normal file
View File

0
.github/workflows/ci.yml vendored Executable file → Normal file
View File

0
.gitignore vendored Executable file → Normal file
View File

0
.kamal/hooks/docker-setup.sample Executable file → Normal file
View File

0
.kamal/hooks/post-app-boot.sample Executable file → Normal file
View File

0
.kamal/hooks/post-deploy.sample Executable file → Normal file
View File

0
.kamal/hooks/post-proxy-reboot.sample Executable file → Normal file
View File

0
.kamal/hooks/pre-app-boot.sample Executable file → Normal file
View File

0
.kamal/hooks/pre-build.sample Executable file → Normal file
View File

0
.kamal/hooks/pre-connect.sample Executable file → Normal file
View File

0
.kamal/hooks/pre-deploy.sample Executable file → Normal file
View File

0
.kamal/hooks/pre-proxy-reboot.sample Executable file → Normal file
View File

0
.kamal/secrets Executable file → Normal file
View File

0
.node-version Executable file → Normal file
View File

0
.rubocop.yml Executable file → Normal file
View File

0
.ruby-version Executable file → Normal file
View File

0
.superdesign/design_iterations/default_ui_darkmode.css Executable file → Normal file
View File

View File

View File

0
.superdesign/design_iterations/neo_brutalist_home.html Executable file → Normal file
View File

0
.superdesign/design_iterations/neo_brutalist_theme.css Executable file → Normal file
View File

0
.tool-versions Executable file → Normal file
View File

0
.windsurfrules Executable file → Normal file
View File

0
CLAUDE.md Executable file → Normal file
View File

0
CRUSH.md Executable file → Normal file
View File

0
Dockerfile Executable file → Normal file
View File

0
Gemfile Executable file → Normal file
View File

0
Gemfile.lock Executable file → Normal file
View File

0
Procfile.dev Executable file → Normal file
View File

0
QWEN.md Executable file → Normal file
View File

0
README.md Executable file → Normal file
View File

0
Rakefile Executable file → Normal file
View File

0
app/assets/builds/.keep Executable file → Normal file
View File

0
app/assets/images/.keep Executable file → Normal file
View File

0
app/assets/stylesheets/application.postcss.css Executable file → Normal file
View File

0
app/assets/stylesheets/components/event-finder.css Executable file → Normal file
View File

0
app/assets/stylesheets/components/flash.css Executable file → Normal file
View File

0
app/assets/stylesheets/components/footer.css Executable file → Normal file
View File

0
app/assets/stylesheets/components/hero.css Executable file → Normal file
View File

0
app/assets/stylesheets/pages/home.css Executable file → Normal file
View File

0
app/assets/stylesheets/theme.css Executable file → Normal file
View File

0
app/controllers/api/v1/events_controller.rb Executable file → Normal file
View File

0
app/controllers/api_controller.rb Executable file → Normal file
View File

0
app/controllers/application_controller.rb Executable file → Normal file
View File

View File

View File

View File

View File

0
app/controllers/authentications/sessions_controller.rb Executable file → Normal file
View File

0
app/controllers/authentications/unlocks_controller.rb Executable file → Normal file
View File

0
app/controllers/concerns/.keep Executable file → Normal file
View File

0
app/controllers/events_controller.rb Executable file → Normal file
View File

0
app/controllers/pages_controller.rb Executable file → Normal file
View File

0
app/helpers/application_helper.rb Executable file → Normal file
View File

0
app/helpers/flash_messages_helper.rb Executable file → Normal file
View File

0
app/helpers/pages_helper.rb Executable file → Normal file
View File

0
app/javascript/application.js Executable file → Normal file
View File

0
app/javascript/components/button.jsx Executable file → Normal file
View File

0
app/javascript/controllers/application.js Executable file → Normal file
View File

0
app/javascript/controllers/counter_controller.js Executable file → Normal file
View File

View File

0
app/javascript/controllers/flash_message_controller.js Executable file → Normal file
View File

0
app/javascript/controllers/index.js Executable file → Normal file
View File

0
app/javascript/controllers/logout_controller.js Executable file → Normal file
View File

0
app/javascript/controllers/shadcn_test_controller.js Executable file → Normal file
View File

0
app/javascript/controllers/ticket_cart_controller.js Executable file → Normal file
View File

0
app/javascript/lib/utils.js Executable file → Normal file
View File

0
app/jobs/application_job.rb Executable file → Normal file
View File

0
app/mailers/application_mailer.rb Executable file → Normal file
View File

0
app/models/application_record.rb Executable file → Normal file
View File

0
app/models/concerns/.keep Executable file → Normal file
View File

0
app/models/event.rb Executable file → Normal file
View File

0
app/models/ticket.rb Executable file → Normal file
View File

0
app/models/ticket_type.rb Executable file → Normal file
View File

0
app/models/user.rb Executable file → Normal file
View File

0
app/views/components/_event_finder.html.erb Executable file → Normal file
View File

0
app/views/components/_event_item.html.erb Executable file → Normal file
View File

0
app/views/components/_footer.html.erb Executable file → Normal file
View File

0
app/views/components/_header.html.erb Executable file → Normal file
View File

0
app/views/components/_metric_card.html.erb Executable file → Normal file
View File

0
app/views/components/_ticket_card.html.erb Executable file → Normal file
View File

0
app/views/devise/confirmations/new.html.erb Executable file → Normal file
View File

View File

0
app/views/devise/mailer/email_changed.html.erb Executable file → Normal file
View File

0
app/views/devise/mailer/password_change.html.erb Executable file → Normal file
View File

View File

0
app/views/devise/mailer/unlock_instructions.html.erb Executable file → Normal file
View File

0
app/views/devise/passwords/edit.html.erb Executable file → Normal file
View File

0
app/views/devise/passwords/new.html.erb Executable file → Normal file
View File

0
app/views/devise/registrations/edit.html.erb Executable file → Normal file
View File

0
app/views/devise/registrations/new.html.erb Executable file → Normal file
View File

0
app/views/devise/sessions/new.html.erb Executable file → Normal file
View File

0
app/views/devise/shared/_error_messages.html.erb Executable file → Normal file
View File

0
app/views/devise/shared/_links.html.erb Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More