feat(frontend): restyle home page hero to match official Manus layout - #178
Draft
Simpleyyt wants to merge 1 commit into
Draft
feat(frontend): restyle home page hero to match official Manus layout#178Simpleyyt wants to merge 1 commit into
Simpleyyt wants to merge 1 commit into
Conversation
Co-authored-by: Simpleyyt <simpleyyt@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restyles the home page to follow the official Manus app's hero layout (centered greeting + large serif heading + task input + suggestion chips), based on a live visual review of manus.im.
HomePage.vue: hero block is now vertically and horizontally centered; small serif greeting line ("Hello, {name}") above a large serif heading ("What can I do for you?"); content column narrowed to 680px; added a centered row of pill-shaped suggestion chips (Create slides / Build website / Design / Create games) with a "More" chip that reveals four extra chips (Analyze data / Research / Write report / Create spreadsheet). Clicking a chip fills the input with a localized prompt starter and focuses the textarea.ChatBox.vue: placeholder changed to "Assign a task or ask anything"; attach button restyled from a bordered paperclip to a borderless "+" icon button; exposes afocus()method for the chip interaction.en.ts/zh.ts: new i18n keys for the placeholder, chip labels, and chip prompt starters (both locales).Demo
manus_style_homepage_demo.mp4
Testing
npm run type-check— passnpm run lint— pass (0 errors, pre-existing warnings only)npm run test— 36/36 passnpm run build— pass./dev.sh up -d): verified hero layout, chip hover states, chip → prompt fill + focus, "More" expansion, send-button activation.To show artifacts inline, enable in settings.