Commit Graph

1871 Commits

Author SHA1 Message Date
Mike Cao
d1c9f78944
Merge pull request #115 from MoltenCoffee/master
Localization for Dutch (Nederlands)
2020-09-08 02:51:58 -07:00
MoltenCoffee
a31a104577
Used full country code instead of just nl 2020-09-08 10:59:56 +02:00
MoltenCoffee
dd2a2ea8a1
Minor string update 2020-09-08 10:48:05 +02:00
MoltenCoffee
da1ec3f429
Added correct(??) BCP47 codes 2020-09-08 10:35:24 +02:00
MoltenCoffee
1ba9538bc7
Slight changes to dutch 2020-09-08 10:22:26 +02:00
MoltenCoffee
d8d15a6d7c
Added Dutch language 2020-09-08 09:42:43 +02:00
Mike Cao
7164977f9f Chart labels should update when changing locale. 2020-09-07 21:32:45 -07:00
Mike Cao
8df3c21ada
Merge pull request #111 from mikecao/dev
v0.24.0
2020-09-07 20:46:21 -07:00
Mike Cao
ccca5d2d99 Added missing messages. 2020-09-07 20:41:58 -07:00
Mike Cao
ff854150ae Date formatting using locale. 2020-09-07 19:48:40 -07:00
Mike Cao
987fdfd57d Added support for zh-CN locale. 2020-09-07 15:25:09 -07:00
Mike Cao
a60cdc873a
Update main.yml 2020-09-07 02:15:48 -07:00
Mike Cao
45b991e1a7
Merge pull request #108 from hugomd/feat/push-to-github-container-registry
Use GitHub Container Registry for Docker images
2020-09-07 02:05:51 -07:00
Mike Cao
e8538f6e23 Support i18n. 2020-09-07 01:22:16 -07:00
Hugo Müller-Downing
7dd5d97279 Use GitHub Container Registry for Docker images
GHCR allows images to be pulled anonymously
2020-09-06 15:48:46 +10:00
Mike Cao
f0ac9b6522 Convert text for internationalization. 2020-09-05 17:27:01 -07:00
Mike Cao
6833a5bdb0 Detect when postgres is used instead of postgresql. 2020-09-04 11:06:32 -07:00
Mike Cao
83678756c7
Merge pull request #102 from mikecao/dev
Fixed update issue by upgrading prisma
2020-09-04 09:20:23 -07:00
Mike Cao
0db29719b0 Fixed update issue by upgrading prisma. 2020-09-04 09:10:32 -07:00
Mike Cao
f485498320 Merge branch 'master' into dev 2020-09-04 09:04:37 -07:00
Mike Cao
230032ad9a Typo. 2020-09-03 16:32:09 -07:00
Mike Cao
681852b225
Merge pull request #99 from mikecao/dev
v0.21.0
2020-09-03 14:54:18 -07:00
Mike Cao
405205f0a1 Updated packages. 2020-09-03 09:53:36 -07:00
Mike Cao
e9036ba829 Merge branch 'dev' of https://github.com/mikecao/umami into dev 2020-09-03 08:59:11 -07:00
Mike Cao
719f3cfdbc Updated readme. 2020-09-03 08:56:51 -07:00
Mike Cao
0aa6cc939a Allow custom events. 2020-09-03 08:53:39 -07:00
Mike Cao
fd8df387c8 Refresh should reset date range. 2020-09-03 08:43:18 -07:00
Mike Cao
c984f4c6ae Track query times. Updated refresh button. 2020-09-03 08:43:18 -07:00
Mike Cao
f17be19110 All queries should use runQuery. 2020-09-03 08:43:17 -07:00
Mike Cao
a3e920d944 Updated packages. Allow url in query strings. 2020-09-03 08:43:17 -07:00
Mike Cao
353907e71d Responsive chart labels. 2020-09-03 08:43:17 -07:00
Mike Cao
142dba2e14 Track query times. Updated refresh button. 2020-09-02 16:49:14 -07:00
Mike Cao
e791990750 All queries should use runQuery. 2020-09-02 15:14:33 -07:00
Mike Cao
515fc16bf8 Updated packages. Allow url in query strings. 2020-09-02 15:13:45 -07:00
Mike Cao
a5c3429d79
Merge pull request #60 from hugomd/feat/build-docker-image-with-github-actions
Add GitHub workflow to push Docker image
2020-09-02 14:45:25 -07:00
Mike Cao
2078005780
Merge pull request #94 from jnettome/history-state-fix
Fixes tracker code bug on handling pushState
2020-09-02 14:43:07 -07:00
João Pedro Netto
5db40efba6
Fixes tracker code bug on handling pushState
- Enforcing .toString() on navigatedURL, because without it it returns an object and break history state changes;
- Typo `navaigatedUrl` to `navigatedURL`;
2020-09-02 14:38:01 -03:00
Mike Cao
a4dac35771 Responsive chart labels. 2020-09-02 09:56:29 -07:00
Mike Cao
80c3927048
Merge pull request #90 from dakshshah96/buttons-active-safari
Fix active button style in Safari
2020-09-02 08:34:34 -07:00
Hugo Müller-Downing
26639dbeb1 Build Docker image only on release 2020-09-02 21:48:04 +10:00
Daksh Shah
d8ab26698a
Fix active button style in Safari 2020-09-02 11:22:20 +05:30
Mike Cao
bf6df3647a
Merge pull request #85 from mikecao/dev
v0.20.0
2020-08-31 21:19:05 -07:00
Mike Cao
cb48acde55 Error handling for queries. 2020-08-31 21:11:53 -07:00
Mike Cao
cebd3fd924 Allow alternate host url in tracker. 2020-08-31 20:25:31 -07:00
Mike Cao
aec012fb79 Toast notifications. 2020-08-31 15:57:59 -07:00
Mike Cao
2837251db7 Added useDateRange hook. 2020-08-31 15:02:32 -07:00
Mike Cao
c5cb19a3bf Move date range selection into redux. 2020-08-31 14:11:30 -07:00
Mike Cao
d06c077019 Refactor components. Add refresh button. 2020-08-31 03:53:39 -07:00
Mike Cao
d0ca0819c6 Added useFetch hook. Updated database check. 2020-08-30 15:29:31 -07:00
Mike Cao
226a7013e1
Merge pull request #80 from mikecao/dev
v0.19.0
2020-08-30 00:08:48 -07:00