Skip to content

Diya 🔥 fix(ui): Fixed Timer UI on Single Tasks Page#5150

Merged
one-community merged 1 commit intodevelopmentfrom
Diya_Fix_Timer_SingleTaskPage
Apr 15, 2026
Merged

Diya 🔥 fix(ui): Fixed Timer UI on Single Tasks Page#5150
one-community merged 1 commit intodevelopmentfrom
Diya_Fix_Timer_SingleTaskPage

Conversation

@DiyaWadhwani
Copy link
Copy Markdown
Contributor

Description

Fixes the timer dropdown being clipped/cut off on the Single Task page due to the page having insufficient height to render the full timer dropdown.

Related PRs (if any):

None

Main changes explained:

  • Updated SingleTask.jsx to add minHeight: '400px' to the outer wrapper div, giving the page enough height for the timer dropdown to render fully without being clipped

How to test:

  1. Check out the current branch
  2. Run npm install and start the dev server with npm run start:local
  3. Clear site data/cache
  4. Log in as any user
  5. Navigate to any task's single task page (e.g. via /wbs/tasks/:taskId)
  6. Click the timer dropdown in the header
  7. Verify the full timer is visible and not clipped

Screenshots or videos of changes:

Before:
Screenshot 2026-04-14 at 7 32 10 PM

After:
Screenshot 2026-04-14 at 7 28 50 PM

Note:

The page height was too short (only tall enough for the single table row) causing the absolutely positioned timer dropdown to get clipped. Adding minHeight: 400px gives the page enough room without affecting layout on larger screens.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 15, 2026

Deploy Preview for highestgoodnetwork-dev ready!

Name Link
🔨 Latest commit ea0ed0f
🔍 Latest deploy log https://app.netlify.com/projects/highestgoodnetwork-dev/deploys/69def8c1e633dd0008b411b4
😎 Deploy Preview https://deploy-preview-5150--highestgoodnetwork-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@sonarqubecloud
Copy link
Copy Markdown

@one-community one-community changed the title Diya fix(ui): Fixed Timer UI on Single Tasks Page Diya 🔥 fix(ui): Fixed Timer UI on Single Tasks Page Apr 15, 2026
@one-community one-community merged commit 99e7a79 into development Apr 15, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants