Popescu Dan

Results 141 comments of Popescu Dan
trafficstars

Hello. On mobile you have that functionality, and on desktop you can choose between overlay arrows or external arrows. In my opinion the tab drag is not exactly what I...

You can swipe the panels, yes, and the selected tab will change.

It could be done, but not with QTabPanels, because they are optimized for efficiency and only render the current tab.

One of the main reasons is that (excepting the indicator line) it's trivial to do a scrolling strip of panels with all of them active and to pan them.

Make a container with class `row no-wrap scroll` and with a `v-touch-pan.mouse.horizontal` that moves the panel. Also you can look at the CSS properties related to scroll snap. Inside put...

Cross reference: https://github.com/quasarframework/quasar/issues/4714 https://github.com/quasarframework/quasar/issues/4406 https://github.com/quasarframework/quasar/issues/7404 https://github.com/quasarframework/quasar/issues/7795 https://github.com/quasarframework/quasar/issues/8266

It's not so difficult to do it adjusted to your needs. It would take less than recording all these images :) https://codepen.io/pdanpdan/pen/ExPqZbK The problem is that it's hard to do...

Why not just tweak the example not to show the bar? It's all there, just that exactly how I said everyone wants something else. But I can infer from your...

@slowaways is it so difficult for you to do basic adjustments to an already complete component to adjust it as you want it?

cross reference: https://github.com/quasarframework/quasar/issues/7541 https://github.com/quasarframework/quasar/issues/5202