Dan Harrin

Results 529 comments of Dan Harrin

I think we need to make some edits, @Ufooo are you willing to still maintain this PR or would you like me to fork and make the changes on my...

Hey, I'd rather reduce the number of unofficial dependencies really? I reckon we could get away with a loading class on the buttons - ``` wire:loading.class="opacity-75 cursor-wait" ``` This works...

Hey, we've just been discussing internally the best way to approach this. I prefer translation keys like you used in #15, but Liam makes a good point that it's not...

That would be my preferred option. By default, have the key-based translation strings in the views. We then have a flag in the UI command that is able to swap...

Can we not `array_merge` and write to the existing lang files instead of overwriting them?

@Wulfheart you can `require()` it which will return the array I'm pretty sure?

@pktharindu we could do this by using the keyed version in the view stubs, and then replacing it with the version stored in the lang file when it's copied over...

@dakira we'll probably end up distributing the non-keyed version by default, and then supplying a flag to switch to the keyed version.