contentdb icon indicating copy to clipboard operation
contentdb copied to clipboard

make featured status in client more obvious

Open wsor4035 opened this issue 1 year ago • 3 comments

Problem

(reporting from matrix) featured status in the minetest client isnt clear enough

Solutions

add [featured] to package title (suggested by roller)

Alternatives

🤷

Additional context

line of code that currently does it: https://github.com/minetest/contentdb/blob/36c63b46577a2198a2bc389b846b57d810793fe4/app/blueprints/api/endpoints.py#L90

wsor4035 avatar Dec 13 '23 21:12 wsor4035

It is worth considering changing background colour also, to help differentiate at a visual glance.

ancientmarinerdev avatar Dec 13 '23 22:12 ancientmarinerdev

I originally put this in the title, but found that it clipped on larger font sizes / smaller displays. The description wraps at least

It is worth considering changing background colour also, to help differentiate at a visual glance.

We can only change the screenshot, description, and title from the server-side. Other changes would need to be done on the engine, at which point I'd rather wait for the redesign

rubenwardy avatar Dec 14 '23 10:12 rubenwardy

I'm wondering if I can include colorize codes in the API response, or if Minetest will strip that out. If it's respected then we could give the featured label a different color

rubenwardy avatar Dec 15 '23 16:12 rubenwardy

Solved by https://github.com/minetest/contentdb/commit/465370d3fc433b1ae050090ad3e85196b610d6fc and https://github.com/minetest/minetest/pull/14510

rubenwardy avatar Apr 05 '24 17:04 rubenwardy