You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reviewing #12 and coming up with my own solution, I stumbled across file https://github.com/RiiConnect24/RiiTag-Next/blob/master/src/lib/constants/forms/backgrounds.js. It seems like the background selector in the RiiTag control panel is directly loading all backgrounds at once, from a predefined list. This could be improved in the future to recursively search the backgrounds folder, which would not only clean up the code a bit, but would also allow for seamless display of new backgrounds, such as custom ones as indicated in #12.
The text was updated successfully, but these errors were encountered:
While reviewing #12 and coming up with my own solution, I stumbled across file https://github.com/RiiConnect24/RiiTag-Next/blob/master/src/lib/constants/forms/backgrounds.js. It seems like the background selector in the RiiTag control panel is directly loading all backgrounds at once, from a predefined list. This could be improved in the future to recursively search the backgrounds folder, which would not only clean up the code a bit, but would also allow for seamless display of new backgrounds, such as custom ones as indicated in #12.
The text was updated successfully, but these errors were encountered: