Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement image filtering by tags #2

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    5c7ace1 View commit details
    Browse the repository at this point in the history
  2. Refaktorisierung der API-Client-Nutzung

    Ersetzung der `NekosAPI.NET.V3.NekosClient` Injektion in `Index.razor` durch einen neuen Client `ApiNekoClient` zur verbesserten Handhabung von API-Aufrufen. Änderung des Typs von `_availableTags` von `List<string>` zu `PagedTagSchema`, um erweiterte Datenstrukturmerkmale wie Paginierung zu unterstützen. Anpassung der Methode zur Abfrage verfügbarer Tags, um den neuen `ApiNekoClient` zu nutzen, was eine flexiblere und möglicherweise spezialisiertere API-Interaktion ermöglicht.
    MarkenJaden committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cfc8b64 View commit details
    Browse the repository at this point in the history
  3. Ändere _selectedTags Typ zu List<int>

    Änderung des Typs der `_selectedTags`-Liste von `List<string>` zu `List<int>` in `Index.razor`, um Ganzzahlen statt Zeichenketten zu speichern.
    MarkenJaden committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b8815c2 View commit details
    Browse the repository at this point in the history