Yash
3f60e18a4f
Merge 1fa9c9dae1 into 0cd63049ed
2026-02-03 21:12:49 +05:30
Francis Cao
0cd63049ed
fix password default values
Node.js CI / build (push) Has been cancelled
2026-02-02 10:35:51 -08:00
Francis Cao
ee698b636a
implement exclude bounces feature
Node.js CI / build (push) Has been cancelled
2026-01-30 00:12:13 -08:00
Francis Cao
4a3190b2da
add name to createShare
2026-01-29 22:27:37 -08:00
Francis Cao
1174ce89bc
remove shareId from website POST
2026-01-29 21:36:38 -08:00
Francis Cao
1229663814
Merge branch 'analytics' of https://github.com/umami-software/umami into dev
Create docker images (cloud) / Build, push, and deploy (push) Has been cancelled
Node.js CI / build (push) Has been cancelled
2026-01-29 10:24:15 -08:00
Francis Cao
e57239de1e
Fix share parameter logic
2026-01-29 10:13:08 -08:00
Mike Cao
abfb78bb98
Fixed mobile menus.
Node.js CI / build (push) Has been cancelled
2026-01-29 09:23:53 -08:00
Mike Cao
9b310dacef
Remove events section from share page overview
...
Share page overview should look the same as normal app overview
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 01:00:23 -08:00
Mike Cao
489c2712d1
Make ShareNav full width on mobile
...
Node.js CI / build (push) Waiting to run
- Remove fixed width, position, and border on mobile
- Use 100% width when onItemClick is provided (mobile context)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 00:44:18 -08:00
Mike Cao
b43e7fd3a7
Hide sidebar collapse button on mobile
...
onItemClick is only passed on mobile, so use it to detect mobile context
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 00:37:29 -08:00
Mike Cao
5880eae4e4
Fix NavMenu scrolling on mobile
...
- Add overflowY="auto" and flexGrow to menu container
- Menu now scrolls when content exceeds viewport height
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 00:34:47 -08:00
Mike Cao
6169a58e86
Center bottom icons when sidebar collapsed
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 00:13:23 -08:00
Mike Cao
452a385c4e
Fix ShareNav collapse button and icon layout
...
- Use single PanelLeft icon with muted color
- Align collapse button to right of header
- Bottom icons: horizontal (Row) when expanded, vertical (Column) when collapsed
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 00:12:23 -08:00
Mike Cao
482d6c1e47
Add collapsible ShareNav sidebar
...
- Add collapse/expand button in header
- When collapsed: hide menu items and logo, show only toggle button
- Stack bottom icons vertically when collapsed
- Adjust grid layout to match collapsed nav width (60px vs 240px)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 00:08:53 -08:00
Mike Cao
4e8be724ac
Handle domain name in share URL path
...
Skip domain-like segments (containing dots) when parsing the share path.
e.g., /share/slug/aol.com is treated as /share/slug
/share/slug/aol.com/events is treated as /share/slug/events
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 23:38:07 -08:00
Mike Cao
c9e14f3bce
Restructure share routes to fix client-side navigation
...
- Change from [...shareId] catch-all to [slug]/[[...path]] structure
- Layout with ShareProvider now persists across sub-route navigation
- Add slug to ShareData context (separate from shareId UUID)
- Links now use slug instead of UUID for proper routing
- Remove unused ShareFooter and ShareHeader files
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 23:32:51 -08:00
Mike Cao
d028bfa1f5
Move share page redirect logic to ShareProvider
...
Centralizes the single-section redirect logic in ShareProvider instead of
SharePage, reducing useEffect complexity and preventing children from
rendering during redirect.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 23:18:05 -08:00
Mike Cao
78d467b478
Redesigned share page.
2026-01-28 23:10:42 -08:00
Mike Cao
9d3f5ad0fd
Merge remote-tracking branch 'origin/dev' into dev
2026-01-28 20:14:43 -08:00
Mike Cao
018e76b067
Fixed website nav.
2026-01-28 19:24:13 -08:00
Francis Cao
2df24a78ca
bug fix. remove All time filter for websites with no data.
2026-01-28 18:05:34 -08:00
Francis Cao
9339383497
remove www. prefix from hostname during comparison. Closes #3256
2026-01-28 17:18:03 -08:00
Yash
1fa9c9dae1
Update .github/workflows/cd.yml
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-01-29 00:22:00 +05:30
Yash
5fb550df5d
Update .github/workflows/cd.yml
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-01-29 00:21:50 +05:30
Francis Cao
b84942b6da
make SharesTable mobile friendly
Node.js CI / build (push) Waiting to run
2026-01-28 10:48:13 -08:00
Yash
2e10ceee0e
feat: Add BASE_PATH support with -base image variant
2026-01-29 00:15:19 +05:30
Francis Cao
3d75246802
dependabot - bump tar t. 7.5.7
2026-01-28 09:49:30 -08:00
Francis Cao
376c570d26
Merge pull request #3987 from umami-software/dependabot/npm_and_yarn/next-15.5.10
...
Bump next from 15.5.9 to 15.5.10
2026-01-28 09:32:24 -08:00
Francis Cao
558cb3b041
fix detest test failure
2026-01-28 09:26:07 -08:00
Francis Cao
9e7285cf2b
Merge branch 'dev' into dependabot/npm_and_yarn/next-15.5.10
2026-01-28 09:18:46 -08:00
Francis Cao
c5aa8be15c
remove missing imports
Node.js CI / build (push) Waiting to run
2026-01-28 00:06:47 -08:00
Francis Cao
daccd22ab2
remove duplicate logos and names on sharepage
2026-01-27 23:58:31 -08:00
Francis Cao
b958403224
add mobile navbar to share page
2026-01-27 23:54:43 -08:00
Francis Cao
752f395d83
revert websitelayout changes
2026-01-27 22:47:29 -08:00
Francis Cao
c7a0d65590
add websiteheader to share page. Fix overview WebsiteNav Bug
2026-01-27 22:17:49 -08:00
Mike Cao
c3dad5b7ef
Merge remote-tracking branch 'origin/dev' into dev
2026-01-27 18:51:05 -08:00
Mike Cao
9426de90f7
Fixed share path.
2026-01-27 18:50:53 -08:00
Francis Cao
c527819fd4
fix minute label formatting. Closes #3088
2026-01-27 18:22:39 -08:00
Mike Cao
f7bdd5c54e
Merge remote-tracking branch 'origin/dev' into dev
2026-01-27 18:05:54 -08:00
Mike Cao
f32ab11785
Fixed bad reference.
2026-01-27 18:05:04 -08:00
Francis Cao
dde1c3a57a
Increase website select pageSize to 20. Closes #3913
2026-01-27 17:07:14 -08:00
dependabot[bot]
dd3649bbf7
Bump next from 15.5.9 to 15.5.10
...
Bumps [next](https://github.com/vercel/next.js ) from 15.5.9 to 15.5.10.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v15.5.9...v15.5.10 )
---
updated-dependencies:
- dependency-name: next
dependency-version: 15.5.10
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-27 21:38:25 +00:00
Francis Cao
67cdfdfb7e
remove console.log from pixelstable
Node.js CI / build (push) Waiting to run
2026-01-27 10:51:49 -08:00
Francis Cao
a0886c0594
Correctly pass in timezone into relational query. Closes #3975
2026-01-27 10:03:44 -08:00
Francis Cao
a37de757a0
fix EventsPage import errors
Node.js CI / build (push) Has been cancelled
2026-01-26 23:37:13 -08:00
Francis Cao
f9f9125532
Fix user save bug with password field not clearing
2026-01-26 23:35:19 -08:00
Francis Cao
2f998ff9d8
implement showActions to pixels/links for viewonly users.
2026-01-26 23:26:40 -08:00
Francis Cao
57eef5866b
remove event filter for non-event pages
2026-01-26 22:43:35 -08:00
Francis Cao
a1a092dc19
Add MetricsBar to Events page. Closes #3830
2026-01-26 17:08:34 -08:00