Skip to content
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

Streaming #72

Merged
merged 6 commits into from
Nov 29, 2024
Merged

Streaming #72

merged 6 commits into from
Nov 29, 2024

Conversation

Kinplemelon
Copy link
Member

@Kinplemelon Kinplemelon commented Nov 28, 2024

I'm not sure the current structure is reasonable, I didn't divide the packages in so much detail (e.g. hooks, enums and then put them in a separate package), so if you have any suggestions or comments, please say so!

@Kinplemelon Kinplemelon marked this pull request as ready for review November 29, 2024 01:16
@ysfscream
Copy link
Member

I didn't divide the packages in so much detail (e.g. hooks, enums and then put them in a separate package

I think we do not need to deliver all things in one package. Component's hooks only work for their related components? 🤔

Comment on lines +44 to +47
"element-plus": "^2.3.0",
"rollup-plugin-visualizer": "^5.12.0",
"vue": "^3.2.0",
"vue-tsc": "^2.1.10"
Copy link
Member

Choose a reason for hiding this comment

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

Why not use the latest package?

Copy link
Member Author

Choose a reason for hiding this comment

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

Since dashboard is still using version 3.2 of vue.. it's ok that the vue used by cloud satisfies this version number.

@Kinplemelon
Copy link
Member Author

I didn't divide the packages in so much detail (e.g. hooks, enums and then put them in a separate package

I think we do not need to deliver all things in one package. Component's hooks only work for their related components? 🤔

No, it might be used elsewhere, so I put it in the utils.

@0721Betty 0721Betty merged commit 981b4ff into main Nov 29, 2024
1 check passed
@0721Betty 0721Betty deleted the kinple/dev branch November 29, 2024 07:43
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.

3 participants