-
Notifications
You must be signed in to change notification settings - Fork 7
Description
1. Prompts/Review Page – Dropdown Loader Issue
On the Prompts/Review page, in the Reviewing dropdown field, when selecting any value, the screen goes blank for a brief moment (milliseconds). During this time, no loader is shown in the UI. After the blank screen, the loader starts displaying.
2. Review Flow & Feedback Management Issue
- On the Review screen, there is a Skip option to skip a prompt. However, if a user clicks the Good Prompt or Bad Prompt button instead of Skip, there is no way to undo or remove that feedback.
- On the My Activity page, users who want to remove a previously submitted feedback do not have any option or button to do so.
3. Security – OpenRouter API Key Storage
Is it safe to store the OpenRouter API Key in localStorage?
4. Layout Issue – Screen Height Overflow
On both the Home page and the Prompt/Review page, the screen height is overflowing even when there is no content. There is a lot of unnecessary empty space visible at the bottom of the page.
5. Pagination Issues
The pagination does not include a page number dropdown, so direct navigation (e.g., from page 1 to page 5 and vice versa) is not possible.
Only Previous and Next buttons are available. When clicking the Next button, the page changes, but the new page remains scrolled to the bottom instead of scrolling back to the top.
6. Codebase Documentation
The codebase lacks proper documentation. Due to this, it is difficult to study for user, understand, and execute the project locally.