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

Screen resolution: Email addresses cut off #232

Closed
rfwolff opened this issue Jan 30, 2021 · 1 comment · Fixed by #238
Closed

Screen resolution: Email addresses cut off #232

rfwolff opened this issue Jan 30, 2021 · 1 comment · Fixed by #238
Assignees
Labels
bug Something isn't working or feels broken design Layout or appearance related request
Milestone

Comments

@rfwolff
Copy link

rfwolff commented Jan 30, 2021

Depending on the screen resolution, graphs/ tables are ordered/displayed differently (presumably to fit the available space) thus causing long email addresses to be cut at different lenghts.

In all tested screen resolutions, rows 1 and 2 display the counts (mails total etc.) and the activity graphs (Y/Q/M/Q and activity in 2021), respectively.

  1. 1680x1050 - Two more rows displayed. Third row: graphs for Daytime, Weekday, Month; Fourth row: Temporal distribution, Most received from, Most sent to.
  2. 2560x1440 - Only one more row, displaying graphs for Daytime, Weekday, Month, Temporal distribution, Most received from, Most sent to.
  3. 1080x1920 - Three more rows displayed. Third row: graphs for Daytime, Weekday; Fourth row: graph for Month, Temporal distribution; Fifth row: Most received from, Most sent to.

In all of the resolution, longer email addresses (listed in either Most received from or Most sent to) are cut off, at around 44 characters (resolution 1), 32 characters (resolution 2), and 41 characters (resolution 3).

Possible solution: Make "widgets" (i.e. little unit displaying a graph or list of addresses) scalable so that view can be adjusted.

@devmount devmount self-assigned this Jan 31, 2021
@devmount devmount added bug Something isn't working or feels broken design Layout or appearance related request labels Jan 31, 2021
@devmount devmount added this to the v1.4.0 milestone Jan 31, 2021
@devmount
Copy link
Owner

Thank you for this detailed report 👏🏻

I already revamped the stats page layout with #231 (organizing all charts in tab groups) and now improved responsiveness even more with #238. That means:

  • Resolution 1 should now show all characters as this is now a one column view
  • Resolution 2 should now show a lot more characters too (I only tested up to 50 characters)
  • Resolution 3 still shows around 42 characters (depending on the character width)

I will not further optimize this as you can always see the full email address in the corresponding tooltip. Implementing resizable widgets will be high effort for little benefit. I hope this is ok for you.

You can download the latest build here, if you can't wait for the next release:
https://third-stats.cdn.devmount.com/

@devmount devmount linked a pull request Jan 31, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working or feels broken design Layout or appearance related request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants