Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

website: The search box on the report page disappeared unexpectedly #2879

Closed
Stapxs opened this issue Aug 12, 2024 · 1 comment
Closed

website: The search box on the report page disappeared unexpectedly #2879

Stapxs opened this issue Aug 12, 2024 · 1 comment
Labels
bug Something isn't working fixed in dev Fixed in the dev branch

Comments

@Stapxs
Copy link

Stapxs commented Aug 12, 2024

Describe the Bug

When searching on the report page, if the retrieval result is empty, the search box component will also disappear.

2024-08-12.10.47.45.mov

Database

MySQL

Relevant log output

No response

Which Umami version are you using? (if relevant)

v2.12.0

Which browser are you using? (if relevant)

safari/chrome(They can all trigger it.)

How are you deploying your application? (if relevant)

docker

@franciscao633 franciscao633 added the bug Something isn't working label Aug 15, 2024
@franciscao633
Copy link
Collaborator

Confirmed. Thanks for reporting. We'll get this fixed.

@mikecao mikecao added the fixed in dev Fixed in the dev branch label Aug 22, 2024
codesmith-dev1 added a commit to codesmith-dev1/invoizly-analytics that referenced this issue Aug 28, 2024
* added error message when db connection check fails

* Update Chinesi(zh-CN) translations

* Updated start-env with new NextStartOptions

Corrected error with port and hostname argument and removed unneeded array.

* Update ca-ES.json

* Update ca-ES.json

* Updated packages and lang files.

* Fixed typo.

* Update pl-PL.json

* Whoops

* Update zh-CN.json

* Add German translation for v2.12.0

Report categories, Compare, Transfers, Team features

* Revert "Add German translation for v2.12.0"

This reverts commit d95e212.

* Update German translation for v2.12

Report categories, Compare, Transfers, Team features

