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 frontend for app statuses#17178

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
kylecarbs merged 10 commits intomainfromstatusui
Apr 1, 2025
Merged

feat: add frontend for app statuses#17178

kylecarbs merged 10 commits intomainfromstatusui
Apr 1, 2025

Conversation

kylecarbs
Copy link
Member

@kylecarbskylecarbs commentedApr 1, 2025
edited
Loading

Check out the stories for the exacts...

image

image

@kylecarbskylecarbs marked this pull request as ready for reviewApril 1, 2025 13:50
Copy link
Contributor

@bcpeinhardtbcpeinhardt left a comment

Choose a reason for hiding this comment

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

Approving because functionally I don't have any issues with this, my comments here are mainly "would be nice if...".

},
};

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.

There's a lot of util-esque functionality in here I think we should eventually extract (like the short URIs), but don't want that to block right now.

kylecarbs reacted with thumbs up emoji
const agent = agents.find((agent) => agent.id === status.agent_id);

if (currentApp && agent) {
const appSlug = currentApp.slug || currentApp.display_name;
Copy link
Contributor

Choose a reason for hiding this comment

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

In what context would we derive the slug from the url encoded display name?

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

This is just copying code from how it's done before, which is weird, but I guess for backwards compat?

: theme.palette.text.disabled;
switch (state) {
case "complete":
return <CheckCircle sx={{ color, fontSize: 18 }} />;
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not in love with these icons but I get this is an experiment.

kylecarbs reacted with thumbs up emoji
}

// Determine if app link should be shown
const showAppLink =
Copy link
Contributor

Choose a reason for hiding this comment

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

Took me awhile to get the avoiding redundant links aspect of this, a comment would go a long way here I think.

kylecarbs reacted with thumbs up emoji
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

Will do after merge since we're in a crunch.

@kylecarbskylecarbs merged commit583a0c6 intomainApr 1, 2025
30 checks passed
@kylecarbskylecarbs deleted the statusui branchApril 1, 2025 16:36
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsApr 1, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@johnstcnjohnstcnjohnstcn left review comments

@bcpeinhardtbcpeinhardtbcpeinhardt approved these changes

Assignees

@kylecarbskylecarbs

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@kylecarbs@johnstcn@bcpeinhardt

[8]ページ先頭

©2009-2025 Movatter.jp