mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 00:27:11 +01:00
Refactored data tables. Added realtime tables.
This commit is contained in:
parent
51955c69ec
commit
8912daa2fa
29 changed files with 335 additions and 226 deletions
|
|
@ -18,8 +18,6 @@ export default function MetricsBar({ websiteId, token, className }) {
|
|||
query: { url },
|
||||
} = usePageQuery();
|
||||
|
||||
console.log({ modified });
|
||||
|
||||
const { data, error, loading } = useFetch(
|
||||
`/api/website/${websiteId}/stats`,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue