Bug 36265 - Bigger font-size for headers in staff interface
Summary: Bigger font-size for headers in staff interface
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Fridolin Somers
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-07 09:26 UTC by Fridolin Somers
Modified: 2024-04-22 07:06 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
24.05.00


Attachments
Bug 36265: Bigger font-size for headers in staff interface (1.20 KB, patch)
2024-03-07 09:32 UTC, Fridolin Somers
Details | Diff | Splinter Review
Screenshot without patch (136.88 KB, image/png)
2024-03-07 10:06 UTC, Fridolin Somers
Details
Screenshot with patch (127.17 KB, image/png)
2024-03-07 10:06 UTC, Fridolin Somers
Details
Bug 36265: Bigger font-size for headers in staff interface (1.25 KB, patch)
2024-03-25 16:22 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 36265: Bigger font-size for headers in staff interface (1.30 KB, patch)
2024-03-25 17:55 UTC, Lucas Gass
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Fridolin Somers 2024-03-07 09:26:53 UTC
In staff interface, text in nav bar and search header are at normal size.
Since these are used a lot, I propose to increase font-size.
Comment 1 Fridolin Somers 2024-03-07 09:32:57 UTC
Created attachment 162865 [details] [review]
Bug 36265: Bigger font-size for headers in staff interface

In staff interface, text in nav bar and search header are at normal size.
Since these are used a lot, I propose to increase font-size at 110%.

Test by applying patch and rebuild CSS to see bigger text in staff
interface
Comment 2 Fridolin Somers 2024-03-07 10:06:22 UTC
Created attachment 162878 [details]
Screenshot without patch
Comment 3 Fridolin Somers 2024-03-07 10:06:40 UTC
Created attachment 162879 [details]
Screenshot with patch
Comment 4 Lucas Gass 2024-03-09 18:15:22 UTC
I've heard this complaint also.  

Is setting the font-size to 110% the right way to handle this? Or should it be set to a px amount? 

Also, can't this be solved by simply using "CTRL +" and "CTRL -" ?
Comment 5 Fridolin Somers 2024-03-11 08:32:42 UTC
(In reply to Lucas Gass from comment #4)
> I've heard this complaint also.  
> 
> Is setting the font-size to 110% the right way to handle this? Or should it
> be set to a px amount? 
I see there are existing rules with % (for example h1, h2...).
But I'm not CSS expert.
I add Owen for advice.

> 
> Also, can't this be solved by simply using "CTRL +" and "CTRL -" ?
Ah but that increases all texts ;)
Comment 6 Owen Leonard 2024-03-25 16:22:59 UTC
Created attachment 163830 [details] [review]
Bug 36265: Bigger font-size for headers in staff interface

In staff interface, text in nav bar and search header are at normal
size. Since these are used a lot, I propose to increase font-size at
110%.

Test by applying patch and rebuild CSS to see bigger text in staff
interface

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 7 Owen Leonard 2024-03-25 16:29:44 UTC
I'm fine with this change if others find it to be an improvement. 

There seems to be something about the switch to white-on-black in the new staff interface that some users find difficult even though the contrast is high and the text size didn't change.

We'll probably have to work harder to prevent menu text from overlapping at smaller screen widths.
Comment 8 Lucas Gass 2024-03-25 17:55:19 UTC
Created attachment 163848 [details] [review]
Bug 36265: Bigger font-size for headers in staff interface

In staff interface, text in nav bar and search header are at normal
size. Since these are used a lot, I propose to increase font-size at
110%.

Test by applying patch and rebuild CSS to see bigger text in staff
interface

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Comment 9 Katrin Fischer 2024-04-22 07:06:06 UTC
Pushed for 24.05!

Well done everyone, thank you!