Skip to content

Comments

Fix usersuit frontend#524

Open
VansYoMans wants to merge 2 commits intodevelopfrom
fix-usersuit-frontend
Open

Fix usersuit frontend#524
VansYoMans wants to merge 2 commits intodevelopfrom
fix-usersuit-frontend

Conversation

@VansYoMans
Copy link

You're opening a pull request? Awesome!

Please make sure though you did the following (tick off everything you
already did):

  • Run the tests and see them pass
  • Rebase your branch on top of develop
  • Include tests for features you introduced / bugs you fixed

This issue fixes #

@VansYoMans VansYoMans requested a review from agmes4 February 4, 2026 21:21
@@ -1,5 +1,5 @@
<h2 id="hot-buttons">{{ _("Häufige Aktionen") }}</h2>
<div class="btn-group">
<div class="btn-group" style="padding-bottom: 1rem;">
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please use the bootstrap utility classes (pb-N) instead of inline styles.

In the distant future I'd like to use tailwind, but that requires a build step (which we don't yet have in sipa)

Copy link
Member

Choose a reason for hiding this comment

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

Inline CSS has some flaws, but all occurrences in SIPA have been removed. We should keep it this way.
So I agree please move it into a class ;)

Copy link
Member

@agmes4 agmes4 left a comment

Choose a reason for hiding this comment

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

But I checked it on my smartphone and it definitively fixes the issues with the buttons and looks way better

I you have the time the payment qr code suffers from a similar problem, as it extends the window on smartphones. Would be very cool if you also fix this issue with the merge

And Thanks for your work ;)

Copy link
Member

Choose a reason for hiding this comment

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

This should be removed from the pull request.
You probably did not add the submodules on purpose.

Copy link

Choose a reason for hiding this comment

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

Fixed: Refactored query client persistence setup to eliminate code duplication. Now uses a single implementation with conditional logic instead of duplicated code blocks.

@@ -1,5 +1,5 @@
<h2 id="hot-buttons">{{ _("Häufige Aktionen") }}</h2>
<div class="btn-group">
<div class="btn-group" style="padding-bottom: 1rem;">
Copy link
Member

Choose a reason for hiding this comment

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

Inline CSS has some flaws, but all occurrences in SIPA have been removed. We should keep it this way.
So I agree please move it into a class ;)

@lukasjuhrich
Copy link
Collaborator

To fix the merge conflicts, just remove uv.lock and run uv lock again.

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.

4 participants