Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Tag thumbnails #5

Closed
StashAppDev opened this issue Feb 11, 2019 · 1 comment · Fixed by #641
Closed

[Enhancement] Tag thumbnails #5

StashAppDev opened this issue Feb 11, 2019 · 1 comment · Fixed by #641
Assignees
Labels
feature Pull requests that add a new feature
Milestone

Comments

@StashAppDev
Copy link
Member

stashapp/StashServer#32

@StashAppDev StashAppDev changed the title [Feature] Tag thumbnails Tag thumbnails Mar 24, 2019
@StashAppDev StashAppDev added the feature Pull requests that add a new feature label Mar 24, 2019
@echo6ix
Copy link
Contributor

echo6ix commented Aug 31, 2019

A better interface concept #108 for the grid view of tag thumbnails (aka cover images).

tag list grid view

  • Stock tag icon for tag thumbnails missing cover image is from https://fontawesome.com/icons/tag?style=solid
  • The edit icon for each card is from here https://fontawesome.com/icons/edit?style=solid
  • Each card is in a container called .bp3-card. I think it would be interesting to very subtly lighten the colour of the .bp3-card container when the mouse hovers over the container.
  • Tag thumbnails would be user-defined and uploaded. This would necessitate a page just for editing the tag, eg /tag/12, which brings me to the edit icon...

What does the edit icon do?

  • On the mouseover event of a card, an edit icon appears on the bottom right of the card (i may have used a colour thats too dark in the concept).
  • The icon is an indicator that you can click it to edit tag details
  • On the mouseover/hover of the actual icon, the icon should turn a lighter colour
  • The reason for directing the user to a page that edits the tag is that I'm assuming there will be more to edit than just the tag name. Such as, tag cover image/thumbnail; tag deletion, rename tag; assign tag aliases (aka subtags from the roadmap).

What do the scenes and marker buttons do?

The scenes or markers button will determine what the user will ultimately see when clicking a tag card. If scenes is depressed, as represented in the concept, then the user is set to view scenes when clicking a tag, and vice-versa with markers.

What does the side panel do?

The side panel shows a list of all the tags used in Stash, sorted alphabetically in ascending order, and with letter headings.

  • Tags beginning with non-alphanumeric and numeric characters would be placed under the hashtag character.
  • The input quick filter box lets user filter through the tags in the side panel with results appearing instantly.

@echo6ix echo6ix mentioned this issue Sep 7, 2019
@WithoutPants WithoutPants added this to the Version 0.2.0 milestone Feb 3, 2020
@WithoutPants WithoutPants self-assigned this Feb 3, 2020
@Leopere Leopere changed the title Tag thumbnails [Enhancement] Tag thumbnails Feb 13, 2020
@Leopere Leopere added this to To do in Wants via automation Feb 13, 2020
@Leopere Leopere added this to To do in Version 0.2.0 via automation Feb 13, 2020
Wants automation moved this from To do to Done Jul 7, 2020
Version 0.2.0 automation moved this from To do to Done Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Pull requests that add a new feature
Projects
No open projects
Version 0.2.0
  
Done
Wants
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants