Skip to content

Conversation

@manuthecoder
Copy link
Contributor

Invitations redesign. Work in progress.

@manuthecoder manuthecoder changed the title Refactor invite links section in team overview to streamline UI and i… [Team] Invitations redesign Oct 30, 2025
@manuthecoder manuthecoder changed the title [Team] Invitations redesign [Team] Invite redesign Oct 30, 2025
@manuthecoder manuthecoder changed the title [Team] Invite redesign [Team] Invite flow redesign Oct 30, 2025
Comment on lines +6 to +8
OrganizerPositionInvite.roles.keys.map { |role| [role.titleize, role] },
{},
"x-model": "role" %>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
OrganizerPositionInvite.roles.keys.map { |role| [role.titleize, role] },
{},
"x-model": "role" %>
OrganizerPositionInvite.roles.keys.map { |role| [role.titleize, role] },
{},
"x-model": "role" %>

Comment on lines +40 to +42
<%= form.label :enable_controls do %>
<%= form.check_box :enable_controls, { data: { action: "change->accordion#toggle", accordion_target: "checkbox" } }, true, false %>
<span class="slider"></span>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<%= form.label :enable_controls do %>
<%= form.check_box :enable_controls, { data: { action: "change->accordion#toggle", accordion_target: "checkbox" } }, true, false %>
<span class="slider"></span>
<%= form.label :enable_controls do %>
<%= form.check_box :enable_controls, { data: { action: "change->accordion#toggle", accordion_target: "checkbox" } }, true, false %>
<span class="slider"></span>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants