Create Upload and Save.md#2
Merged
xushiwei merged 1 commit intogoplus:mainfrom Jan 6, 2024
Mrkuib:patch-1
Merged
Conversation
feat:Create Upload and Save.md
AKother
referenced
this pull request
in Mrkuib/builder
Feb 6, 2024
feat:implement incremental saving of files to the server disk
qing-wq
pushed a commit
to qing-wq/builder
that referenced
this pull request
Feb 6, 2024
chore(gui):docking filemanager's spritelist
callme-taota
added a commit
to callme-taota/builder
that referenced
this pull request
Sep 11, 2024
* fix: fix names. * fix
nighca
pushed a commit
that referenced
this pull request
Sep 11, 2024
* refactor: refactor attention hint decoration implement * feat: using token.pkg_path, token.pkg_name to check rename is available * feat: pull latest branch * refactor: refactor hover document match definition logic and definition ca be renamed logic * refactor: merge from latest branch * fix: fix names. (#1) * Hover fix (#2) * fix: fix names. * fix * refactor: add `getAllTokens` to export all tokens, refactor `getNormalDoc` function signature * fix: Hover fix (#3) * fix: fix names. * fix * fix: rename position. --------- Co-authored-by: Callum Chan ( Taota ) <64086092+callme-taota@users.noreply.github.com>
DonnanX
pushed a commit
to DonnanX/builder
that referenced
this pull request
Apr 6, 2025
Feature/tag dev
Merged
nighca
added a commit
that referenced
this pull request
Dec 23, 2025
* feat(spx-gui): smart component draft * feat(spx-gui): sprite setting input & param setting * refactor(spx-gui): modify param setting * refactor(spx-gui): added component props, events, and simple UI * refactor(spx-gui): fix review issue * refactor(spx-gui): adjust asset library modal * Adjust components (#2) --------- Co-authored-by: Hanxing Yang <nighca@live.cn>
nighca
added a commit
that referenced
this pull request
Apr 10, 2026
…3002) * sv * disable tailwind preflight * fix: theme leading/text variables & tailwind utilities confliction with existing classes * batch migration task 1 * batch migration task 2 - asset * copilot * editor - wip * almost done * details * move UI component base styles into Tailwind component layer * move template root comment outside * fix incompatible css nesting & some details * update doc * refine tailwind flex utility usage and styling guidelines * fix: missing navbar background image * fix: css layer order messed up in split css chunk * fix: utilities not work for UITextInput/UIDivider/UIRadioGroup * draft: vue 3+ tailwind 4 component guildelines * migrate UIButton to recipe-based tailwind styling * fix: unexpected twMerge result due to non-standard tailwind tokens * migrate UI components to tailwind v4 & remove scss deps * support custom text-size utilities in twMerge * move input layout classes to native wrappers & update docs * Use naive-ui with layer support (#2) * text-body -> text-base & remove redundant descriptions in docs * simplify root class merging in UI components * remove redundant layer order declarations * fix: restore loading compatibility hooks for project runner * align component styles with css layers and root class merging --------- Co-authored-by: Hanxing Yang <nighca@live.cn>
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.
feat:Create Upload and Save.md