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

Web UI as a Library NPM Release #2858

Merged
merged 6 commits into from
Aug 19, 2024

Conversation

andrewbaldwin44
Copy link
Collaborator

Proposal

  • Separate the useSwarmUI hook into three separate hooks. This will improve maintainability, performance, and testability. It will also allow for the hooks to be selectively imported and used in library mode as need be
  • Add more exports
  • Update logo to reduce hook calls and potentially allow for custom theming in the future
  • Add steps to prerelease and release to deploy on NPM (tested in a separate repository so we should see these working as expected
  • Export tabs as an object rather than an array in library mode for ease of use
  • Add more exports from the locust-ui library
  • Update locust-ui README
  • Deployed a beta version of the locust UI on NPM: https://www.npmjs.com/package/locust-ui

@andrewbaldwin44 andrewbaldwin44 force-pushed the feature/webui-deploy branch 4 times, most recently from 49a3494 to 61b2838 Compare August 19, 2024 13:15
.github/workflows/tests.yml Outdated Show resolved Hide resolved
.github/workflows/tests.yml Outdated Show resolved Hide resolved
@andrewbaldwin44 andrewbaldwin44 force-pushed the feature/webui-deploy branch 2 times, most recently from 9b0f995 to 9e5648b Compare August 19, 2024 13:47
@cyberw cyberw merged commit 3bcc779 into locustio:master Aug 19, 2024
14 checks passed
@andrewbaldwin44 andrewbaldwin44 deleted the feature/webui-deploy branch August 19, 2024 15:34
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.

2 participants