mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 01:22:50 -05:00
[PR #3117] [MERGED] feat: Show a loading animation on http request logs table #20456
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/3117
Author: @Fredkiss3
Created: 5/20/2026
Status: ✅ Merged
Merged: 5/22/2026
Merged by: @oschwartz10612
Base:
dev← Head:refactor/loading-animation-on-request-logs📝 Commits (10+)
8127496🚧 refactorc500979Merge branch 'dev' into refactor/loading-animation-on-request-logs67fb2beMerge branch 'dev' into refactor/loading-animation-on-request-logs1dfb340♻️ use react query for fetching instead ofuseEfffecta163cc3💄 show loading animation on http request logs table5efcd44Merge branch 'dev' into refactor/loading-animation-on-request-logsc1b8dfc♻️ refactor21a1447✨ Addaccessreact query5bf8b33♻️ useQuery for fetching access logs2b46e8e♻️ use useQuery for network action logs📊 Changes
7 files changed (+750 additions, -868 deletions)
View changed files
📝
messages/en-US.json(+1 -0)📝
src/app/[orgId]/settings/logs/access/page.tsx(+124 -221)📝
src/app/[orgId]/settings/logs/action/page.tsx(+108 -202)📝
src/app/[orgId]/settings/logs/connection/page.tsx(+133 -248)📝
src/app/[orgId]/settings/logs/request/page.tsx(+134 -189)📝
src/components/LogDataTable.tsx(+15 -1)📝
src/lib/queries.ts(+235 -7)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Summary
This table may have lots of data and it should show an animation when first loading if the data is taking some amount of time instead of nothing.
Screenshots
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.