Haris Spahija

Results 29 comments of Haris Spahija

> Position of the euro sign (€) in amounts > The euro sign is followed by the amount without space: > > a sum of €30 > NB: > The...

Its important to note that there should be a strategy to decide what material UI version to use and also have backwards compatibility. Vuetify implemented a blueprint implementation that allows...

Sorry hate to break this one open again but with upcomming 2025 EAA might be good to take a look at this again. @yusufkandemir Would it make sense for us...

@IlCallo Yeah we figured that out and moving to quasar cli solved most of our issues

Hi IICallo, any instructions on how to approach this? I might have some extra time on hands next weeks.

Hi @MSNev, Sorry for reopening this issue but. What would be required to create something similiar? Perhaps the community can pick this up. Especially as Vue seems to have a...

What are you exactly looking for? That you can adjust the padding size? You can already adjust input sizing using overrides with `input-style` and `input-class`. See example: https://codepen.io/harisspahija/pen/BavbzGB It would...

Ah I understand. that shouldnt be too hard to implement. There is already a general `useSizeProps` in https://github.com/quasarframework/quasar/blob/dev/ui/src/composables/private/use-size.js that we can reuse. Im not sure what the impact is on...

So after experimenting its quite easy to add sizing. Its more the question what sizes should we support. Just increasing the font-size and padding might not be the most useful...