develop #3

Merged
kbe merged 227 commits from develop into main 2025-09-16 14:35:23 +00:00
199 changed files with 11 additions and 15 deletions
Showing only changes of commit 96734480d5 - Show all commits

0
.dockerignore Normal file → Executable file
View File

0
.editorconfig Normal file → Executable file
View File

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

0
.gitattributes vendored Normal file → Executable file
View File

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

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

0
.gitignore vendored Normal file → Executable file
View File

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0
CRUSH.md Normal file → Executable file
View File

0
Dockerfile Normal file → Executable file
View File

0
Gemfile Normal file → Executable file
View File

0
Gemfile.lock Normal file → Executable file
View File

0
Procfile.dev Normal file → Executable file
View File

0
QWEN.md Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
Rakefile Normal file → Executable file
View File

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

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

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

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

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

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

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

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

View File

View File

View File

View File

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -56,10 +56,7 @@
class: "block w-full px-4 py-2 text-start text-sm leading-5 text-neutral-100 hover:bg-primary-700" %>
</div>
</div>
</div>
</div>
<% else %>
<!-- Login/Register Links -->
h <!-- Login/Register Links -->
<div class="hidden sm:flex sm:items-center sm:ms-6 space-x-4 items-center">
<%= link_to t('header.login') , new_user_session_path,
class: "text-neutral-100 hover:text-primary-200 px-3 py-2 rounded-md text-sm font-medium transition-colors duration-200"

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

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

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

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

View File

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

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

View File

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

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

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

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

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

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

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

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

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

0
app/views/kaminari/_first_page.html.erb Normal file → Executable file
View File

0
app/views/kaminari/_gap.html.erb Normal file → Executable file
View File

0
app/views/kaminari/_last_page.html.erb Normal file → Executable file
View File

0
app/views/kaminari/_next_page.html.erb Normal file → Executable file
View File

0
app/views/kaminari/_page.html.erb Normal file → Executable file
View File

0
app/views/kaminari/_paginator.html.erb Normal file → Executable file
View File

0
app/views/kaminari/_prev_page.html.erb Normal file → Executable file
View File

3
app/views/layouts/application.html.erb Normal file → Executable file
View File

@@ -14,8 +14,7 @@
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/icon.png">
<%# Includes all stylesheet files in app/assets/stylesheets %>
<%= stylesheet_link_tag :app, "data-turbo-track": "reload" %>
<%= stylesheet_link_tag "theme", "data-turbo-track": "reload" %>
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_include_tag "application", "data-turbo-track": "reload", type: "module" %>
</head>
<body class="h-full font-sans text-neutral-900 antialiased">

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

0
app/views/layouts/mailer.text.erb Normal file → Executable file
View File

0
app/views/pages/dashboard.html.erb Normal file → Executable file
View File

0
app/views/pages/events.html.erb Normal file → Executable file
View File

0
app/views/pages/home.html.erb Normal file → Executable file
View File

0
app/views/pages/legals.html.erb Normal file → Executable file
View File

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