awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesStack Managers

Systems for managing the z-index and chronological ordering of multiple active overlay windows.

Distinct from Dialogs: Distinct from Dialogs: focuses specifically on the stacking and ordering logic of multiple active windows rather than the dialog component itself

Explore 3 awesome GitHub repositories matching user interface & experience · Stack Managers. Refine with filters or upvote what's useful.

Awesome Stack Managers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebook/saplingAvatar von facebook

    facebook/sapling

    6,885Auf GitHub ansehen↗

    Sapling is a scalable version control system designed to handle repositories with millions of files and commits, making it suitable for large monorepos. It reads and writes Git repositories natively, maintaining full interoperability with Git remotes and standard workflows, and provides an interactive commit graph for exploring repository history and state. The system uses a bookmark-based branching model that eliminates named branches in favor of lightweight, movable labels for commits. It tracks how each commit was created, amended, rebased, or split through commit-graph-based mutation trac

    Organizes multiple dependent commits into a stack and provides tools to reorder, rebase, or edit them.

    Rust
    Auf GitHub ansehen↗6,885
  • hubspot/vexAvatar von HubSpot

    HubSpot/vex

    6,882Auf GitHub ansehen↗

    Vex is a dialog management framework and modal library designed to create and coordinate configurable overlay windows for web applications. It functions as a UI component library that provides a system for replacing standard browser alert and prompt boxes with custom-styled interface elements. The library focuses on dialog coordination, enabling the management of multiple overlapping windows that can be opened and closed independently or in batches. It provides a mechanism for creating modal dialogs that block interaction with the main screen until a user completes a specific action. The fra

    Maintains a chronological list of active overlays to ensure the most recently opened window remains on top.

    CSS
    Auf GitHub ansehen↗6,882
  • jschr/bootstrap-modalAvatar von jschr

    jschr/bootstrap-modal

    4,964Auf GitHub ansehen↗

    bootstrap-modal ist eine JavaScript-Bibliothek, die die Standard-Bootstrap-Modal-Komponente erweitert, um fortgeschrittene Funktionen für Größenänderung, Stapelung und Animation bereitzustellen. Sie fungiert als AJAX-Modal-Loader, der Remote-Inhalte abruft und Views asynchron aktualisiert, ohne dass ein Neuladen der Browserseite erforderlich ist. Das Projekt bietet einen stapelbaren Overlay-Manager, um mehrere überlappende Fenster mit synchronisierter Ereignisbehandlung und korrekter Ebenenreihenfolge zu organisieren. Es enthält zudem eine responsive UI-Komponente, die Abmessungen und Einschränkungen automatisch basierend auf der aktuellen Fenstergröße anpasst. Die Bibliothek deckt breitere Funktionsbereiche ab, einschließlich verschachtelter modaler Workflows, Hintergrund-Scroll-Sperrung und modaler Übergangsanimationen. Sie integriert zudem visuelle Feedback-Mechanismen wie Ladezustandsindikatoren und Interaktionsanimationen, um aktive Hintergrundprozesse zu signalisieren.

    Manages the z-index and chronological ordering of multiple active modal overlay windows.

    JavaScript
    Auf GitHub ansehen↗4,964
  1. Home
  2. User Interface & Experience
  3. Dialogs
  4. Stack Managers