frzyc
frzyc
Similar to the ones we use for build results:
A lot of prompts in GO would be better serviced with the [Dialog](https://mui.com/material-ui/react-dialog/) component. However, there is sometimes an issue where the dialog backdrop will linger after its hidden, blocking...
A lot of data is front-loaded to the end-user when optimizing. @nguyentvan7 Was able to draft this diagram explaining the components, and their significance.  The idea here is to...
https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors#adding-a-contributing-file
## Describe your changes Migrate nx to the latest version (17.2.7) `nx migrate latest` `yarn` `yarn nx migrate --run-migrations` delete `migrations.json` remove `gh-pages` (now we have pipeline) Update yarn version...
When I deploy using gh-pages, I want to deploy as a user that is not the globally figured user(frzyc), since I don't have access to the repo as my global...
## Describe your changes ## Issue or discord link - ## Testing/validation ## Checklist before requesting a review (leave this PR as draft if any part of this list is...
Allows deleting artifact directly from the editor Complexity will have to do with dup detection, allowempty state etc from the artifact editor
 Now that we have Artifact Upgrader, this old defunct feature can be removed. This includes UI, changes to DB, and possibly cleaning up the utility functions.
Users can still swap artifacts using the character UI, as well as compare, however, the comparison here is a "character-only" calculation with some caveats: Add an alert to indicate to...