Caleb Smith
Caleb Smith
Hey! We decided it was an acceptable problem and just made it clear to the team to format the CSS separately on their own, as needed.
Also following up on this thread to see if anyone has found a solution. I'm running into similar issues as well and I am guessing it's more-so related to how...
I've always just used different `v-templates` for complex situations. I noticed early on that conditional statements (especially styling based ones) were rendering weird if I kept it all under one...
Sorry for the delayed response - So I am doing a search through a database of games with the code below: `Game::search($search, ['fields' => ['game.title'=> 'text_middle']])->getRecords();` This will ultimately pull...
This is a typical modal, so you wouldn't need to do anything more than `this.$navigateBack()`, or following the docs from here if you $showModal: https://nativescript-vue.org/en/docs/routing/manual-routing/#showmodal
Shoot sorry! I totally read that as you wanted to close the modal. I tried something at one point.. let me see if I can find that in my code...
This kind of ties into another issue regarding the refactor on components. Is there any interest in adjusting the frontend to use Nuxt, instead of just the base Vue framework?...
I was waiting on that refactor for I even tempted to touch it haha. It was looking pretty beefy! The big benefits for Nuxt here that I see: - Improved...
Sorry! Time slipped away from me and I got busy on other projects. Is this something we still want to explore? I saw a V2 PR in draft, so it'd...
Has there been any movement with PHPUnit 10? I'd like to use my current `wp-env` setup with this, but they already use PHPUnit 10 in that Docker container.