Commit Graph

197 Commits (master)

Author SHA1 Message Date
Mike Cao f4e0da481e Use next-basics package. 2022-08-28 20:20:54 -07:00
Guillermo Grau b5c9690780 Added yesterday option in date range selector. 2022-08-26 10:36:46 +02:00
Mike Cao 5873a56fff Updated check updates logic. 2022-08-09 14:58:27 -07:00
Mike Cao 50e491af06 Added endpoint for fetching server-side variables. 2022-08-01 23:04:47 -07:00
Mike Cao e4c4019e25 Allow custom release URL. 2022-07-15 23:53:31 -07:00
Mike Cao c8ca0a0a56 Updated version checking. 2022-06-24 01:54:55 -07:00
Mike Cao 1bfb26ab44 Fix display of encoded characters. Closes #1171. 2022-06-23 13:44:30 -07:00
Brian Cao b697b34cc7 remove decodeURI 2022-04-18 12:27:38 -07:00
Brian Cao d0f1487107 fix filter link 2022-04-18 10:23:13 -07:00
Mike Cao fb2dc9f5ab Allow filtering on session fields. 2022-04-10 03:51:43 -07:00
Mike Cao 5f821461c2 Mobile css updates. 2022-03-11 16:04:05 -08:00
Mike Cao 20622116a8 New Dashboard component. 2022-03-03 19:45:49 -08:00
Mike Cao 33c921a32f Fix update notice styling. 2022-03-03 14:23:57 -08:00
Mike Cao f1d97660fb Updated react-spring to latest. 2022-03-02 15:23:47 -08:00
Mike Cao 69b81880cb Fix refresh button. Closes #994, #985. 2022-03-01 21:13:15 -08:00
Mike Cao 0b846b482d Mobile layout updates. 2022-03-01 19:28:44 -08:00
Mike Cao 34ad1d9c39 New mobile menu. 2022-02-28 18:39:37 -08:00
Mike Cao 7bd49e6caf Merge branch 'dev' of https://github.com/mikecao/umami into dev 2022-02-22 22:52:06 -08:00
Mike Cao 9937caa569 Replaced redux with zustand. Fixed login issue, closes #980. 2022-02-22 22:47:59 -08:00
Sophia Willows 07e782ca39
Truncate text in domain & name columns of website settings table when text content doesn't fit within the cell. 2022-02-20 14:08:43 +13:00
Mike Cao 547eefae82 Fix custom date range display. Closes #923, #921 2022-01-20 20:06:25 -08:00
Mike Cao 6bfaa4d40c Replaced color library. 2022-01-14 00:39:27 -08:00
Mike Cao a101d639d3 Added `All time` date filter option. 2022-01-14 00:04:07 -08:00
Mike Cao 504b5f10d9 Fix refresh button issue, closes #840 2021-12-19 22:49:08 -08:00
Mike Cao 7b7557ec90 Merge branch 'prisma-upgrade' into dev 2021-12-17 20:40:40 -08:00
Mike Cao 066c0cf5ba Fix calendar bug, closes #892 2021-12-17 20:39:02 -08:00
Chris Walsh b31b6e6d88
Fix margin on tooltip 2021-12-04 16:07:31 -08:00
Mike Cao ebd52335bb Referrer filtering. 2021-11-21 22:00:14 -08:00
Mike Cao 0a8c06b1f8 Added helper methods for locales. 2021-11-20 17:18:25 -08:00
Mike Cao a15dac05d4 Hide label option. 2021-11-04 15:55:12 -07:00
Mike Cao f91cc82c82 Dynamically fetch language bundles at runtime. 2021-06-29 18:41:34 -07:00
Mike Cao af6ee27031 Fix issue with checkbox click, closes #549. 2021-04-24 20:56:22 -07:00
Kipras Melnikovas 4e4ae0a7d0
Toggle the checkbox when clicking on the label
Pretty sure the `user-select: none` could be employed
in other places aswell

Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2021-03-28 20:07:09 +03:00
Mike Cao 609cc0e98a Fix datamaps. 2021-03-26 22:32:13 -07:00
Mike Cao c5341e605b Fixed country lookup. 2021-03-26 19:47:28 -07:00
Denys Dovhan edc3251966
Use datamaps world map instead of world-110m 2021-03-26 00:14:23 +02:00
Mike Cao cce59eae65
Merge pull request #541 from gnarlex/empty-placeholder-margin
Style: Add gap between "empty" placeholder message and children
2021-03-12 13:37:53 -08:00
Alexander Klein a4b1a478af style: add margin to "empty" placeholder message 2021-03-12 18:12:53 +01:00
Alexander Klein a1edcecde7 feature(components): add locale for date ranges 2021-03-10 10:38:35 +01:00
Alexander Klein a48c33fcd6 feature(DateFilter): use locale for date ranges 2021-03-10 10:22:19 +01:00
Alexander Klein 17836c70e7 feature(calendar): use locale for start of week 2021-03-10 10:11:23 +01:00
Mike Cao d6d0f99daa Updated date formatting for locales. 2021-02-26 22:41:05 -08:00
Alexander Klein c5e03cd5d4 fix(styling): "no data" caption not considered in height calculations
Change `NoData` container position to `relative`. Otherwise it won't be considered in `auto` height calculations by browsers.

Also change the way `NoData` content is centered.
2021-02-21 14:39:30 +01:00
Alexander Klein 90b778a25b feature(components): prop-type WorldMap 2021-02-16 14:20:05 +01:00
Alexander Klein 7e96a2a597 feature(components): prop-type Toast 2021-02-16 14:10:04 +01:00
Alexander Klein f14cafe926 feature(components): prop-type Tag 2021-02-16 14:08:29 +01:00
Alexander Klein cb4e481e5f feature(components): prop-type Table 2021-02-16 14:05:20 +01:00
Alexander Klein 002ac397f1 fix(RefreshButton): wrong type of websiteId 2021-02-16 13:51:14 +01:00
Alexander Klein 5766d3ac29 feature(components): prop-type RefreshButton 2021-02-16 13:35:16 +01:00
Alexander Klein 86ec5774b6 feature(components): prop-type NoData 2021-02-16 13:32:04 +01:00
Alexander Klein 86c2b75e61 feature(components): prop-type NavMenu 2021-02-16 13:31:03 +01:00
Alexander Klein de18b03803 feature(components): prop-type Modal 2021-02-16 13:28:32 +01:00
Alexander Klein cf87ec1ea5 feature(components): prop-type MenuButton 2021-02-16 13:27:03 +01:00
Alexander Klein 614dd51029 feature(components): prop-type Menu 2021-02-16 13:23:16 +01:00
Alexander Klein 4ff2bd4fa2 feature(components): prop-type Loading 2021-02-16 13:11:49 +01:00
Alexander Klein d5be21649a feature(components): prop-type Link 2021-02-16 13:10:34 +01:00
Alexander Klein 933a7f37e6 feature(components): prop-type FilterButtons 2021-02-16 13:07:59 +01:00
Alexander Klein 9ab3d36ced feature(components): prop-type Favicon 2021-02-16 13:04:35 +01:00
Alexander Klein 5b80b123fa feature(components): prop-type EmptyPlaceholder 2021-02-16 12:59:39 +01:00
Alexander Klein b75ad8eec5 feature(components): prop-type DropDown 2021-02-16 12:57:18 +01:00
Alexander Klein 303fffbc40 feature(components): prop-type Dot component 2021-02-16 12:50:27 +01:00
Alexander Klein 66154ac233 feature(components): prop-type DateFilter 2021-02-16 12:47:02 +01:00
Alexander Klein 2ff91389e0 feature(components): prop-type CopyButton 2021-02-16 12:33:37 +01:00
Alexander Klein 72b91899b3 feature(components): prop-type Checkbox 2021-02-16 12:04:00 +01:00
Alexander Klein 244fd6e494 feature(components): prop-type ButtonGroup component 2021-02-16 11:51:17 +01:00
Alexander Klein 3d910c2367 feature(components): prop-type Button component 2021-02-16 11:40:38 +01:00
Alexander Klein d9a7b27f0e feature(components): prop-type Icon component 2021-02-16 11:27:13 +01:00
Mike Cao 4217e890fc Bug fixes. 2021-01-20 19:11:36 -08:00
Mike Cao 339cd21596 Fix issues with basePath. 2020-11-09 21:01:53 -08:00
Mike Cao 8021d9d3fa
Merge pull request #319 from bokub/feature/favicon
Add favicon to websites
2020-10-21 15:53:48 -07:00
Boris Kubiak 90fa656d40 Add favicon to websites 2020-10-21 15:44:43 +02:00
Mike Cao 7d659212b0 Refactor chart components. 2020-10-14 22:09:00 -07:00
Mike Cao 894736d474 Updated log display. 2020-10-14 14:16:00 -07:00
Mike Cao 360a676dee Updated packages. 2020-10-13 18:24:27 -07:00
Mike Cao 876c8f7a68 Update language keys. 2020-10-12 22:53:59 -07:00
Mike Cao f1624780ee Added filter buttons for realtime. 2020-10-12 16:31:51 -07:00
Mike Cao b72a4c001c Refactored realtime API. Add dot component and colored dots in log. 2020-10-10 11:04:07 -07:00
Mike Cao e30f2dfb44 Realtime header component. 2020-10-09 17:58:27 -07:00
Mike Cao 69b317386a Updated fetch hook API. 2020-10-09 12:39:03 -07:00
Mike Cao 5dd3110fbf Updated log merge logic to prevent duplicates. 2020-10-09 10:48:47 -07:00
Mike Cao 8e0ea48c87 Updated log table rendering. 2020-10-09 04:21:59 -07:00
Mike Cao b682e41aff RealtimeLog component. 2020-10-09 02:56:15 -07:00
Mike Cao e64a555652 Renamed methods. Initial work on realtime dashboard. 2020-10-08 15:02:48 -07:00
Mike Cao ca8a6fe049 Added error message component. Update fetch hook. 2020-10-03 22:36:51 -07:00
Mike Cao 34098bd0b4 Small prop change. 2020-10-03 18:05:46 -07:00
Mike Cao bba75fd67f CSS fixes for mobile. 2020-10-03 10:53:06 -07:00
Mike Cao 561491c2aa Updated language menu. 2020-10-02 12:15:42 -07:00
Mike Cao 48a1994219 Fix version check. 2020-10-02 10:34:22 -07:00
Mike Cao 9edf657e25 Update version check. Updated packages. 2020-10-02 10:25:31 -07:00
Mike Cao fd69f0df24 Localized country names. 2020-09-30 16:27:27 -07:00
Mike Cao 37cf2e3017 Update version check logic. 2020-09-29 21:22:08 -07:00
Mike Cao 57bb1cb655 Updated version check components and strings. 2020-09-29 16:25:44 -07:00
Mike Cao 9f9208ad18
Merge pull request #223 from MoltenCoffee/master
Update notice when new version is live
2020-09-28 22:17:36 -07:00
Mike Cao 6bb34cd3a5 Moved files around. Updated test page. 2020-09-27 00:51:29 -07:00
Mike Cao 6db386a455 Fix issue with delete. 2020-09-26 08:43:05 -07:00
MoltenCoffee 4f24834265
Create banner to display when new version is available 2020-09-26 13:03:13 +02:00
Mike Cao 35b921bdb4 Convert buttons to links. 2020-09-25 23:38:28 -07:00
Mike Cao 4fded49b03 URL filter functionality. 2020-09-25 22:31:18 -07:00
Mike Cao c95aa4aa56 Responsive CSS updates. 2020-09-21 21:34:55 -07:00
Mike Cao 6319a8c6e0 Refactored menu buttons. 2020-09-20 21:31:53 -07:00