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: improve template version select ux#20347

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 2 commits intomainfrombq/improve-version-picker-ux
Oct 17, 2025

Conversation

@BrunoQuaresma
Copy link
Contributor

@BrunoQuaresmaBrunoQuaresma commentedOct 16, 2025
edited
Loading

Improvements:

  • Sort by creation date DESC
  • Show which version is active
  • Add tooltip

Demo:

Screen.Recording.2025-10-16.at.12.48.01.mov

Closecoder/internal#1057

@BrunoQuaresmaBrunoQuaresma requested a review froma teamOctober 16, 2025 16:39
@BrunoQuaresmaBrunoQuaresma self-assigned thisOct 16, 2025
@BrunoQuaresmaBrunoQuaresma requested review fromcode-asher and removed request fora teamOctober 16, 2025 16:39
Copy link
Contributor

@ParkreinerParkreiner 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 good! Just had a few small comments

Comment on lines 18 to 20
>&{
id?:string;
};
Copy link
Contributor

Choose a reason for hiding this comment

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

I know this was technically here before, but why do we need this? TheTrigger type should already have an optionalid prop

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

💯

Comment on lines +31 to +35
.toSorted((a,b)=>{
return(
newDate(b.created_at).getTime()-newDate(a.created_at).getTime()
);
}),
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we know if all of our customers can use this yet? I knowtoSorted broke a deployment for a customer in the past year or so because they hadn't upgraded their browser in a really long time

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

It started being supported by browsers at the beginning of 2023, so I think we’re good. We don’t have a strict rule for that, but using APIs that have been available for more than two years should be safe enough.

@BrunoQuaresmaBrunoQuaresma merged commita6461ab intomainOct 17, 2025
31 checks passed
@BrunoQuaresmaBrunoQuaresma deleted the bq/improve-version-picker-ux branchOctober 17, 2025 13:00
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsOct 17, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@code-ashercode-asherAwaiting requested review from code-ashercode-asher was automatically assigned from coder/ts

@aslilacaslilacAwaiting requested review from aslilac

1 more reviewer

@ParkreinerParkreinerParkreiner approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

@BrunoQuaresmaBrunoQuaresma

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

tasks: template version picker is confusing

3 participants

@BrunoQuaresma@Parkreiner

[8]ページ先頭

©2009-2025 Movatter.jp