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

feat: redesign tasks page to match AI tools#19962

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
BrunoQuaresma merged 5 commits intomainfrombq/redesign-tasks-page
Sep 26, 2025

Conversation

BrunoQuaresma
Copy link
Collaborator

Demo:

image

@BrunoQuaresmaBrunoQuaresma requested a review froma teamSeptember 25, 2025 14:00
@BrunoQuaresmaBrunoQuaresma self-assigned thisSep 25, 2025
@BrunoQuaresmaBrunoQuaresma requested review fromcode-asher and removed request fora teamSeptember 25, 2025 14:00
Copy link
Member

@aslilacaslilac left a comment

Choose a reason for hiding this comment

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

code looks fine, but are we really getting rid of the navbar?

BrunoQuaresma reacted with thumbs up emoji
Copy link
Member

@code-ashercode-asher left a comment

Choose a reason for hiding this comment

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

Looking snazzy. Had the same comment about the navbar, seems hard to get back to the rest of Coder.

onValueChange={(value)=>setSelectedTemplateId(value)}
onValueChange={(value)=>{
setSelectedTemplateId(value);
setSelectedPresetId(undefined);
Copy link
Member

Choose a reason for hiding this comment

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

The PR and commit only mentions a redesign, was this a bugfix?

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

Yes, a minor one 👍

Copy link
Member

@code-ashercode-asherSep 26, 2025
edited
Loading

Choose a reason for hiding this comment

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

kk just fyi I did not validate this fix since idk what the bug was

>
Preset
</label>
{isLoadingPresets ?(
Copy link
Member

@code-ashercode-asherSep 25, 2025
edited
Loading

Choose a reason for hiding this comment

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

It seems this block is never entered since it is nested under thepresets check now.

On the first fetch,presets is undefined so we never show the loading skeleton.

On subsequent fetches, it seems thatisLoadingPresets is still false because there is cached data (seems weird to me, but I guess that is how it works).

So I think we can either delete the loader, or we need to move it so it is no longer nested under thepresets check like it was before.

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

Good catch! Removing it.

@code-asher
Copy link
Member

One other comment, could be nice to have a story for when the preset has a prompt defined, to see the readonly prompt behavior.

@BrunoQuaresma
Copy link
CollaboratorAuthor

code looks fine, but are we really getting rid of the navbar?

@aslilac Yes, we are—for now.

seems hard to get back to the rest of Coder.

I had forgotten to add a link in the Coder logo to return to the home page, but that’s fixed now.

could be nice to have a story for when the preset has a prompt defined

Good catch! I’ve added it.

Copy link
Member

@aslilacaslilac left a comment
edited
Loading

Choose a reason for hiding this comment

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

approving because you said "for now" and it's still an experiment. I think we're definitely gonna need to iron out the navigation situation before this stabilizes. can we make sure there's an issue open to track that?

BrunoQuaresma reacted with thumbs up emoji
@BrunoQuaresma
Copy link
CollaboratorAuthor

This navigation is similar to what we have in the template editor. Since users can now return home by clicking the Coder logo, I think it should be fine. I’d only open an issue if we receive consistent feedback—does that make sense?

That said, if you feel strongly about the navigation, I can definitely open an issue. I’d appreciate your help describing the pain points you’re experiencing or that you think users might face.

@BrunoQuaresmaBrunoQuaresma merged commit89339f6 intomainSep 26, 2025
32 checks passed
@BrunoQuaresmaBrunoQuaresma deleted the bq/redesign-tasks-page branchSeptember 26, 2025 16:30
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsSep 26, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@code-ashercode-ashercode-asher approved these changes

@aslilacaslilacaslilac approved these changes

@ParkreinerParkreinerAwaiting requested review from ParkreinerParkreiner is a code owner

Assignees

@BrunoQuaresmaBrunoQuaresma

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@BrunoQuaresma@code-asher@aslilac

[8]ページ先頭

©2009-2025 Movatter.jp