Replies: 3 comments 10 replies
-
|
I mentioned in #287 that I might start working on a frontend rework in vue.js/vuetify. I have been working the last two days on it and can show first revisions here (since I guess it fits here): The light effects also work (did test it this night). With this there will also be an option to localize the page (currently just english, I could add german as well). @Tivertoni I annotated the ToyPad component with a comment at the top that this is your work! |
Beta Was this translation helpful? Give feedback.
-
|
I have found a workarond for the time being when using Dark Reader (in Firefox at least), switching the theme generation mode to filter (from the default dynamic) will stop it from interfering with the drop targets element. Though the colour scheme changes from a nice grey to a ugly black it is better then nothing. I did try looking into trying to fix it from the extension side. It doesn't have a ignore element function due to it adding a big performance impact and other workaround require manually messing with the stylesheets, which I try to stay as far away from if I can. I don't envy your (and other frontend developers) work @aurarius1 because of how finicky it is, but will always be forever grateful for it. |
Beta Was this translation helpful? Give feedback.
-
|
Perhaps this is something you have already implemented @aurarius1, but similar to #295 the issue of causing the server to crash by placing a tag on the pad prior to it detecting the game could also be handled by simply not allowing tags to be placed until that information has been received? |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Being able to switch to a darker colour theme would be nice. I discovered that while using an extension such as Dark Reader does work, it messes with the pulsing of the toypad light effects so a custom solution will be needed. Though it wouldn't need to be that fancy by just making the backgounds darker, it will also probably mean needing to change the hue of some of the other colours such as the default grey to something else.
Beta Was this translation helpful? Give feedback.
All reactions