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: add task page#18076

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/task-page
May 28, 2025
Merged

feat: add task page#18076

BrunoQuaresma merged 4 commits intomainfrombq/task-page
May 28, 2025

Conversation

BrunoQuaresma
Copy link
Collaborator

Demo:

image

// Open the web socket and hook it up to the terminal.
terminalWebsocketUrl(
proxy.preferredPathAppURL,
process.env.NODE_ENV!=="development"
Copy link
Contributor

Choose a reason for hiding this comment

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

What problem does this change solve? Please add a comment if this wasn't committed by mistake.

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

Added comment.

hugodutka reacted with thumbs up emoji
...MockWorkspaceApp,
id:"cloud-code",
display_name:"Cloud Code",
icon:"https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/claude-ai-icon.png",
Copy link
Contributor

@hugodutkahugodutkaMay 28, 2025
edited
Loading

Choose a reason for hiding this comment

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

We probably shouldn't use externally hosted images.

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

We do this for many other storybook tests 😄 it has not been a problem so far

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

Using/icons/claude.svg

hugodutka reacted with thumbs up emoji
Comment on lines 115 to 150
...MockWorkspaceApp,
id:"cloud-code",
display_name:"Cloud Code",
icon:"https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/claude-ai-icon.png",
url:`${window.location.protocol}/iframe.html?viewMode=story&id=pages-terminal--ready&args=&globals=`,
external:true,
statuses:[
MockWorkspaceAppStatus,
{
...MockWorkspaceAppStatus,
id:"2",
message:"Planning changes",
state:"working",
},
],
},
{
...MockWorkspaceApp,
id:"vscode",
display_name:"VSCode",
icon:"/icon/code.svg",
},
],
},
],
},
],
},
latest_app_status:{
...MockWorkspaceAppStatus,
app_id:"cloud-code",
},
},
});
},
};
Copy link
Contributor

Choose a reason for hiding this comment

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

typo: cloud-code -> claude-code

BrunoQuaresma reacted with thumbs up emoji
{prompt}
</span>
<RouterLink
to={`/tasks/${workspace.owner_name}/${workspace.name}`}
Copy link
Contributor

Choose a reason for hiding this comment

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

is there a risk that either owner_name or workspace name will contain url-incompatible characters and the resulting path will be invalid? or would RouterLink handle that internally?

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

I think it would handle that since we never had this problem before.

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

Ah, owner_name here is the username, so there are no invalid characters allowed.

@BrunoQuaresmaBrunoQuaresma merged commitbc3b8d5 intomainMay 28, 2025
28 checks passed
@BrunoQuaresmaBrunoQuaresma deleted the bq/task-page branchMay 28, 2025 18:19
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsMay 28, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@hugodutkahugodutkahugodutka approved these changes

@jaaydenhjaaydenhAwaiting requested review from jaaydenh

@kylecarbskylecarbsAwaiting requested review from kylecarbs

Assignees

@BrunoQuaresmaBrunoQuaresma

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@BrunoQuaresma@hugodutka

[8]ページ先頭

©2009-2025 Movatter.jp