Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: improve visual separation between prompt and task list#20427

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
aslilac merged 3 commits intomainfromfix-tasks-page-separator
Oct 29, 2025

Conversation

@bartekgatzcoder
Copy link
Contributor

Summary

This PR improves the visual separation between the task prompt form and the task list by adding a border separator and increased padding to the controls section.

Changes

  • Addedborder-t border-border to create a faint horizontal line separator
  • Addedpt-6 to increase spacing above the filter controls

This makes it clear that the filter widgets (tabs for "All tasks"/"Waiting for input" and the user combobox) belong to the task list below, not the prompt form above.

Before/After

The issue screenshot showed the filters appearing visually closer to the prompt than to the task list they actually control. This change adds the visual separator as suggested in the mockup.

Testing

  • ✅ All existing tests pass
  • ✅ Linting checks pass
  • ✅ TypeScript compilation successful
  • ✅ Development server verified locally

Fixes#20423

🤖 Generated withClaude Code

Add a border separator and increased padding to clearly distinguishthe task prompt form from the filter controls (tabs and user dropdown)below it. This resolves confusion about which section the filters belong to.Fixes#20423🤖 Generated with [Claude Code](https://claude.com/claude-code)Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link

github-actionsbot commentedOct 22, 2025
edited
Loading

All contributors have signed the CLA ✍️ ✅
Posted by theCLA Assistant Lite bot.

@bartekgatzcoder
Copy link
ContributorAuthor

I have read the CLA Document and I hereby sign the CLA

cdrci2 added a commit to coder/cla that referenced this pull requestOct 22, 2025
@BrunoQuaresma
Copy link
Contributor

@bartekgatzcoder could you please add some screenshots to the description?

{permissions.viewDeploymentConfig&&(
<section
className="mt-6 flex justify-between"
className="mt-6pt-6 border-t border-borderflex justify-between"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

The border is not doing anything, and I don't think having a border would improve anything visually. If we decide to increase the spacing between the two sections, we should only use padding for that and not both margin and padding.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

It does look better, tho. Please see the screenshots.

This is dev.coder.com
Screenshot 2025-10-22 at 20 12 29

And this is from the workspace the Claude worked in on this ticket:
Screenshot 2025-10-22 at 20 12 21

BrunoQuaresma reacted with thumbs up emoji
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

we should only use padding for that and not both margin and padding.

big agree. the extra spacing does look a little better but bruno is also still correct about the border classes not doing anything here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Addedpt-8 pb-8.

PS. I'm not a tailwindcss wizard, so I'm definitely open to alternative ideas.

@johnstcnjohnstcn requested review frommtojek and removed request forParkreinerOctober 28, 2025 11:48
@mtojekmtojek marked this pull request as draftOctober 29, 2025 08:33
@mtojekmtojek changed the titlefix(tasks): improve visual separation between prompt and task listfix: improve visual separation between prompt and task listOct 29, 2025
@mtojekmtojek self-assigned thisOct 29, 2025
@mtojekmtojek marked this pull request as ready for reviewOctober 29, 2025 09:57
@mtojek
Copy link
Member

@aslilac feel free to retake a look. Thanks!

/>
{aiTemplatesQuery.isSuccess&&(
<section>
<sectionclassName="pt-8 pb-8">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
<sectionclassName="pt-8 pb-8">
<sectionclassName="py-8">

jsyk, there are shorthands for "padding along the y-axis on both ends" and "padding along the x-axis on both ends"

@aslilacaslilacenabled auto-merge (squash)October 29, 2025 18:57
@aslilacaslilac merged commit1b6556c intomainOct 29, 2025
29 of 31 checks passed
@aslilacaslilac deleted the fix-tasks-page-separator branchOctober 29, 2025 19:00
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsOct 29, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@aslilacaslilacaslilac approved these changes

@mtojekmtojekAwaiting requested review from mtojek

+1 more reviewer

@BrunoQuaresmaBrunoQuaresmaBrunoQuaresma requested changes

Reviewers whose approvals may not affect merge requirements

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Tasks prompt and tasks list are not separated well enough

5 participants

@bartekgatzcoder@BrunoQuaresma@mtojek@aslilac

[8]ページ先頭

©2009-2025 Movatter.jp