jambonz / jambonz-webapp

A simple provisioning web app for jambonz
MIT License
5 stars 21 forks source link

Support filtering recent calls based on callSid and have a single filter entry #281

Closed davehorton closed 1 year ago

davehorton commented 1 year ago

Currently we have this image

which lets us filter on From or To number, but not call sid. It will be common though to have a user report a call sid that we need to look into. I would like to see two changes

xquanluu commented 1 year ago

Start working on this

xquanluu commented 1 year ago

Screenshot 2023-06-30 at 11 07 50

davehorton commented 1 year ago

Looks good. I think the placeholder text can just be "Filter". Maybe we could have one of those info icons that give a popup description ("Filter based on call_sid, called or calling number")

xquanluu commented 1 year ago

Due to the layout and css of that html row, it's hard to add tooltip to the filter, it mess up the css for other components.

I have fixed the comments to have Filter in placeholder.

xquanluu commented 1 year ago

closed as PR merged