[PR #1220] [MERGED] 2.0.0 UI #4569

Closed
opened 2026-04-19 14:12:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/1220
Author: @mbecker20
Created: 2/25/2026
Status: Merged
Merged: 2/25/2026
Merged by: @mbecker20

Base: 2.0.0Head: 2.0.0-ui


📝 Commits (10+)

📊 Changes

581 files changed (+35755 additions, -42075 deletions)

View changed files

.github/copilot-instructions.md (+0 -123)
📝 .vscode/tasks.json (+14 -14)
📝 Cargo.lock (+13 -13)
📝 Cargo.toml (+1 -1)
📝 bin/core/aio.Dockerfile (+5 -5)
📝 bin/core/multi-arch.Dockerfile (+4 -4)
📝 bin/core/single-arch.Dockerfile (+5 -5)
📝 bin/core/src/api/execute/deployment.rs (+8 -8)
📝 bin/core/src/api/execute/server.rs (+6 -6)
📝 bin/core/src/api/execute/stack.rs (+1 -1)
📝 bin/core/src/api/mod.rs (+1 -1)
📝 bin/core/src/config.rs (+3 -3)
📝 bin/core/src/stack/execute.rs (+1 -1)
📝 bin/core/src/ts_client.rs (+1 -1)
📝 client/core/rs/src/entities/config/core.rs (+9 -9)
📝 client/core/rs/src/entities/stack.rs (+1 -1)
📝 client/core/rs/src/entities/user.rs (+1 -1)
📝 client/core/ts/src/types.ts (+18 -8)
📝 config/core.config.toml (+1 -1)
📝 docsite/docs/ecosystem/development.md (+6 -6)

...and 80 more files

📄 Description

UI ported from v1's ShadCN + Tailwind to Mantine UI.

/frontend renamed to /ui


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/moghtech/komodo/pull/1220 **Author:** [@mbecker20](https://github.com/mbecker20) **Created:** 2/25/2026 **Status:** ✅ Merged **Merged:** 2/25/2026 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `2.0.0` ← **Head:** `2.0.0-ui` --- ### 📝 Commits (10+) - [`52f5501`](https://github.com/moghtech/komodo/commit/52f55016a4b83a92ba28baef90dedc54b9ab6c3e) new ui using mantine - [`a3597cf`](https://github.com/moghtech/komodo/commit/a3597cf5cdca73a350f8a63e40a94688c456529e) resources page - [`46db639`](https://github.com/moghtech/komodo/commit/46db639a4ddbb83c773ea20f93f54876c0eeba37) prog on resource page - [`557a125`](https://github.com/moghtech/komodo/commit/557a125421fee17d2e46166a69821f5a26b22664) resources and resource layouts - [`0a02df1`](https://github.com/moghtech/komodo/commit/0a02df1d506e242ae514715ca99036b775e4a81f) confirm button and modal - [`8785ad6`](https://github.com/moghtech/komodo/commit/8785ad62d2561648fa2af038b5d01b86fffcdb80) tweaks - [`3b7ddbc`](https://github.com/moghtech/komodo/commit/3b7ddbc3691b57e4ebf1c8f1be141011a2ce3148) update details - [`2843e24`](https://github.com/moghtech/komodo/commit/2843e24f855f217b400deb437593a9842718964f) topbar updates - [`988a1f2`](https://github.com/moghtech/komodo/commit/988a1f2971fcdd47e51f1a9a88c81aa67b091c16) add skeletons for resource implementations - [`1c21cd7`](https://github.com/moghtech/komodo/commit/1c21cd7581331098de32b33eba5eb5eabc909289) add resource tables ### 📊 Changes **581 files changed** (+35755 additions, -42075 deletions) <details> <summary>View changed files</summary> ➖ `.github/copilot-instructions.md` (+0 -123) 📝 `.vscode/tasks.json` (+14 -14) 📝 `Cargo.lock` (+13 -13) 📝 `Cargo.toml` (+1 -1) 📝 `bin/core/aio.Dockerfile` (+5 -5) 📝 `bin/core/multi-arch.Dockerfile` (+4 -4) 📝 `bin/core/single-arch.Dockerfile` (+5 -5) 📝 `bin/core/src/api/execute/deployment.rs` (+8 -8) 📝 `bin/core/src/api/execute/server.rs` (+6 -6) 📝 `bin/core/src/api/execute/stack.rs` (+1 -1) 📝 `bin/core/src/api/mod.rs` (+1 -1) 📝 `bin/core/src/config.rs` (+3 -3) 📝 `bin/core/src/stack/execute.rs` (+1 -1) 📝 `bin/core/src/ts_client.rs` (+1 -1) 📝 `client/core/rs/src/entities/config/core.rs` (+9 -9) 📝 `client/core/rs/src/entities/stack.rs` (+1 -1) 📝 `client/core/rs/src/entities/user.rs` (+1 -1) 📝 `client/core/ts/src/types.ts` (+18 -8) 📝 `config/core.config.toml` (+1 -1) 📝 `docsite/docs/ecosystem/development.md` (+6 -6) _...and 80 more files_ </details> ### 📄 Description UI ported from v1's ShadCN + Tailwind to Mantine UI. `/frontend` renamed to `/ui` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-19 14:12:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#4569