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

refactor: minor task page design adjustments#18187

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 4 commits intomainfrombq/refactor-task-page-layout
Jun 2, 2025

Conversation

BrunoQuaresma
Copy link
Collaborator

Before:
Screenshot 2025-06-02 at 13 38 45

After:
Screenshot 2025-06-02 at 13 40 18

  • Show output links
  • Move workspace app bar to top of screen
  • Remove redundant task status indicators
  • Update "building your task" to "Building your workspace" to be more transparent
  • Change “Open IDE” language to “Open Locally”

Closes:

@bpmct
Copy link
Member

@BrunoQuaresma in the link to PR can you also specify the repo and the external link icon? looks like there is room. otherwise, it's a bit difficult to tell what it is
Screenshot 2025-06-02 at 12 08 50 PM

href: string;
};

const getLinkFormat = (uri: string): LinkFormat => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we split this into 2 functions?parseUri that returns either an issue, a PR, or a generic link object, andrenderLink that accepts the result of the former as a param and returns a React node.

@@ -0,0 +1,32 @@
export const formatURI = (uri: string) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

This function's name was fine when it was local to the AppStatuses page, but it doesn't seem to be descriptive enough to be a project-wide helper function. Maybe something along the lines oftruncateURIForDisplay would be better?

@BrunoQuaresma
Copy link
CollaboratorAuthor

can you also specify the repo and the external link icon?

  • I think showing the org and repo a good idea 👍
  • Showing the external link + the start icon adds too much info IMO. I would rather only having one of them, what do you prefer?

@BrunoQuaresma
Copy link
CollaboratorAuthor

Merging it to keep things fast. Feel free to add any relevant comments, so I can address right next.

@BrunoQuaresmaBrunoQuaresma merged commit45d46c8 intomainJun 2, 2025
33 checks passed
@BrunoQuaresmaBrunoQuaresma deleted the bq/refactor-task-page-layout branchJune 2, 2025 17:52
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJun 2, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@kylecarbskylecarbskylecarbs approved these changes

@hugodutkahugodutkahugodutka approved these changes

@bpmctbpmctAwaiting requested review from bpmct

Assignees

@BrunoQuaresmaBrunoQuaresma

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@BrunoQuaresma@bpmct@kylecarbs@hugodutka

[8]ページ先頭

©2009-2025 Movatter.jp