Hardhat-Enterprises / Deakin-Detonator-Toolkit

Deakin Detonator Toolkit redesign using Tauri, React and Mantine.
16 stars 30 forks source link

959 - CloudBrute Reference Updated #974

Closed Harmit3703 closed 1 week ago

Harmit3703 commented 1 week ago

Bug Fix: Cloudbrute Not Listed on References Page (#959)

Issue: The Cloudbrute tool was missing from the References page of the Deakin Detonator Toolkit project.

Changes Made:

Added Cloudbrute tool to the list of references on the References page (References.tsx). Ensured that the update is reflected in the UI for better visibility.

How to Test:

Navigate to the References page in the Deakin Detonator Toolkit. Verify that Cloudbrute is now listed among the available references. This fix ensures that Cloudbrute is correctly displayed in the reference section as intended.

cjboyd1999 commented 1 week ago

Pull Request Status

Closed

Comments

To follow the format of our pull requests, please create a branch from main and make your changes there. It looks like you've forked the repository and are attempting to merge the two.

Please also note that you'll need to follow the existing format set out in the References.tsx file, where the description field is broken into multiple lines as shown below (red is what it should be, green is what it currently is):

image

You can fix this formatting manually, or by running yarn run prettier src/pages/References.tsx --write. Do note that this will overwrite your existing file, so you may wish to make a copy just to be safe.