Task #3700
closedLibeOffice Help redesign/evolution
0%
Description
LibreOffice Help was ported to Web pages to benefit of the modern browser technology for a better user experience.
The original design preserved the layout of the old Help application (which was a special configuration of LibreOffice Writer).
The Objective of this ticket is to bring the HTML help with further improvements, such as
- Draft a modern layout mockup for the help.
- use modern CSS techniques (grid, responsiveness, form factor,and others)
- Suggest improvements in colors, fonts, accessibility and usability
- Compliance with pages dark mode
- Clean, secure and refactor a few javascript pieces
- improve page navigation (index for long pages?)
Improvements can go to Help master branch as soon as they are ready.
Files
Updated by Juan José González 12 months ago
- File Screenshot 2023-11-24 at 9.57.25.png Screenshot 2023-11-24 at 9.57.25.png added
- File Screenshot 2023-11-24 at 10-00-25 LibreOffice Help.png Screenshot 2023-11-24 at 10-00-25 LibreOffice Help.png added
- Status changed from New to In Progress
- Start date set to 2023-11-22
Work in progress...
Updated by Beluga Beluga 12 months ago
Olivier Hallot wrote:
- Draft a modern layout mockup for the help.
- use modern CSS techniques (grid, responsiveness, form factor,and others)
Note that the current site already uses grid and is responsive. The only problems regarding responsiveness are some tables, mainly on ScriptForge pages. Some CSS would need to be written for a couple of design approaches regarding them.
- Suggest improvements in colors, fonts, accessibility and usability
Are there any known accessibility problems on the current site?
Updated by Beluga Beluga 11 months ago
I simplified the layout with https://git.libreoffice.org/help/commit/25f39b53fb292ec90368f2afd3678884a1a8bb27 and it can be seen on https://help.libreoffice.org/24.2/en-US/text/shared/05/new_help.html
Regarding future work, about the header, in your screenshot the Module & Language dropdowns are on the right, but the donation button has disappeared from the header. All three elements would only fit there on wide screens. With 1080px wide (tablet landscape), they would not all fit to the right. We need to think about this more, where to place the elements on the different screen sizes.
Updated by Juan José González 5 months ago
- Status changed from In Progress to Rejected