Open Issues Need Help
View All on GitHubA lightweight container management tool build with Tauri, Rust and React
AI Summary: The "In Use" and "Unused" filter buttons on the Nookat Volumes page are not functioning as expected. When clicked, these buttons fail to filter the displayed list of volumes or provide any visual feedback, though the "All" filter works correctly. The expected behavior is for these buttons to filter volumes based on their usage status and indicate their active state.
A lightweight container management tool build with Tauri, Rust and React
A lightweight container management tool build with Tauri, Rust and React
AI Summary: This feature request aims to implement interactive sortable column headers across all data tables in the application. Users should be able to click headers to sort data in ascending, descending, or default order, with intelligent handling for various data types (strings, numbers, dates, booleans). The implementation must ensure consistent behavior across all tables and preserve existing functionalities like selection and grouping.
A lightweight container management tool build with Tauri, Rust and React
A lightweight container management tool build with Tauri, Rust and React
A lightweight container management tool build with Tauri, Rust and React
A lightweight container management tool build with Tauri, Rust and React
A lightweight container management tool build with Tauri, Rust and React
AI Summary: This issue proposes refactoring the current monolithic `release.yaml` GitHub Actions workflow, which handles all platform builds, into an orchestrator that calls separate, platform-specific YAML files. The goal is to improve maintainability, debugging, and reusability by isolating platform-specific logic, secrets, and configurations.
A lightweight container management tool build with Tauri, Rust and React
A lightweight container management tool build with Tauri, Rust and React
A lightweight container management tool build with Tauri, Rust and React
AI Summary: Implement automatic Docker Engine detection in the Nookat application. This involves adding backend logic to check for Docker's installation, status, version, and capabilities using bollard-rs, and updating the frontend to display this information clearly to the user, including error messages if Docker is unavailable. The solution should work across all supported platforms.
A lightweight container management tool build with Tauri, Rust and React
AI Summary: Implement autostart functionality for the Nookat application using the Tauri autostart plugin. This involves adding the plugin, creating Tauri commands to manage autostart, integrating a toggle in the settings UI, persisting the preference in application configuration, and ensuring cross-platform compatibility (Windows, macOS, Linux). The feature should be user-controlled and respect user privacy by not enabling autostart by default.
A lightweight container management tool build with Tauri, Rust and React
AI Summary: Debug and fix a bug in the Nookat application where search input fields are non-functional due to CSS interference from the window frame. The `user-select: none` style applied to the window frame is preventing text input in the search fields. The solution likely involves adjusting the CSS to allow text input within the search fields while maintaining the window frame styling.
A lightweight container management tool build with Tauri, Rust and React