-
Notifications
You must be signed in to change notification settings - Fork 4
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui:Confirm Component update #127
Closed
Closed
Conversation
This file contains 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
Signed-off-by: Xuanwo <[email protected]>
* Add .gitignore * Add init command for build * Add server command to start a http server * Add github action for unit test * Apply review
* cmd: Support global debug flag instead of GIN_MODE env * remove debug check in recovery middleware, always log stack when panic
Signed-off-by: Xuanwo <[email protected]>
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.1 to 1.1.3. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](spf13/cobra@v1.1.1...v1.1.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* init(front): Init front dev env * fix(fronted): Fixed the fronted env inited * feat(workflows): Add javascript workflows * refactor(fronted): Refactor fronted project inited * fix(workflow): Fixed the js workflow * fix(workflow): Fixed the js workflow Co-authored-by: zhouyang <[email protected]>
* *: Support task model and api * add graphql api for task model * remove uuid utils * api/GraphQL: Use gqlgen instead of graphql-go * models/DB: refactor db in models, use DB struct instead of global instance * models/Task: refactor task status parse * apply review * rename logger funcs
Co-authored-by: zhouyang <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Prnyself <[email protected]>
* init: flutter ui * remove javascriot github actions
* fix: use selectable text instead of text in flutter * feat: Add remove tasks * feat: Add task delete dialog
* cmd: Integrate with noah Signed-off-by: Xuanwo <[email protected]> * cmd: Add worker command Signed-off-by: Prnyself <[email protected]> * cmd: Refactor api server, conduct Server when start Signed-off-by: Prnyself <[email protected]> * mod: update noah Signed-off-by: Prnyself <[email protected]> * add copy example Signed-off-by: Prnyself <[email protected]> * refactor gql server Signed-off-by: Prnyself <[email protected]> * refactor create task Signed-off-by: Prnyself <[email protected]> * Update go.sum Signed-off-by: Xuanwo <[email protected]> * api/task: Refactor task publish when create task Signed-off-by: Prnyself <[email protected]> * fix typo Signed-off-by: Prnyself <[email protected]> * models/task: Fix update task not commit * cmd: Rename portal and worker into manager and staff Signed-off-by: Prnyself <[email protected]> * api/graphql: Fix db Signed-off-by: Prnyself <[email protected]> * api/graphql: Fix task option assert failed when not pass Signed-off-by: Prnyself <[email protected]> * api/graphql: Remove copy file type temporarily Signed-off-by: Prnyself <[email protected]> * api/graphql: Add run task support Signed-off-by: Prnyself <[email protected]> * mod: Upgrade noah Signed-off-by: Prnyself <[email protected]> * cmd: Add user config for rpc port and queue port Signed-off-by: Prnyself <[email protected]> * logger: Cleanup logger info Signed-off-by: Prnyself <[email protected]> * api/graphql: Refactor run task method, only use task ID Signed-off-by: Prnyself <[email protected]> * api/graphql: Add run task api, refactor run task Signed-off-by: Prnyself <[email protected]> * api/graphql: Remove run task when create task Signed-off-by: Prnyself <[email protected]> Co-authored-by: Prnyself <[email protected]>
* ui: Fixed the test and submit button in login page * ui: remove useless test code
* ci: Add flutter build Signed-off-by: Xuanwo <[email protected]> * Fix schedule Signed-off-by: Xuanwo <[email protected]> * Update unit test Signed-off-by: Xuanwo <[email protected]> * Remove if Signed-off-by: Xuanwo <[email protected]> * Let github action runner happy Signed-off-by: Xuanwo <[email protected]> * Add build tools Signed-off-by: Xuanwo <[email protected]> * Fix build Signed-off-by: Xuanwo <[email protected]> * Don't build in unit test Signed-off-by: Xuanwo <[email protected]> * Fix CI Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
* docs: Add services options docs Signed-off-by: Xuanwo <[email protected]> * Add contributing docs Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
* feat(feat-create-task): Add create task dialog * docs: Add services options docs (#42) * docs: Add services options docs Signed-off-by: Xuanwo <[email protected]> * Add contributing docs Signed-off-by: Xuanwo <[email protected]> * ci: Update release workflows (#43) Signed-off-by: Xuanwo <[email protected]> * docs: Add community related docs Signed-off-by: Xuanwo <[email protected]> * ui: Fixed before release v0.1 (#44) * Release v0.1.0 (#45) Signed-off-by: Xuanwo <[email protected]> * feat(feat-create-task): Add create task dialog * ui: Add start task button * ui: Create task api remove path * Fix schema Signed-off-by: Xuanwo <[email protected]> Co-authored-by: zhangdi <[email protected]> Co-authored-by: Xuanwo <[email protected]> Co-authored-by: 周洋 <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Co-authored-by: zhangdi <[email protected]> Co-authored-by: 周洋 <[email protected]>
Co-authored-by: zhangdi <[email protected]>
Co-authored-by: zhangdi <[email protected]> Co-authored-by: 周洋 <[email protected]>
* proposal: Add list staffs API Signed-off-by: Prnyself <[email protected]> * assign dmp number Signed-off-by: Prnyself <[email protected]>
* ui: Add search-input and refactor ui displayer * ui: Refactor layout with design
And keep the code style before Signed-off-by: chengww <[email protected]> Co-authored-by: 周洋 <[email protected]>
Co-authored-by: zhangdi <[email protected]> Co-authored-by: 周洋 <[email protected]>
Co-authored-by: zhangdi <[email protected]> Co-authored-by: 周洋 <[email protected]>
* proposal: Add job metadata Signed-off-by: Prnyself <[email protected]> * assign dmp number Signed-off-by: Prnyself <[email protected]> * apply review message Signed-off-by: Prnyself <[email protected]>
Signed-off-by: Prnyself <[email protected]>
Signed-off-by: Prnyself <[email protected]>
Signed-off-by: Prnyself <[email protected]>
* proposal: Refactor Task Distribute Signed-off-by: Prnyself <[email protected]> * assign dmp number Signed-off-by: Prnyself <[email protected]> * add process detail in proposal Signed-off-by: Prnyself <[email protected]>
Signed-off-by: Prnyself <[email protected]>
Signed-off-by: Prnyself <[email protected]>
Signed-off-by: Prnyself <[email protected]>
* ui: Refactor create task dialog * ui: Remove the comment's codes Co-authored-by: zhangdi <[email protected]> Co-authored-by: 周洋 <[email protected]>
Signed-off-by: Prnyself <[email protected]>
* Implement DMP-110 Signed-off-by: Prnyself <[email protected]> * model: Add RunTask Signed-off-by: Prnyself <[email protected]> * task: Refactor task run Signed-off-by: Prnyself <[email protected]> * add info in log and test Signed-off-by: Prnyself <[email protected]> * fix go.sum Signed-off-by: Prnyself <[email protected]> * fix UpdateTask in cmd Signed-off-by: Prnyself <[email protected]>
* ui: Add identity list * ui: Fix identity card shadow error Co-authored-by: Lance <[email protected]>
Please make sure the git author emails have been added to your GitHub account~ |
@tt-haogege Hello, any updates here? |
Yes. Mainly modify the Confirm component, and keep consistent with the design draft. |
Please fix this problem before we start code review. |
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.
修改Confirm组件
add
position属性,可控制确认按钮的排列方式
iconColor属性,可修改icon颜色
confirmBtnText属性,可确认按钮的文字