Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update mobile responsiveness on web UI #720

Merged
merged 2 commits into from
Nov 5, 2024

Conversation

david-kalmakoff
Copy link
Contributor

Fixes #716

the following pages had responsiveness issues:

  • applications (card overflow)
  • clients (card overflow)
  • plugins (card overflow, info card word wrapping, and card padding)
  • individual plugin (info card word wrapping, and card spacing)

the following pages had responsiveness issues:
- applications (table)
- clients (table)
- plugins (table, info card word wrapping, and card padding)
@david-kalmakoff david-kalmakoff requested a review from a team as a code owner November 2, 2024 16:34
Copy link

codecov bot commented Nov 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.42%. Comparing base (3f29ded) to head (fc6f6cb).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #720   +/-   ##
=======================================
  Coverage   79.42%   79.42%           
=======================================
  Files          56       56           
  Lines        2639     2639           
=======================================
  Hits         2096     2096           
  Misses        452      452           
  Partials       91       91           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@jmattheis jmattheis left a comment

Choose a reason for hiding this comment

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

Thanks, it does improve it. I think it could be improved more by reducing the big padding / margin to the screen borders when on smaller devices.

@jmattheis jmattheis merged commit b08b5ae into gotify:master Nov 5, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

fix web UI responsiveness
4 participants