Adam Holmes
Is there a threads / conversation plugin?
Could you make use of this comments plugin?
https://filamentphp.com/plugins/parallax-comments
6 replies
Action Group Layout
Apologies, I put in too many attachments and confused things... I'd like the layout like my first attachment (which is bootstrap). But based on your example...
I'd like the 3 dots to be part of the Notes button (as in no gap between them and they look 1 and the same)... In my case, they're all related actions to do with communication so I'd like the default (notes) to be Send Email - and then in the 3 dots have Send SMS, Send WhatsApp etc
I can do all the above except make the primary action and dots look like a single button group
11 replies
Price (in pence) field - show result in pounds in suffix/or somewhere else that's sensible
I use a plugin for this: https://filamentphp.com/plugins/pelmered-money-field
User enters an amount in £ (or your chosen currency) and then it converts to pennies on save.
6 replies
ToggleButtons are requiring a double-click to change their state
This sounds similar to what I was experiencing with actions here: https://discord.com/channels/883083792112300104/1296415497037938729/1296437496288116746
@ChesterS made the suggestion of setting lazy = true which did the trick for me - maybe you can try that
Sadly, no explanation why this works, but it did 😂
27 replies
Page header in topbar
There was some chatter about this here: https://discord.com/channels/883083792112300104/883084832387760148/1288922950107398257
There's a few messages further up too
It might at least point you in the right direction
12 replies
Prepopulate constraints
I did try the QS method, but parts of it are dynamic for example - in the below
ZC21
is dynamic and changes each time
http://localhost/my-page?tableFilters[queryBuilder][rules][ZC21][type]=from&tableFilters[queryBuilder][rules][ZC21][data][operator]=contains&tableFilters[queryBuilder][rules][ZC21][data][settings][text]=adam6 replies
Actions in table column view not triggering
Fair enough - I guess I've just overlooked that and never needed to use actions this way. All of my actions are snake case so
do_something_cool
. I guess it wasn't clear from the docs as they're all 1 word actions like delete / edit etc
Thanks for the help 🙂14 replies