Skip to content

feat(frontend): display discouraged feature information#1824

Merged
jcscottiii merged 4 commits intomainfrom
jcscottiii/render-discouraged
Sep 15, 2025
Merged

feat(frontend): display discouraged feature information#1824
jcscottiii merged 4 commits intomainfrom
jcscottiii/render-discouraged

Conversation

@jcscottiii
Copy link
Collaborator

@jcscottiii jcscottiii commented Sep 12, 2025

This commit implements the frontend components to display information about discouraged features, building on the recent API additions.

  • A prominent "Discouraged" notice is now displayed on the feature page for any feature marked as such. This notice explains why the feature is discouraged and offers alternatives if available.
  • A new "discouraged" icon and chip style are used in the feature overview and on the feature page to clearly label these features.
  • E2E tests and screenshot snapshots have been added to verify the new UI for discouraged features.
  • The fake data generation script has been updated to include discouraged features for local development and testing.
image

This commit implements the frontend components to display information about discouraged features, building on the recent API additions.

- A prominent "Discouraged" notice is now displayed on the feature page for any feature marked as such. This notice explains why the feature is discouraged and offers alternatives if available.
- A new "discouraged" icon and chip style are used in the feature overview and on the feature page to clearly label these features.
- E2E tests and screenshot snapshots have been added to verify the new UI for discouraged features.
- The fake data generation script has been updated to include discouraged features for local development and testing.
@jcscottiii jcscottiii linked an issue Sep 15, 2025 that may be closed by this pull request
@jcscottiii jcscottiii requested a review from jrobbins September 15, 2025 16:27
Copy link
Collaborator

@jrobbins jrobbins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good, but I am curious if you can have just one copy of the icon.

@jcscottiii jcscottiii added this pull request to the merge queue Sep 15, 2025
Merged via the queue into main with commit cea3dee Sep 15, 2025
7 of 11 checks passed
@jcscottiii jcscottiii deleted the jcscottiii/render-discouraged branch September 15, 2025 21:14
@jcscottiii jcscottiii mentioned this pull request Sep 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ENHANCEMENT] Utilize the discouraged annotation

2 participants