Skip to content

refactor(web): show an up arrow on the composer send button#1301

Merged
wbxl2000 merged 3 commits into
mainfrom
web/composer-send-arrow
Jul 2, 2026
Merged

refactor(web): show an up arrow on the composer send button#1301
wbxl2000 merged 3 commits into
mainfrom
web/composer-send-arrow

Conversation

@wbxl2000

@wbxl2000 wbxl2000 commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Related Issue

No linked issue — small follow-up to #1293 (web icon switch to Remix Icon).

Problem

The composer send button used the send icon, which mapped to a paper-plane glyph (send-plane-line). The request is for the send button to read as an upward arrow instead.

What changed

Remapped the send icon to arrow-up-line and regenerated the icon data. The send button (the only consumer of the send icon) now renders an upward arrow. The design-system reference was updated separately in #1300 to match.

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked a related issue, or explained the problem above.
  • I have added tests that prove my feature works.
  • Ran gen-changesets skill, or this PR needs no changeset.
  • Ran gen-docs skill, or this PR needs no doc update.

@changeset-bot

changeset-bot Bot commented Jul 2, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 73a6044

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@moonshot-ai/kimi-code Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented Jul 2, 2026

Copy link
Copy Markdown
pnpm dlx https://pkg.pr.new/@moonshot-ai/kimi-code@73a6044
npx https://pkg.pr.new/@moonshot-ai/kimi-code@73a6044

commit: 73a6044

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a7fd9642cb

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

download: 'download-line',
undo: 'arrow-go-back-line',
send: 'send-plane-line',
send: 'arrow-up-line',

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Regenerate the design-system icon catalog

When this icon mapping changes, the generated design-system catalog needs to move with it: apps/kimi-web/AGENTS.md says design-system.html is the canonical visual spec and that modified UI must match it, but I checked apps/kimi-web/design/design-system.html:1065 and the shipped apps/kimi-web/public/design-system.html:1064, and both still render send as the old paper-plane path. This leaves the documented/servable icon registry out of sync with the committed registry until the catalog copies are regenerated or updated.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Fixed in 73a6044 — regenerated the design-system icon catalog from the updated registry so send now renders the up-arrow in both design-system.html copies.

@wbxl2000

wbxl2000 commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator Author

@codex

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Hooray!

Reviewed commit: 73a6044647

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@wbxl2000 wbxl2000 merged commit c3653a1 into main Jul 2, 2026
9 checks passed
@wbxl2000 wbxl2000 deleted the web/composer-send-arrow branch July 2, 2026 07:56
@github-actions github-actions Bot mentioned this pull request Jul 2, 2026
wbxl2000 added a commit that referenced this pull request Jul 2, 2026
Reset design-system.html to latest main (which includes the merged #1300 and #1301) and re-apply the taste-skill design guidance on top, so the branch merges cleanly.
wbxl2000 added a commit that referenced this pull request Jul 2, 2026
…nce (#1302)

* docs(web): add anti-slop design guidance inspired by taste-skill

Codify one icon family (Remix) with no hand-rolled SVG in §02. Expand the banned AI-tell list in §01 (AI-purple/blue glow, infinite-loop micro-animations). Add button and form contrast requirements to §08. Add a 'declare design intent (Design Read) first' callout.

* docs(web): resolve merge conflict with main

Reset design-system.html to latest main (which includes the merged #1300 and #1301) and re-apply the taste-skill design guidance on top, so the branch merges cleanly.

* docs(web): translate design system to English

Translate the entire design-system.html from Chinese to English, preserving all HTML structure, CSS, code blocks, SVGs, the scroll-spy script, and token values. The design system is now a single English document.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant