Aman-Mittal opened a new issue, #582: URL: https://github.com/apache/fineract-backoffice-ui/issues/582
> **Screenshot:** _Security → Audit Logs at 1440px, dark theme._ (attached below) ## 1. Two columns are blank for every row `Checker` and `Checked Date` render empty across the whole table — verified by walking every `tbody` row and checking each cell's text, not just by eye. Together they take roughly 250 px of the widest table in the application while showing nothing. This is presumably correct data — with maker-checker off, entries are never checked — but the table presents two permanently empty columns rather than saying so. **Suggested fix** — hide the pair when no row in the result set has a checker, or render an explicit `—` so an empty cell reads as "not checked" rather than as a rendering failure. Hiding them is better: it also gives the truncated columns room (see #581). ## 2. No free-text search, unlike its sibling list screens The screen has a full **Filters** panel, but no search box. Clients, Scheduler Jobs, Codes, Users, Roles and the product lists all offer "Type to search…". Audit Logs — the screen you reach precisely because you are looking for one specific action — is the one that makes you filter by structured fields instead. **Suggested fix** — add the same search control the other list screens use. ## 3. Minor, same screen - The **Filters** bar is inset narrower than the card it sits in: `332→1353` inside a card spanning `308→1377`, so it is 24 px short on each side and does not line up with the table beneath it. (It does *not* overlap the card — the two meet exactly at y=216.) - `Result: Processed` is plain text, where Clients renders equivalent status values as coloured pills. - `EXPORT CSV` is an outlined button; the primary action on other list screens (`CREATE CLIENT`) is filled. Primary-action styling is not consistent between list screens. ## Reproduction 1. Sign in, go to **Security → Audit Logs**. 2. Scroll the table — `Checker` and `Checked Date` are empty for every row. 3. Look for a search box; there is only the Filters panel. ## Tested against Deployed build of `main`, Chrome, 1440x900. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
