Skip to content

Conversation

@HDinger
Copy link
Contributor

@HDinger HDinger commented Jan 5, 2026

Ticket

https://community.openproject.org/wp/69677

What are you trying to accomplish?

Hide the progress bar on very small screens to gain more space for the buttons

Screenshots

Bildschirmfoto 2026-01-05 um 13 59 35

@HDinger HDinger added this to the 17.0.x milestone Jan 5, 2026
@myabc myabc self-requested a review January 6, 2026 14:15
Copy link
Contributor

@myabc myabc left a comment

Choose a reason for hiding this comment

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

Unfortunately this isn't fully responsive.

With a viewport width of around 600 pixels, the progress label ("X of X" text wraps - which doesn't look good.

Image

This can be fixed quickly by using Primer::Beta::Truncate rather than Primer::Beta::Text in app/components/step_wizard/footer_component.html.erb:

          <%= render(Primer::Beta::Truncate.new(tag: :div, font_size: :small, color: :muted)) do %>
            <%= I18n.t("projects.wizard.progress_label", current: current_step, total: total_steps) %>
          <% end %>

@HDinger
Copy link
Contributor Author

HDinger commented Jan 7, 2026

Unfortunately this isn't fully responsive.

With a viewport width of around 600 pixels, the progress label ("X of X" text wraps - which doesn't look good.
Image

This can be fixed quickly by using Primer::Beta::Truncate rather than Primer::Beta::Text in app/components/step_wizard/footer_component.html.erb:

          <%= render(Primer::Beta::Truncate.new(tag: :div, font_size: :small, color: :muted)) do %>
            <%= I18n.t("projects.wizard.progress_label", current: current_step, total: total_steps) %>
          <% end %>

afaik, this was done intentionally back then, so I'd leave it like this for now

@HDinger HDinger merged commit aefd375 into release/17.0 Jan 7, 2026
17 of 18 checks passed
@HDinger HDinger deleted the bug/69677-project-creation-modal-screen-overflow-on-mobile branch January 7, 2026 09:28
@github-actions github-actions bot locked and limited conversation to collaborators Jan 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Development

Successfully merging this pull request may close these issues.

3 participants