/SyntaxLexx

Results 16 issues of /SyntaxLexx

## Summary Added the config options for themes ## Issue https://github.com/asantibanez/livewire-charts/issues/44 https://github.com/asantibanez/livewire-charts/issues/3 ## Type of Change - [ ] :rocket: New Feature Added themes support - dark/light mode - palettes...

The missing `users()` relationship has been added to allow queries such as this: ```js const Role = use('Role') const role = await Role.findByOrFail('slug', 'admin') const user = await role.users().first() console.log('user',...

Since the recent update to the fantastic Monokai theme, blade templates have had a shady color scheme that is different from the usual colors when working with .html files. Any...

**Describe the bug** When used in a Laravel Jetstream with the inertia stack, the page becomes slow and at times results to a timeout error once the middleware is registered...

It would be very nice if one would be able to override the default buttons. Maybe using slots?

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ### Expected Behavior Show empty list/placeholder ### Steps To Reproduce _No...

bug
good first issue

Hello there. At times I would like to hide my actual file name but show what type of file am working on (either for privacy reasons or e.t.c). It would...