WebMechanic

Results 120 comments of WebMechanic
trafficstars

Hello @bijela-gora, I wasn't aware of the PR. Well done! The examples I was giving are very basic. There is much more, but JSDoc can't replace the granular details of...

FYI you can always sprinkle some JSDoc fairy dust onto your .d.ts as you see fit. ```js /** * @param [amt] Amount of filter applied * @param [mode] The mode...

PMFJI but I think this is a pure stylistic problem that can be solved with CSS alone and not in Vuetensils. We added SVG backgrounds on the aria-valid states (here...

@AustinGil I'm in Germany working on a big relaunch of our real estate portal. [More here](https://github.com/AustinGil/vuetensils/discussions/148) to keep this issue clean. --- Was `.../VMultiselect/Autocomplete.vue` supposed to be there? It looks...

`@media (min-width: 400px)` seems like a vary arbitrary value anyway. Tables in particularly need very individual "breakpoints" and styles to go with them to make them somewhat responsive to the...

one year in... care to have another look at the PR? 😇

@bcourtel is this still relevant for you? did you compile alist of places where the GUI needs translation? I only use a few components so far. I might eventually run...

still appears to be one year later

JetBrains WebStorm Plugins are written in Java so I guess you're barking up the wrong tree here. @BroJenuel @boyfoo @pzc666 You guys should post a request support in the JetBrains...

@aolko how about simply writing CSS then? CSS is no magic language that need compilation. Open a text file, type CSS, save with .css extension, load in the browser, done....