Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding comprehensive client-side component tests for several key pages like Apps, Dashboard, and Login, which currently lack coverage. The goal is to prevent UI bugs, enable safer refactoring, and catch integration issues. The task involves creating new test files, testing rendering, user interactions, loading/error states, and navigation, while mocking API calls and following established `@testing-library/react` patterns.
A minimal, self-hosted web UI for managing a single-node Dokku server.
AI Summary: This issue proposes adding a new web UI page to display a historical audit log of commands executed, which are currently stored in a SQLite database. The UI should present command details like timestamp, command, exit code, duration, and user, along with filtering capabilities for date range, command type, and exit code. An API endpoint will be created to fetch this paginated and filtered data from the server.
A minimal, self-hosted web UI for managing a single-node Dokku server.