-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance repo filtering and UI accessibility
- Added checkbox filters in `RepositoryFilterBar.razor` for archived, forked, and template repositories, including corresponding state variables and event handlers (`HandleArchivedChange`, `HandleForkedChange`, `HandleTemplatesChange`). - Updated `ApplyFilters` method in `RepositoryFilterBar.razor` to incorporate filtering logic based on the new checkboxes. - Made `readme` parameter nullable in `ReadmeModal.razor` to handle repositories without a readme file. - Improved UI and accessibility in `RepositoryDisplay.razor` by grouping repository name, archived status, and template status within a single heading element and ensuring external links open in a new tab. - Conducted minor styling and structural adjustments for enhanced layout and visual appeal of repository display cards.
- Loading branch information
Showing
3 changed files
with
52 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters