
Dashboard widgets (Weather, BTC Price, Movies, etc.) are rendering the current date twice in the upper-right corner. The secondary date string is improperly layered, causing it to overlap with the primary widget title and the first date instance.
URL: qs.iotex.ai
Device: Mobile (Android/iOS)
Open the QuickSilver dashboard on a mobile browser.
Navigate to the "Featured Agents" section or any grid-based data view.
Examine the top-right corner of the Weather or BTC Price cards.
Each widget should display the timestamp or date exactly once in a legible, dedicated space (e.g., a sub-header or a footer).
Redundancy: The string "February 21, 2026" is rendered twice within a 50px radius.
Collision: The second date instance is "floating" over the widget title (e.g., covering the letters in "Weather"), suggesting a container overflow or a repeated function call in the frontend template.
(Your screenshot clearly shows "February 21, 2026" printed twice, with one instance clashing directly with the word "Weather".)
Template Logic Error: The date variable might be called twice in the HTML template (e.g., once in the card-header and once in a background-overlay).
Responsive CSS Breakpoint: On mobile, a hidden desktop date element might be triggering display: block incorrectly, causing it to stack on top of the mobile-specific date element.
Wallet Address: io1tkw393kejmxwnd454twc6020sxcyvh5dxqmren
Device & Environment:
-Operating system: Android 13
-Device model: Redmi Note 10 Pro
Please authenticate to join the conversation.
In Review
New Issue
6 days ago

cryptotestnet
Get notified by email when there are changes.
In Review
New Issue
6 days ago

cryptotestnet
Get notified by email when there are changes.