lyqht / Octokit-lite

🐙 Web UI to perform GitHub operations on multiple repositories
https://octokit-lite.vercel.app
MIT License
14 stars 12 forks source link

Better UI for deleted items #5

Closed lyqht closed 2 years ago

lyqht commented 2 years ago

Current UI

Very plain and dull, and also coz I don't think users care why they deleted them as of implementation now.

image

Relevant Code

The relevant component code can be found at unfork/history.tsx, under renderDescription() prop.

Solution

Was thinking for it to be more like a table component.

Feel free to propose a better UI here. Once approved then you can proceed with a PR

Lofty-Brambles commented 2 years ago

Untitled-2022-09-30-1725 excalidraw This is what I had envisioned right now, and I think it would be good with a table component.

lyqht commented 2 years ago

yeap a table component with a filters+sort option next to the back button will be cool 😄 thanks for the mockup.