* replace count(distinct with uniq for session / visits

* replace count(distinct with uniq for session / visits

* replace count(distinct with uniq for session / visits

* Fixed console command. Updated packages.

* Support Clickhouse insert without Kafka.

* Support clickhouse for save session data.

* Changed kafka method signature.

* Should allow non http referrers. Closes umami-software#2831

* Updated session and events queries. Added sessions page.

* update dashboard queries to use mv

* Fixed funnel chart.

* Updated date output for Clickhouse.

* Updated lang files.

* Updated IP regex to work with IPv6.

* refactor views and queries for dashboard

* Update and fill missing translation for khmer lang

* fix: typo, update wording and fill missing words/sentence

* replace vh with dvh

* fix website header wrapping and height

* fix: Compatible with browsers that do not support ES2019

* improve german translation

* update event/pageview metrics

* Added sessions table.

* resolve entry / exit queries

* add back exclude domain logic

* fix undefined datasets

* Update translations and fix typos

* fix pkey for stats tables

* only use hourly table, remove daily table logic, fix updatechart undefined

* fix realtime queries for stats

* reorder CH stats index

* remove sessions link

* remove revenue report

* Sessions page.

* Updated session profile page. Added TypeIcon component. Added useRegionNames hook.

* Session details screen.

* Added session data display.

* Responsive styles for session page.

* chore: fix comment

Signed-off-by: beforetech <[email protected]>

* template multiple queries for filtering

* route dashboard queries based on filters selected

* add projection code

* fix hourly order by

* revert AggregatingMergeTree order by

* Redo events tab to show all events.

* Updated avatar colors and events table.

* remove parse session filters

* fix retention report invalid date

* Updated session link.

* Upgrade next.

* Fixed website details page not rendering.

* feat: Update be-BY translations

* Added created date to session data save.

* Allow team managers to transfer websites to teams

* limit contain filters on country, region, city

* Added metrics bar and date range to sessions.

* Updated events page.

* remove revenue report

* fix transfer website button disable logic

* Moved events components to events page. Updated map data loading.

* Fixed components build.

* New event data screen.

* Update event property styles.

* Fixed type icons.

* Fixed share page.

* Fixed session properties.

* Fixed empty logic.

* update getSessionActivity / getWebsiteSession

* update websitesession, add session duration

* remove event from website stats. doesnt work with view

* Updated header nav.

* Fixed event search. Removed session time from profile.

* Display correct date for events/sessions.

* Created formatDate function for rendering dates in correct timezone.

* Added map to sessions page.

* Fixed date display for session profile.

* implement visit duration

* fix loading spinner / no results bug

* fix event property format, fix realtime date format

* limit event/session table to 1000 for performance

* Added display of session properties.

* Removed custom date format. Use ISO string everywhere.

* add event name to properties table

* clean up session properties / values

* update session data schema

* add final keyword to session data queries

* Render UTC dates in sessions.

* Session properties.

* Weekly session data.

* Updated packages.

* Updated data query limits.

* Updated weekly session labels.

* Updated weekly session styles.

* Fixed session weekly rendering bug.

* Changed session weekly to dots.

* add sessionstats query for performance, countries, events values

* fix relational queries for new screens

* Fixed queries.

* Rolled back Prisma to 5.17.

* Fixed docker build for Prisma.

* Fixed date value for properties.

* Fixed some styles.

* fix getDateWeeklySQL

* fix css console errors

* fix websiteEvent query

* Fixed timezone date format.

* Removed junk.

* Updated Clickhouse number handling. Removed number formatting.

* add paging for relational raw query

* Updated realtime data fetch.

* update queries for event / session properties and values screens

* fix websiteSession screens

* fix getwebsiteevent search

* Fixed search field disappearing when results are empty. Closes umami-software#2879.

* fix: a small type error

* Fixed realtime chart for relational. Removed getDateArray. Added chart min/max dates.

* Revert "Fixed realtime chart for relational. Removed getDateArray. Added chart min/max dates."

This reverts commit 647dcb5.

* Reapply "Fixed realtime chart for relational. Removed getDateArray. Added chart min/max dates."

This reverts commit 5e5b61d.

* Revert session stats change.

* Update ja-JP.json

* Updated lang.

* Update ca-ES.json

* fix order by and revert getDateSQL

* fix UTC issues

* Updated lang.

* Bump version.

* Update German translation

Improvements to previous translation

New translations for 8ee37d1

* Fix use of Website and Webseite in German translation

See https://www.duden.de/sprachwissen/sprachratgeber/website-oder-webseite for further details.

* Remove occasional informal address from German translation

Consistent use of “Siezen” (addressing the use formally/polite)

* Fix various errors in German translation

* Update ca-ES.json

* pass timezone in stats CH query

* Update ko-KR.json

* OS strings in visitorLog

* Fix name of KakaoTalk

* Update RealtimeLog.tsx

* fix monthly and all time charts

* Updated initialization process.

* fix mindate logic

* Fix tooltip label, retention report for mysql, pass minDate into eventsChart

* Show stats changes on dashboard page. Closes umami-software#2840

* Updated lang files.

* Bump version v2.13.2.

* Fix autofocus on events page

* fix retention report dates and days

---------

Signed-off-by: beforetech <[email protected]>
Co-authored-by: Ivan Gnusarkov <[email protected]>
Co-authored-by: 面条 <[email protected]>
Co-authored-by: Yannick Decat <[email protected]>
Co-authored-by: Gerard Nesta <[email protected]>
Co-authored-by: Mike Cao <[email protected]>
Co-authored-by: Mike Cao <[email protected]>
Co-authored-by: Jacek Maciejak <[email protected]>
Co-authored-by: mobeicanyue <[email protected]>
Co-authored-by: Konstantin Tutsch <[email protected]>
Co-authored-by: Francis Cao <[email protected]>
Co-authored-by: Mike Cao <[email protected]>
Co-authored-by: manethpak <[email protected]>
Co-authored-by: Chris Heinz <[email protected]>
Co-authored-by: eagleon <[email protected]>
Co-authored-by: Lena Emme <[email protected]>
Co-authored-by: Israel Ortiz de Zárate <[email protected]>
Co-authored-by: Israel Ortiz de Zárate <[email protected]>
Co-authored-by: beforetech <[email protected]>
Co-authored-by: Francis Cao <[email protected]>
Co-authored-by: Sergey Lisovskiy <[email protected]>
Co-authored-by: Raye Evtuch <[email protected]>
Co-authored-by: wjsoj <[email protected]>
Co-authored-by: Minoru Maekawa <[email protected]>
Co-authored-by: Minseo Lee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed in dev Fixed in the dev branch
Projects
None yet
Development

No branches or pull requests

3 participants