-
-
Notifications
You must be signed in to change notification settings - Fork 186
feat: unsplash preview on the UI #340
Copy link
Copy link
Open
Labels
Little workThis task takes little time to complete. (ETA couple of days)This task takes little time to complete. (ETA couple of days)enhancementNew feature or requestNew feature or requestfrontendFrontend related changes / UI changesFrontend related changes / UI changesgood first issueGood for newcomersGood for newcomershacktoberfesthacktoberfest-acceptedhelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
Little workThis task takes little time to complete. (ETA couple of days)This task takes little time to complete. (ETA couple of days)enhancementNew feature or requestNew feature or requestfrontendFrontend related changes / UI changesFrontend related changes / UI changesgood first issueGood for newcomersGood for newcomershacktoberfesthacktoberfest-acceptedhelp wantedExtra attention is neededExtra attention is needed
Description:
While the backend/API supports fetching random backgrounds from Unsplash using the bgSource=unsplash and an optional unsplashQuery, there is currently no way for users to interactively select these options and preview the results from the React dashboard UI.
This feature would let users experiment with different background sources and Unsplash queries, and immediately see how their quote cards will look, without needing to edit URLs or reload pages manually.
This feature feature was made available as part of the recent release #336
You can take a look into this implementation and accordingly implement the UI for this