List of theme IDs in theme preview on website #256
Replies: 2 comments 3 replies
-
The problem with this is that every time someone contributes with a theme, it is necessary to re-generate the theme list in json. https://gist.github.com/rapgru/09b449285231d18f4e4536c5f48fc927 |
Beta Was this translation helpful? Give feedback.
-
Every time someone contribute with a theme, the ID changes. Surely I can align that the page is always updated with the repo themes. However, people do not know this and tomorrow someone can make a script that uses the ID x to install a specific theme. When Gogh changes the ID change and the script will break and the worst thing is that it will be very difficult to debug and figure out why he is not installing the "original" theme. Yea i know we need to set static ID's to resolve this and I have a solution in mind or so I think. The static ID it can be generated by making a hash of each Theme and using the first 5 numbers of that hash. Something like that. I still do not know. At some point it will be done. |
Beta Was this translation helpful? Give feedback.
-
Hey!
Gogh and its website are fantastic!
But it's cumbersome to first look at the themes on the website, then find the name in the list of themes in the terminal, identify the theme ID and then enter it.
It would greatly enhance the user experience to simply have the ID listed in the title bar of the theme sample images (see red box in the image):
Beta Was this translation helpful? Give feedback.
All reactions