working on linux
This commit is contained in:
0
app/assets/builds/.keep
Normal file → Executable file
0
app/assets/builds/.keep
Normal file → Executable file
0
app/assets/images/.keep
Normal file → Executable file
0
app/assets/images/.keep
Normal file → Executable file
0
app/assets/stylesheets/application.postcss.css
Normal file → Executable file
0
app/assets/stylesheets/application.postcss.css
Normal file → Executable file
0
app/assets/stylesheets/components/flash.css
Normal file → Executable file
0
app/assets/stylesheets/components/flash.css
Normal file → Executable file
0
app/assets/stylesheets/theme.css
Normal file → Executable file
0
app/assets/stylesheets/theme.css
Normal file → Executable file
0
app/controllers/api/v1/parties_controller.rb
Normal file → Executable file
0
app/controllers/api/v1/parties_controller.rb
Normal file → Executable file
0
app/controllers/api_controller.rb
Normal file → Executable file
0
app/controllers/api_controller.rb
Normal file → Executable file
0
app/controllers/application_controller.rb
Normal file → Executable file
0
app/controllers/application_controller.rb
Normal file → Executable file
0
app/controllers/authentications/confirmations_controller.rb
Normal file → Executable file
0
app/controllers/authentications/confirmations_controller.rb
Normal file → Executable file
0
app/controllers/authentications/omniauth_callbacks_controller.rb
Normal file → Executable file
0
app/controllers/authentications/omniauth_callbacks_controller.rb
Normal file → Executable file
0
app/controllers/authentications/passwords_controller.rb
Normal file → Executable file
0
app/controllers/authentications/passwords_controller.rb
Normal file → Executable file
0
app/controllers/authentications/registrations_controller.rb
Normal file → Executable file
0
app/controllers/authentications/registrations_controller.rb
Normal file → Executable file
0
app/controllers/authentications/sessions_controller.rb
Normal file → Executable file
0
app/controllers/authentications/sessions_controller.rb
Normal file → Executable file
0
app/controllers/authentications/unlocks_controller.rb
Normal file → Executable file
0
app/controllers/authentications/unlocks_controller.rb
Normal file → Executable file
0
app/controllers/concerns/.keep
Normal file → Executable file
0
app/controllers/concerns/.keep
Normal file → Executable file
0
app/controllers/pages_controller.rb
Normal file → Executable file
0
app/controllers/pages_controller.rb
Normal file → Executable file
0
app/controllers/parties_controller.rb
Normal file → Executable file
0
app/controllers/parties_controller.rb
Normal file → Executable file
0
app/helpers/application_helper.rb
Normal file → Executable file
0
app/helpers/application_helper.rb
Normal file → Executable file
0
app/helpers/flash_messages_helper.rb
Normal file → Executable file
0
app/helpers/flash_messages_helper.rb
Normal file → Executable file
0
app/helpers/pages_helper.rb
Normal file → Executable file
0
app/helpers/pages_helper.rb
Normal file → Executable file
0
app/javascript/application.js
Normal file → Executable file
0
app/javascript/application.js
Normal file → Executable file
0
app/javascript/components/button.jsx
Normal file → Executable file
0
app/javascript/components/button.jsx
Normal file → Executable file
0
app/javascript/controllers/application.js
Normal file → Executable file
0
app/javascript/controllers/application.js
Normal file → Executable file
0
app/javascript/controllers/counter_controller.js
Normal file → Executable file
0
app/javascript/controllers/counter_controller.js
Normal file → Executable file
0
app/javascript/controllers/flash_message_controller.js
Normal file → Executable file
0
app/javascript/controllers/flash_message_controller.js
Normal file → Executable file
0
app/javascript/controllers/index.js
Normal file → Executable file
0
app/javascript/controllers/index.js
Normal file → Executable file
0
app/javascript/controllers/logout_controller.js
Normal file → Executable file
0
app/javascript/controllers/logout_controller.js
Normal file → Executable file
0
app/javascript/controllers/shadcn_test_controller.js
Normal file → Executable file
0
app/javascript/controllers/shadcn_test_controller.js
Normal file → Executable file
0
app/javascript/controllers/ticket_cart_controller.js
Normal file → Executable file
0
app/javascript/controllers/ticket_cart_controller.js
Normal file → Executable file
0
app/javascript/lib/utils.js
Normal file → Executable file
0
app/javascript/lib/utils.js
Normal file → Executable file
0
app/jobs/application_job.rb
Normal file → Executable file
0
app/jobs/application_job.rb
Normal file → Executable file
0
app/mailers/application_mailer.rb
Normal file → Executable file
0
app/mailers/application_mailer.rb
Normal file → Executable file
0
app/models/application_record.rb
Normal file → Executable file
0
app/models/application_record.rb
Normal file → Executable file
0
app/models/concerns/.keep
Normal file → Executable file
0
app/models/concerns/.keep
Normal file → Executable file
0
app/models/party.rb
Normal file → Executable file
0
app/models/party.rb
Normal file → Executable file
0
app/models/ticket.rb
Normal file → Executable file
0
app/models/ticket.rb
Normal file → Executable file
0
app/models/ticket_type.rb
Normal file → Executable file
0
app/models/ticket_type.rb
Normal file → Executable file
0
app/models/user.rb
Normal file → Executable file
0
app/models/user.rb
Normal file → Executable file
0
app/views/components/_footer.html.erb
Normal file → Executable file
0
app/views/components/_footer.html.erb
Normal file → Executable file
23
app/views/components/_header.html.erb
Normal file → Executable file
23
app/views/components/_header.html.erb
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
<header class="shadow-sm border-b border-neutral-700">
|
||||
<header class="shadow-sm border-b border-neutral-700">
|
||||
<div class="bg-neutral-900">
|
||||
<nav x-data="{ open: false }" class="bg-neutral-800 border-b border-neutral-700">
|
||||
<!-- Primary Navigation Menu -->
|
||||
@@ -14,9 +14,9 @@
|
||||
<%= link_to t('header.parties'), parties_path,
|
||||
class: "text-neutral-100 hover:text-primary-200 px-3 py-2 rounded-md text-sm font-medium transition-colors duration-200"
|
||||
%>
|
||||
<%= link_to t('header.concerts'), "#" ,
|
||||
class: "text-neutral-100 hover:text-primary-200 px-3 py-2 rounded-md text-sm font-medium transition-colors duration-200"
|
||||
%>
|
||||
<%= link_to t('header.concerts'), "#" ,
|
||||
class: "text-neutral-100 hover:text-primary-200 px-3 py-2 rounded-md text-sm font-medium transition-colors duration-200"
|
||||
%>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Authentication Links -->
|
||||
@@ -46,20 +46,17 @@
|
||||
class="absolute z-50 mt-2 w-48 rounded-md shadow-lg origin-top-right right-0" style="display: none;"
|
||||
@click="open = false">
|
||||
<div class="rounded-md ring-1 ring-primary-700 py-1 bg-primary-600">
|
||||
<%= link_to t('header.profile') , edit_user_registration_path,
|
||||
<%= link_to t('header.profile') , edit_user_registration_path,
|
||||
class: "block w-full px-4 py-2 text-start text-sm leading-5 text-neutral-100 hover:bg-primary-700" %>
|
||||
<%= link_to t('header.reservations') , "#" ,
|
||||
class: "block w-full px-4 py-2 text-start text-sm leading-5 text-neutral-100 hover:bg-primary-700" %>
|
||||
<%= link_to t('header.logout') , destroy_user_session_path, data: { controller: "logout" ,
|
||||
<%= link_to t('header.reservations') , "#" ,
|
||||
class: "block w-full px-4 py-2 text-start text-sm leading-5 text-neutral-100 hover:bg-primary-700" %>
|
||||
<%= link_to t('header.logout') , destroy_user_session_path, data: { controller: "logout" ,
|
||||
action: "click->logout#signOut" , logout_url_value: destroy_user_session_path, login_url_value:
|
||||
new_user_session_path, turbo: false },
|
||||
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>
|
||||
</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
0
app/views/components/_metric_card.html.erb
Normal file → Executable file
0
app/views/components/_party_item.html.erb
Normal file → Executable file
0
app/views/components/_party_item.html.erb
Normal file → Executable file
0
app/views/components/_ticket_card.html.erb
Normal file → Executable file
0
app/views/components/_ticket_card.html.erb
Normal file → Executable file
0
app/views/devise/confirmations/new.html.erb
Normal file → Executable file
0
app/views/devise/confirmations/new.html.erb
Normal file → Executable file
0
app/views/devise/mailer/confirmation_instructions.html.erb
Normal file → Executable file
0
app/views/devise/mailer/confirmation_instructions.html.erb
Normal file → Executable file
0
app/views/devise/mailer/email_changed.html.erb
Normal file → Executable file
0
app/views/devise/mailer/email_changed.html.erb
Normal file → Executable file
0
app/views/devise/mailer/password_change.html.erb
Normal file → Executable file
0
app/views/devise/mailer/password_change.html.erb
Normal file → Executable file
0
app/views/devise/mailer/reset_password_instructions.html.erb
Normal file → Executable file
0
app/views/devise/mailer/reset_password_instructions.html.erb
Normal file → Executable file
0
app/views/devise/mailer/unlock_instructions.html.erb
Normal file → Executable file
0
app/views/devise/mailer/unlock_instructions.html.erb
Normal file → Executable file
0
app/views/devise/passwords/edit.html.erb
Normal file → Executable file
0
app/views/devise/passwords/edit.html.erb
Normal file → Executable file
0
app/views/devise/passwords/new.html.erb
Normal file → Executable file
0
app/views/devise/passwords/new.html.erb
Normal file → Executable file
0
app/views/devise/registrations/edit.html.erb
Normal file → Executable file
0
app/views/devise/registrations/edit.html.erb
Normal file → Executable file
0
app/views/devise/registrations/new.html.erb
Normal file → Executable file
0
app/views/devise/registrations/new.html.erb
Normal file → Executable file
0
app/views/devise/sessions/new.html.erb
Normal file → Executable file
0
app/views/devise/sessions/new.html.erb
Normal file → Executable file
0
app/views/devise/shared/_error_messages.html.erb
Normal file → Executable file
0
app/views/devise/shared/_error_messages.html.erb
Normal file → Executable file
0
app/views/devise/shared/_links.html.erb
Normal file → Executable file
0
app/views/devise/shared/_links.html.erb
Normal file → Executable file
0
app/views/devise/unlocks/new.html.erb
Normal file → Executable file
0
app/views/devise/unlocks/new.html.erb
Normal file → Executable file
0
app/views/kaminari/_first_page.html.erb
Normal file → Executable file
0
app/views/kaminari/_first_page.html.erb
Normal file → Executable file
0
app/views/kaminari/_gap.html.erb
Normal file → Executable file
0
app/views/kaminari/_gap.html.erb
Normal file → Executable file
0
app/views/kaminari/_last_page.html.erb
Normal file → Executable file
0
app/views/kaminari/_last_page.html.erb
Normal file → Executable file
0
app/views/kaminari/_next_page.html.erb
Normal file → Executable file
0
app/views/kaminari/_next_page.html.erb
Normal file → Executable file
0
app/views/kaminari/_page.html.erb
Normal file → Executable file
0
app/views/kaminari/_page.html.erb
Normal file → Executable file
0
app/views/kaminari/_paginator.html.erb
Normal file → Executable file
0
app/views/kaminari/_paginator.html.erb
Normal file → Executable file
0
app/views/kaminari/_prev_page.html.erb
Normal file → Executable file
0
app/views/kaminari/_prev_page.html.erb
Normal file → Executable file
3
app/views/layouts/application.html.erb
Normal file → Executable file
3
app/views/layouts/application.html.erb
Normal file → Executable 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
0
app/views/layouts/mailer.html.erb
Normal file → Executable file
0
app/views/layouts/mailer.text.erb
Normal file → Executable file
0
app/views/layouts/mailer.text.erb
Normal file → Executable file
0
app/views/pages/dashboard.html.erb
Normal file → Executable file
0
app/views/pages/dashboard.html.erb
Normal file → Executable file
0
app/views/pages/events.html.erb
Normal file → Executable file
0
app/views/pages/events.html.erb
Normal file → Executable file
0
app/views/pages/home.html.erb
Normal file → Executable file
0
app/views/pages/home.html.erb
Normal file → Executable file
0
app/views/pages/legals.html.erb
Normal file → Executable file
0
app/views/pages/legals.html.erb
Normal file → Executable file
0
app/views/parties/index.html.erb
Normal file → Executable file
0
app/views/parties/index.html.erb
Normal file → Executable file
0
app/views/parties/show.html.erb
Normal file → Executable file
0
app/views/parties/show.html.erb
Normal file → Executable file
0
app/views/pwa/manifest.json.erb
Normal file → Executable file
0
app/views/pwa/manifest.json.erb
Normal file → Executable file
0
app/views/pwa/service-worker.js
Normal file → Executable file
0
app/views/pwa/service-worker.js
Normal file → Executable file
0
app/views/shared/_flash_messages.html.erb
Normal file → Executable file
0
app/views/shared/_flash_messages.html.erb
Normal file → Executable file
Reference in New Issue
Block a user