Lucky-Technology-Corporation / fibonacci

Swizzle's frontend
https://fibonacci-flame.vercel.app
0 stars 0 forks source link

Sweep: Clean up as many files as you can to make the code more readable #1

Open slugiscool99 opened 11 months ago

slugiscool99 commented 11 months ago
Checklist - [X] ``src/Utilities/PrivacyPolicy.tsx`` ✅ Commit [`ed55323`](https://github.com/Lucky-Technology-Corporation/fibonacci/commit/ed5532325f59b2b0a209e75ca746562da07142b0) - [X] ``src/Utilities/TermsOfService.tsx`` ✅ Commit [`6e36ece`](https://github.com/Lucky-Technology-Corporation/fibonacci/commit/6e36ece204ea93bfc6c36745298d9c2ea2afe105) - [X] ``src/MainContent/Editor/Editor.tsx`` ✅ Commit [`e9538e6`](https://github.com/Lucky-Technology-Corporation/fibonacci/commit/e9538e63441f68b706100b720f8c8638ff3d6692) - [X] ``src/RightSidebar/Sections/DBInfo.tsx`` ✅ Commit [`e35d501`](https://github.com/Lucky-Technology-Corporation/fibonacci/commit/e35d501672b3d3cdcb9bf9b949ab1cc47d892d74) - [X] ``src/MainContent/Database/RowDetail.tsx`` ✅ Commit [`93f8da4`](https://github.com/Lucky-Technology-Corporation/fibonacci/commit/93f8da40cb999d0603eb42e5b1e57148abdcd525)
sweep-ai[bot] commented 11 months ago

Here's the PR! https://github.com/Lucky-Technology-Corporation/fibonacci/pull/3.

⚡ Sweep Free Trial: I'm creating this ticket using GPT-4. You have 4 GPT-4 tickets left for the month and 2 for the day. For more GPT-4 tickets, visit our payment portal.

Actions (click)


Step 1: 🔎 Searching

I found the following snippets in your repository. I will now analyze these snippets and come up with a plan.

Some code snippets I looked at (click to expand). If some file is missing from here, you can mention the path in the ticket description. https://github.com/Lucky-Technology-Corporation/fibonacci/blob/7abaef899ac4f804290540d52e58e42ac5ca8e5e/src/Utilities/PrivacyPolicy.tsx#L1-L239 https://github.com/Lucky-Technology-Corporation/fibonacci/blob/7abaef899ac4f804290540d52e58e42ac5ca8e5e/src/Utilities/TermsOfService.tsx#L1-L239 https://github.com/Lucky-Technology-Corporation/fibonacci/blob/7abaef899ac4f804290540d52e58e42ac5ca8e5e/src/MainContent/Editor/Editor.tsx#L18-L103 https://github.com/Lucky-Technology-Corporation/fibonacci/blob/7abaef899ac4f804290540d52e58e42ac5ca8e5e/src/RightSidebar/Sections/DBInfo.tsx#L1-L69 https://github.com/Lucky-Technology-Corporation/fibonacci/blob/7abaef899ac4f804290540d52e58e42ac5ca8e5e/src/MainContent/Database/RowDetail.tsx#L80-L179

Step 2: ⌨️ Coding

trunk init 1/29 ✓
⡿ Downloading Trunk 1.16.2...
⡿ Downloading Trunk 1.16.2...
⢿ Downloading Trunk 1.16.2...
⣻ Downloading Trunk 1.16.2...
⣽ Downloading Trunk 1.16.2...
⣾ Downloading Trunk 1.16.2...
⣷ Downloading Trunk 1.16.2...
⣯ Downloading Trunk 1.16.2...
⣟ Downloading Trunk 1.16.2...
⡿ Downloading Trunk 1.16.2...
⢿ Downloading Trunk 1.16.2...
⣻ Downloading Trunk 1.16.2...
⣽ Downloading Trunk 1.16.2...
⣾ Downloading Trunk 1.16.2...
✔ Downloading Trunk 1.16.2... done
⡿ Verifying Trunk sha256...
✔ Verifying Trunk sha256... done
⡿ Unpacking Trunk...
✔ Unpacking Trunk... done

✔ 12 linters were enabled (.trunk/trunk.yaml)
  checkov 2.5.4 (5 json, 1 yaml file)
  dotenv-linter 3.3.0 (1 dotenv file)
  eslint 8.50.0 (6 javascript, 105 typescript files)
  git-diff-check (459 files)
  markdownlint 0.37.0 (1 markdown file) (created .markdownlint.yaml)
  osv-scanner 1.4.0 (2 lockfile files)
  oxipng 8.0.0 (13 png files)
  prettier 3.0.3 (2 css, 1 html, 6 javascript, 4 json, 1 markdown, 105 typescript, 1 yaml file)
  svgo 3.0.2 (26 svg files) (created svgo.config.js)
  trivy 0.45.1 (2 lockfile, 1 yaml file)
  trufflehog 3.59.0 (461 files)
  yamllint 1.32.0 (1 yaml file) (created .yamllint.yaml)
Next Steps
 1. Read documentation
    Our documentation can be found at https://docs.trunk.io
 2. Get help and give feedback
    Join the Trunk community at https://slack.trunk.io
trunk fmt `src/Utilities/PrivacyPolicy.tsx` 2/29 ✓

 ✔ Formatted src/Utilities/PrivacyPolicy.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/PrivacyPolicy.tsx` 3/29 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/wLy13.yaml
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/YpgVZ.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/PrivacyPolicy.tsx` 4/29 ✓

 ✔ Formatted src/Utilities/PrivacyPolicy.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/PrivacyPolicy.tsx` 5/29 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/UKXUZ.yaml
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/PvMqs.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/PrivacyPolicy.tsx` 6/29 ✓

 ✔ Formatted src/Utilities/PrivacyPolicy.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/PrivacyPolicy.tsx` 7/29 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/a3Xlb.yaml
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/zMbMR.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/PrivacyPolicy.tsx` 8/29 ✓

 ✔ Formatted src/Utilities/PrivacyPolicy.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/PrivacyPolicy.tsx` 9/29 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/eAEGT.yaml
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/fCoSa.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/PrivacyPolicy.tsx` 10/29 ✓

 ✔ Formatted src/Utilities/PrivacyPolicy.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/PrivacyPolicy.tsx` 11/29 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/Js8Yj.yaml
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/uKcjT.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/PrivacyPolicy.tsx` 12/29 ❌ (`1`)

  FAILURES  
 prettier  src/Utilities/PrivacyPolicy.tsx  .trunk/out/98g9N.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/Utilities/PrivacyPolicy.tsx` 13/29 ❌ (`1`)

  FAILURES  
 prettier  src/Utilities/PrivacyPolicy.tsx  .trunk/out/WNMTH.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/Utilities/PrivacyPolicy.tsx` 14/29 ✓

 ✔ Formatted src/Utilities/PrivacyPolicy.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/PrivacyPolicy.tsx` 15/29 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/ZRX2i.yaml
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/W3gkV.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/PrivacyPolicy.tsx` 16/29 ✓

 ✔ Formatted src/Utilities/PrivacyPolicy.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/PrivacyPolicy.tsx` 17/29 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/K9Cnz.yaml
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/yu0g4.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/PrivacyPolicy.tsx` 18/29 ✓

 ✔ Formatted src/Utilities/PrivacyPolicy.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/PrivacyPolicy.tsx` 19/29 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/cf2eY.yaml
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/K31Ia.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/PrivacyPolicy.tsx` 20/29 ✓

 ✔ Formatted src/Utilities/PrivacyPolicy.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/PrivacyPolicy.tsx` 21/29 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/aeve6.yaml
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/dUXZy.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/PrivacyPolicy.tsx` 22/29 ✓

 ✔ Formatted src/Utilities/PrivacyPolicy.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/PrivacyPolicy.tsx` 23/29 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/QZif1.yaml
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/tslcR.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/PrivacyPolicy.tsx` 24/29 ✓

 ✔ Formatted src/Utilities/PrivacyPolicy.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/PrivacyPolicy.tsx` 25/29 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/PXvRj.yaml
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/WSlGy.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/PrivacyPolicy.tsx` 26/29 ✓

 ✔ Formatted src/Utilities/PrivacyPolicy.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/PrivacyPolicy.tsx` 27/29 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/ZJSe9.yaml
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/GSbTN.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/PrivacyPolicy.tsx` 28/29 ✓

 ✔ Formatted src/Utilities/PrivacyPolicy.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/PrivacyPolicy.tsx` 29/29 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/pcJUt.yaml
 eslint  src/Utilities/PrivacyPolicy.tsx  .trunk/out/FlI3K.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures

trunk init 1/27 ✓
⡿ Downloading Trunk 1.16.2...
⡿ Downloading Trunk 1.16.2...
⢿ Downloading Trunk 1.16.2...
⣻ Downloading Trunk 1.16.2...
⣽ Downloading Trunk 1.16.2...
⣾ Downloading Trunk 1.16.2...
⣷ Downloading Trunk 1.16.2...
⣯ Downloading Trunk 1.16.2...
⣟ Downloading Trunk 1.16.2...
⡿ Downloading Trunk 1.16.2...
⢿ Downloading Trunk 1.16.2...
⣻ Downloading Trunk 1.16.2...
⣽ Downloading Trunk 1.16.2...
⣾ Downloading Trunk 1.16.2...
✔ Downloading Trunk 1.16.2... done
⡿ Verifying Trunk sha256...
✔ Verifying Trunk sha256... done
⡿ Unpacking Trunk...
✔ Unpacking Trunk... done

✔ 12 linters were enabled (.trunk/trunk.yaml)
  checkov 2.5.4 (5 json, 1 yaml file)
  dotenv-linter 3.3.0 (1 dotenv file)
  eslint 8.50.0 (6 javascript, 105 typescript files)
  git-diff-check (459 files)
  markdownlint 0.37.0 (1 markdown file) (created .markdownlint.yaml)
  osv-scanner 1.4.0 (2 lockfile files)
  oxipng 8.0.0 (13 png files)
  prettier 3.0.3 (2 css, 1 html, 6 javascript, 4 json, 1 markdown, 105 typescript, 1 yaml file)
  svgo 3.0.2 (26 svg files) (created svgo.config.js)
  trivy 0.45.1 (2 lockfile, 1 yaml file)
  trufflehog 3.59.0 (461 files)
  yamllint 1.32.0 (1 yaml file) (created .yamllint.yaml)
Next Steps
 1. Read documentation
    Our documentation can be found at https://docs.trunk.io
 2. Get help and give feedback
    Join the Trunk community at https://slack.trunk.io
trunk fmt `src/Utilities/TermsOfService.tsx` 2/27 ✓

 ✔ Formatted src/Utilities/TermsOfService.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/TermsOfService.tsx` 3/27 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/Tb7dv.yaml
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/bqk1O.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/TermsOfService.tsx` 4/27 ❌ (`1`)

  FAILURES  
 prettier  src/Utilities/TermsOfService.tsx  .trunk/out/JyhFV.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/Utilities/TermsOfService.tsx` 5/27 ❌ (`1`)

  FAILURES  
 prettier  src/Utilities/TermsOfService.tsx  .trunk/out/d53lw.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/Utilities/TermsOfService.tsx` 6/27 ❌ (`1`)

  FAILURES  
 prettier  src/Utilities/TermsOfService.tsx  .trunk/out/DoaNZ.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/Utilities/TermsOfService.tsx` 7/27 ❌ (`1`)

  FAILURES  
 prettier  src/Utilities/TermsOfService.tsx  .trunk/out/ydXjC.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/Utilities/TermsOfService.tsx` 8/27 ✓

 ✔ Formatted src/Utilities/TermsOfService.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/TermsOfService.tsx` 9/27 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/5KdCC.yaml
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/4iOWa.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/TermsOfService.tsx` 10/27 ✓

 ✔ Formatted src/Utilities/TermsOfService.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/TermsOfService.tsx` 11/27 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/Me9oj.yaml
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/Zhv2V.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/TermsOfService.tsx` 12/27 ✓

 ✔ Formatted src/Utilities/TermsOfService.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/TermsOfService.tsx` 13/27 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/Ovpgb.yaml
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/72EXN.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/TermsOfService.tsx` 14/27 ✓

 ✔ Formatted src/Utilities/TermsOfService.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/TermsOfService.tsx` 15/27 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/YYHza.yaml
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/bSrrF.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/TermsOfService.tsx` 16/27 ✓

 ✔ Formatted src/Utilities/TermsOfService.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/TermsOfService.tsx` 17/27 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/Ow5t2.yaml
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/HRRkq.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/TermsOfService.tsx` 18/27 ✓

 ✔ Formatted src/Utilities/TermsOfService.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/TermsOfService.tsx` 19/27 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/GaQE0.yaml
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/nMi7f.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/TermsOfService.tsx` 20/27 ✓

 ✔ Formatted src/Utilities/TermsOfService.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/TermsOfService.tsx` 21/27 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/1qLnB.yaml
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/pDr6P.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/TermsOfService.tsx` 22/27 ✓

 ✔ Formatted src/Utilities/TermsOfService.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/TermsOfService.tsx` 23/27 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/IgbQr.yaml
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/r2Yvx.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/TermsOfService.tsx` 24/27 ✓

 ✔ Formatted src/Utilities/TermsOfService.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/TermsOfService.tsx` 25/27 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/pPAkv.yaml
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/S7dCI.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/Utilities/TermsOfService.tsx` 26/27 ✓

 ✔ Formatted src/Utilities/TermsOfService.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/Utilities/TermsOfService.tsx` 27/27 ❌ (`1`)

  FAILURES  
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/Bog6o.yaml
 eslint  src/Utilities/TermsOfService.tsx  .trunk/out/5VmE2.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures

trunk init 1/24 ✓
⡿ Downloading Trunk 1.16.2...
⡿ Downloading Trunk 1.16.2...
⢿ Downloading Trunk 1.16.2...
⣻ Downloading Trunk 1.16.2...
⣽ Downloading Trunk 1.16.2...
⣾ Downloading Trunk 1.16.2...
⣷ Downloading Trunk 1.16.2...
⣯ Downloading Trunk 1.16.2...
⣟ Downloading Trunk 1.16.2...
⡿ Downloading Trunk 1.16.2...
⢿ Downloading Trunk 1.16.2...
⣻ Downloading Trunk 1.16.2...
⣽ Downloading Trunk 1.16.2...
⣾ Downloading Trunk 1.16.2...
✔ Downloading Trunk 1.16.2... done
⡿ Verifying Trunk sha256...
✔ Verifying Trunk sha256... done
⡿ Unpacking Trunk...
✔ Unpacking Trunk... done

✔ 12 linters were enabled (.trunk/trunk.yaml)
  checkov 2.5.4 (5 json, 1 yaml file)
  dotenv-linter 3.3.0 (1 dotenv file)
  eslint 8.50.0 (6 javascript, 105 typescript files)
  git-diff-check (459 files)
  markdownlint 0.37.0 (1 markdown file) (created .markdownlint.yaml)
  osv-scanner 1.4.0 (2 lockfile files)
  oxipng 8.0.0 (13 png files)
  prettier 3.0.3 (2 css, 1 html, 6 javascript, 4 json, 1 markdown, 105 typescript, 1 yaml file)
  svgo 3.0.2 (26 svg files) (created svgo.config.js)
  trivy 0.45.1 (2 lockfile, 1 yaml file)
  trufflehog 3.59.0 (461 files)
  yamllint 1.32.0 (1 yaml file) (created .yamllint.yaml)
Next Steps
 1. Read documentation
    Our documentation can be found at https://docs.trunk.io
 2. Get help and give feedback
    Join the Trunk community at https://slack.trunk.io
trunk fmt `src/MainContent/Editor/Editor.tsx` 2/24 ✓

 ✔ Formatted src/MainContent/Editor/Editor.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Editor/Editor.tsx` 3/24 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Editor/Editor.tsx  .trunk/out/YujQL.yaml
 eslint  src/MainContent/Editor/Editor.tsx  .trunk/out/nGjGa.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Editor/Editor.tsx` 4/24 ❌ (`1`)

  FAILURES  
 prettier  src/MainContent/Editor/Editor.tsx  .trunk/out/4WIJb.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/MainContent/Editor/Editor.tsx` 5/24 ❌ (`1`)

  FAILURES  
 prettier  src/MainContent/Editor/Editor.tsx  .trunk/out/5E521.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/MainContent/Editor/Editor.tsx` 6/24 ❌ (`1`)

  FAILURES  
 prettier  src/MainContent/Editor/Editor.tsx  .trunk/out/6yKro.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/MainContent/Editor/Editor.tsx` 7/24 ✓

 ✔ Formatted src/MainContent/Editor/Editor.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Editor/Editor.tsx` 8/24 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Editor/Editor.tsx  .trunk/out/yfcNS.yaml
 eslint  src/MainContent/Editor/Editor.tsx  .trunk/out/Bw4ZB.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Editor/Editor.tsx` 9/24 ❌ (`1`)

  FAILURES  
 prettier  src/MainContent/Editor/Editor.tsx  .trunk/out/Xmo6W.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/MainContent/Editor/Editor.tsx` 10/24 ❌ (`1`)

  FAILURES  
 prettier  src/MainContent/Editor/Editor.tsx  .trunk/out/u5tA8.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/MainContent/Editor/Editor.tsx` 11/24 ❌ (`1`)

  FAILURES  
 prettier  src/MainContent/Editor/Editor.tsx  .trunk/out/fQsPI.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/MainContent/Editor/Editor.tsx` 12/24 ❌ (`1`)

  FAILURES  
 prettier  src/MainContent/Editor/Editor.tsx  .trunk/out/pq3zc.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/MainContent/Editor/Editor.tsx` 13/24 ✓

 ✔ Formatted src/MainContent/Editor/Editor.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Editor/Editor.tsx` 14/24 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Editor/Editor.tsx  .trunk/out/jSoG5.yaml
 eslint  src/MainContent/Editor/Editor.tsx  .trunk/out/EB2Jj.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Editor/Editor.tsx` 15/24 ✓

 ✔ Formatted src/MainContent/Editor/Editor.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Editor/Editor.tsx` 16/24 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Editor/Editor.tsx  .trunk/out/czb2W.yaml
 eslint  src/MainContent/Editor/Editor.tsx  .trunk/out/uG9ad.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Editor/Editor.tsx` 17/24 ✓

 ✔ Formatted src/MainContent/Editor/Editor.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Editor/Editor.tsx` 18/24 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Editor/Editor.tsx  .trunk/out/wuyvZ.yaml
 eslint  src/MainContent/Editor/Editor.tsx  .trunk/out/muhed.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Editor/Editor.tsx` 19/24 ✓

 ✔ Formatted src/MainContent/Editor/Editor.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Editor/Editor.tsx` 20/24 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Editor/Editor.tsx  .trunk/out/W5hk3.yaml
 eslint  src/MainContent/Editor/Editor.tsx  .trunk/out/PSFHy.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Editor/Editor.tsx` 21/24 ✓

 ✔ Formatted src/MainContent/Editor/Editor.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Editor/Editor.tsx` 22/24 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Editor/Editor.tsx  .trunk/out/tXdRE.yaml
 eslint  src/MainContent/Editor/Editor.tsx  .trunk/out/aWGGX.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Editor/Editor.tsx` 23/24 ✓

 ✔ Formatted src/MainContent/Editor/Editor.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Editor/Editor.tsx` 24/24 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Editor/Editor.tsx  .trunk/out/I7EB6.yaml
 eslint  src/MainContent/Editor/Editor.tsx  .trunk/out/VZgkj.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures

trunk init 1/20 ✓
⡿ Downloading Trunk 1.16.2...
⡿ Downloading Trunk 1.16.2...
⢿ Downloading Trunk 1.16.2...
⣻ Downloading Trunk 1.16.2...
⣽ Downloading Trunk 1.16.2...
⣾ Downloading Trunk 1.16.2...
⣷ Downloading Trunk 1.16.2...
⣯ Downloading Trunk 1.16.2...
⣟ Downloading Trunk 1.16.2...
⡿ Downloading Trunk 1.16.2...
⢿ Downloading Trunk 1.16.2...
⣻ Downloading Trunk 1.16.2...
⣽ Downloading Trunk 1.16.2...
⣾ Downloading Trunk 1.16.2...
✔ Downloading Trunk 1.16.2... done
⡿ Verifying Trunk sha256...
✔ Verifying Trunk sha256... done
⡿ Unpacking Trunk...
✔ Unpacking Trunk... done

✔ 12 linters were enabled (.trunk/trunk.yaml)
  checkov 2.5.4 (5 json, 1 yaml file)
  dotenv-linter 3.3.0 (1 dotenv file)
  eslint 8.50.0 (6 javascript, 105 typescript files)
  git-diff-check (459 files)
  markdownlint 0.37.0 (1 markdown file) (created .markdownlint.yaml)
  osv-scanner 1.4.0 (2 lockfile files)
  oxipng 8.0.0 (13 png files)
  prettier 3.0.3 (2 css, 1 html, 6 javascript, 4 json, 1 markdown, 105 typescript, 1 yaml file)
  svgo 3.0.2 (26 svg files) (created svgo.config.js)
  trivy 0.45.1 (2 lockfile, 1 yaml file)
  trufflehog 3.59.0 (461 files)
  yamllint 1.32.0 (1 yaml file) (created .yamllint.yaml)
Next Steps
 1. Read documentation
    Our documentation can be found at https://docs.trunk.io
 2. Get help and give feedback
    Join the Trunk community at https://slack.trunk.io
trunk fmt `src/RightSidebar/Sections/DBInfo.tsx` 2/20 ❌ (`1`)

  FAILURES  
 prettier  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/iQSTJ.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/RightSidebar/Sections/DBInfo.tsx` 3/20 ✓

 ✔ Formatted src/RightSidebar/Sections/DBInfo.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/RightSidebar/Sections/DBInfo.tsx` 4/20 ❌ (`1`)

  FAILURES  
 eslint  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/58r4C.yaml
 eslint  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/RDEhS.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/RightSidebar/Sections/DBInfo.tsx` 5/20 ✓

Checked 1 file
✔ No issues
trunk check --fix `src/RightSidebar/Sections/DBInfo.tsx` 6/20 ❌ (`1`)

  FAILURES  
 eslint  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/x9T3O.yaml
 eslint  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/33EJS.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/RightSidebar/Sections/DBInfo.tsx` 7/20 ✓

 ✔ Formatted src/RightSidebar/Sections/DBInfo.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/RightSidebar/Sections/DBInfo.tsx` 8/20 ❌ (`1`)

  FAILURES  
 eslint  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/yofYn.yaml
 eslint  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/MrDPT.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/RightSidebar/Sections/DBInfo.tsx` 9/20 ✓

 ✔ Formatted src/RightSidebar/Sections/DBInfo.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/RightSidebar/Sections/DBInfo.tsx` 10/20 ❌ (`1`)

  FAILURES  
 eslint  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/SFZZG.yaml
 eslint  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/eG2X7.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/RightSidebar/Sections/DBInfo.tsx` 11/20 ❌ (`1`)

  FAILURES  
 prettier  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/RJVf7.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/RightSidebar/Sections/DBInfo.tsx` 12/20 ❌ (`1`)

  FAILURES  
 prettier  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/7cJdp.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/RightSidebar/Sections/DBInfo.tsx` 13/20 ❌ (`1`)

  FAILURES  
 prettier  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/6GKLi.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/RightSidebar/Sections/DBInfo.tsx` 14/20 ❌ (`1`)

  FAILURES  
 prettier  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/srZYO.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/RightSidebar/Sections/DBInfo.tsx` 15/20 ❌ (`1`)

  FAILURES  
 prettier  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/cfKyM.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/RightSidebar/Sections/DBInfo.tsx` 16/20 ❌ (`1`)

  FAILURES  
 prettier  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/uL869.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/RightSidebar/Sections/DBInfo.tsx` 17/20 ❌ (`1`)

  FAILURES  
 prettier  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/nwkmf.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/RightSidebar/Sections/DBInfo.tsx` 18/20 ❌ (`1`)

  FAILURES  
 prettier  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/EkXji.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/RightSidebar/Sections/DBInfo.tsx` 19/20 ❌ (`1`)

  FAILURES  
 prettier  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/hI7bn.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure
trunk fmt `src/RightSidebar/Sections/DBInfo.tsx` 20/20 ❌ (`1`)

  FAILURES  
 prettier  src/RightSidebar/Sections/DBInfo.tsx  .trunk/out/q8RvI.yaml
  NOTICES  
 A tool failed to run. You can open the details yaml file for more information.
Checked 0 files
✖ No issues, 1 failure

trunk init 1/31 ✓
⡿ Downloading Trunk 1.16.2...
⡿ Downloading Trunk 1.16.2...
⢿ Downloading Trunk 1.16.2...
⣻ Downloading Trunk 1.16.2...
⣽ Downloading Trunk 1.16.2...
⣾ Downloading Trunk 1.16.2...
⣷ Downloading Trunk 1.16.2...
⣯ Downloading Trunk 1.16.2...
⣟ Downloading Trunk 1.16.2...
⡿ Downloading Trunk 1.16.2...
⢿ Downloading Trunk 1.16.2...
⣻ Downloading Trunk 1.16.2...
⣽ Downloading Trunk 1.16.2...
⣾ Downloading Trunk 1.16.2...
✔ Downloading Trunk 1.16.2... done
⡿ Verifying Trunk sha256...
✔ Verifying Trunk sha256... done
⡿ Unpacking Trunk...
✔ Unpacking Trunk... done

✔ 12 linters were enabled (.trunk/trunk.yaml)
  checkov 2.5.4 (5 json, 1 yaml file)
  dotenv-linter 3.3.0 (1 dotenv file)
  eslint 8.50.0 (6 javascript, 105 typescript files)
  git-diff-check (459 files)
  markdownlint 0.37.0 (1 markdown file) (created .markdownlint.yaml)
  osv-scanner 1.4.0 (2 lockfile files)
  oxipng 8.0.0 (13 png files)
  prettier 3.0.3 (2 css, 1 html, 6 javascript, 4 json, 1 markdown, 105 typescript, 1 yaml file)
  svgo 3.0.2 (26 svg files) (created svgo.config.js)
  trivy 0.45.1 (2 lockfile, 1 yaml file)
  trufflehog 3.59.0 (461 files)
  yamllint 1.32.0 (1 yaml file) (created .yamllint.yaml)
Next Steps
 1. Read documentation
    Our documentation can be found at https://docs.trunk.io
 2. Get help and give feedback
    Join the Trunk community at https://slack.trunk.io
trunk fmt `src/MainContent/Database/RowDetail.tsx` 2/31 ✓

 ✔ Formatted src/MainContent/Database/RowDetail.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Database/RowDetail.tsx` 3/31 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/2ohop.yaml
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/jaAQ7.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Database/RowDetail.tsx` 4/31 ✓

 ✔ Formatted src/MainContent/Database/RowDetail.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Database/RowDetail.tsx` 5/31 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/KjlMr.yaml
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/pNTuS.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Database/RowDetail.tsx` 6/31 ✓

 ✔ Formatted src/MainContent/Database/RowDetail.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Database/RowDetail.tsx` 7/31 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/7nL8w.yaml
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/ZSItm.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Database/RowDetail.tsx` 8/31 ✓

 ✔ Formatted src/MainContent/Database/RowDetail.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Database/RowDetail.tsx` 9/31 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/O32c4.yaml
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/LiDc6.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Database/RowDetail.tsx` 10/31 ✓

 ✔ Formatted src/MainContent/Database/RowDetail.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Database/RowDetail.tsx` 11/31 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/uXTeG.yaml
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/3OETg.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Database/RowDetail.tsx` 12/31 ✓

 ✔ Formatted src/MainContent/Database/RowDetail.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Database/RowDetail.tsx` 13/31 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/lvNi0.yaml
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/qwqJ7.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Database/RowDetail.tsx` 14/31 ✓

 ✔ Formatted src/MainContent/Database/RowDetail.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Database/RowDetail.tsx` 15/31 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/4rKHJ.yaml
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/BgZa1.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Database/RowDetail.tsx` 16/31 ✓

 ✔ Formatted src/MainContent/Database/RowDetail.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Database/RowDetail.tsx` 17/31 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/ksnU5.yaml
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/pfySX.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Database/RowDetail.tsx` 18/31 ✓

 ✔ Formatted src/MainContent/Database/RowDetail.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Database/RowDetail.tsx` 19/31 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/Pi6GY.yaml
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/TsSaJ.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Database/RowDetail.tsx` 20/31 ✓

 ✔ Formatted src/MainContent/Database/RowDetail.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Database/RowDetail.tsx` 21/31 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/hdDrS.yaml
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/caOGq.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Database/RowDetail.tsx` 22/31 ✓

 ✔ Formatted src/MainContent/Database/RowDetail.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Database/RowDetail.tsx` 23/31 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/nM3sQ.yaml
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/FVMZC.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Database/RowDetail.tsx` 24/31 ✓

 ✔ Formatted src/MainContent/Database/RowDetail.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Database/RowDetail.tsx` 25/31 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/e3ysD.yaml
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/cz7AY.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Database/RowDetail.tsx` 26/31 ✓

 ✔ Formatted src/MainContent/Database/RowDetail.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Database/RowDetail.tsx` 27/31 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/0HzOu.yaml
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/OaEp2.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Database/RowDetail.tsx` 28/31 ✓

 ✔ Formatted src/MainContent/Database/RowDetail.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Database/RowDetail.tsx` 29/31 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/EuOnr.yaml
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/f6PDm.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures
trunk fmt `src/MainContent/Database/RowDetail.tsx` 30/31 ✓

 ✔ Formatted src/MainContent/Database/RowDetail.tsx
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix `src/MainContent/Database/RowDetail.tsx` 31/31 ❌ (`1`)

  FAILURES  
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/ot3As.yaml
 eslint  src/MainContent/Database/RowDetail.tsx  .trunk/out/C1wMb.yaml
  NOTICES  
 [suggestion] Eslint could not resolve dependencies; try running `npm install`      
 Some tools failed to run. You can open the details yaml files for more information.
Checked 1 file
✖ No issues, 2 failures


Step 3: 🔁 Code Review

I have finished reviewing the code for completeness. I did not find errors for sweep/code-cleanup.

.


🎉 Latest improvements to Sweep:


💡 To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request. Join Our Discord