Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ekzhang/rustpad
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: harsh-98/rustpad
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 17 files changed
  • 1 contributor

Commits on Jun 17, 2025

  1. fix: cleanup

    harsh-98 committed Jun 17, 2025
    Copy the full SHA
    906e577 View commit details
Showing with 0 additions and 4,445 deletions.
  1. +0 −2,984 package-lock.json
  2. +0 −39 package.json
  3. +0 −215 src/App.tsx
  4. +0 −39 src/ConnectionStatus.tsx
  5. +0 −27 src/Footer.tsx
  6. +0 −51 src/ReadCodeConfirm.tsx
  7. +0 −182 src/Sidebar.tsx
  8. +0 −113 src/User.tsx
  9. +0 −116 src/animals.json
  10. +0 −3 src/index.css
  11. +0 −15 src/index.tsx
  12. +0 −82 src/languages.json
  13. +0 −507 src/rustpad.ts
  14. +0 −29 src/useHash.ts
  15. +0 −1 src/vite-env.d.ts
  16. +0 −20 tsconfig.json
  17. +0 −22 vite.config.ts
Loading