Feature #39882
openHighlight selected version on the Roadmap view
0%
Description
It can be helpful to have the selected version's heading highlighted on the Roadmap (versions#index
) view. This would also be in line with what we currently already have for selected issue journals, forum topic replies (i.e. messages) and wiki page headings.
This proposed highlight could have a border-radius dependent of #39880.
Files
Updated by christy hernandez 6 months ago
Mischa The Evil wrote:
It can be helpful to have the selected version's heading highlighted on the Roadmap (
versions#index
) view. This would also be in line with what we currently already have for selected issue journals, forum topic replies (i.e. messages), and wiki page headings. https://www.ny-stateofhealth.com
This proposed highlight could have a border-radius dependent of #39880.
To implement this feature, you would need to make changes to the frontend code of your application. Here's a general outline of the steps you could take.
Identify the component responsible for rendering the Roadmap view in your application's frontend codebase.
Add logic to determine which version is currently selected or active.
Modify the rendering of the version headings to apply a highlight style to the selected version.
Define the highlight style, including any border-radius specifications, in your application's CSS or styling framework.
Test the feature thoroughly to ensure that the selected version is appropriately highlighted and that the highlighting behaves as expected across different browsers and devices.
Additionally, considering the existing implementation for highlighting selected issue journals, forum topic replies, and wiki page headings can provide valuable insights and help maintain consistency across your application's UI.
Updated by Marius BĂLTEANU 6 months ago
- Related to Feature #40744: Refresh history tabs look and feel added
Updated by Marius BĂLTEANU 6 months ago
- Related to deleted (Feature #40744: Refresh history tabs look and feel)
Updated by Marius BĂLTEANU 6 months ago
- File highlight-roadmap-version.diff highlight-roadmap-version.diff added
- Target version set to Candidate for next major release
I made a patch that implements this.