awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebook/saplingfacebook 的头像

    facebook/sapling

    6,885在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,885
  • hubspot/vexHubSpot 的头像

    HubSpot/vex

    6,882在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,882
  • jschr/bootstrap-modaljschr 的头像

    jschr/bootstrap-modal

    4,964在 GitHub 上查看↗

    bootstrap-modal 是一个 JavaScript 库,扩展了标准的 Bootstrap 模态组件,以提供高级的调整大小、堆叠和动画功能。它充当 AJAX 模态加载器,异步获取远程内容并更新视图,而无需刷新浏览器页面。 该项目提供了一个可堆叠的覆盖层管理器,用于组织多个重叠窗口,并具有同步的事件处理和正确的层级排序。它还包括一个响应式 UI 组件,可根据当前窗口大小自动调整尺寸和约束。 该库涵盖了更广泛的功能领域,包括嵌套模态工作流、背景滚动锁定和模态过渡动画。它还结合了视觉反馈机制,如加载状态指示器和交互动画,以提示活动的后台进程。

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

    JavaScript
    在 GitHub 上查看↗4,964
  1. Home
  2. User Interface & Experience
  3. Dialogs
  4. Stack Managers