mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Compare commits
12 commits
bf498d9239
...
3aa09572f5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3aa09572f5 | ||
|
|
7ac5913c86 | ||
|
|
a6e130ab2e | ||
|
|
4fe4bb99b7 | ||
|
|
b9e90268d1 | ||
|
|
03c892aac0 | ||
|
|
cf31ca20b9 | ||
|
|
c3f3a7db3f | ||
|
|
e49624a6da | ||
|
|
9ad17e0f62 | ||
|
|
6d16642a6c | ||
|
|
b200346fd3 |
3 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,6 +5,7 @@ node_modules
|
||||||
.pnp
|
.pnp
|
||||||
.pnp.js
|
.pnp.js
|
||||||
.pnpm-store
|
.pnpm-store
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
/coverage
|
/coverage
|
||||||
|
|
|
||||||
|
|
@ -95,6 +95,9 @@ docker pull docker.umami.is/umami-software/umami:latest
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🔄 Getting Updates
|
## 🔄 Getting Updates
|
||||||
|
> [!WARNING]
|
||||||
|
> If you are updating from Umami V2, image "postgresql-latest" is deprecated. You must change it to "latest".
|
||||||
|
> e.g., rename `docker.umami.is/umami-software/umami:postgresql-latest` to `docker.umami.is/umami-software/umami:latest`.
|
||||||
|
|
||||||
To get the latest features, simply do a pull, install any new dependencies, and rebuild:
|
To get the latest features, simply do a pull, install any new dependencies, and rebuild:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ export function DownloadButton({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<TooltipTrigger delay={0}>
|
<TooltipTrigger delay={0}>
|
||||||
<Button variant="quiet" onClick={handleClick} isDisabled={!data}>
|
<Button variant="quiet" onClick={handleClick} isDisabled={!data || data.length === 0}>
|
||||||
<Icon>
|
<Icon>
|
||||||
<Download />
|
<Download />
|
||||||
</Icon>
|
</Icon>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue