[PR #3] [MERGED] first commit #6

Closed
opened 2026-03-03 13:57:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/labring/tentix/pull/3
Author: @Dilettante258
Created: 5/8/2025
Status: Merged
Merged: 5/21/2025
Merged by: @fanux

Base: mainHead: main


📝 Commits (10+)

📊 Changes

315 files changed (+34646 additions, -0 deletions)

View changed files

.dockerignore (+20 -0)
.editorconfig (+12 -0)
.env.template (+9 -0)
.eslintrc.js (+10 -0)
.github/dependabot.yml (+10 -0)
.github/workflows/build.yml (+27 -0)
.gitignore (+51 -0)
.npmrc (+0 -0)
.vscode/settings.json (+6 -0)
Dockerfile (+31 -0)
Makefile (+34 -0)
bun.lock (+2760 -0)
frontend/.cta.json (+15 -0)
frontend/.cursorrules (+7 -0)
frontend/.gitignore (+6 -0)
frontend/.vscode/settings.json (+11 -0)
frontend/README.md (+299 -0)
frontend/bun.lock (+609 -0)
frontend/components.json (+22 -0)
frontend/index.html (+20 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/labring/tentix/pull/3 **Author:** [@Dilettante258](https://github.com/Dilettante258) **Created:** 5/8/2025 **Status:** ✅ Merged **Merged:** 5/21/2025 **Merged by:** [@fanux](https://github.com/fanux) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`3b5364a`](https://github.com/labring/tentix/commit/3b5364aad17dadef31700a922817f7afee039f6a) feat: refact use monorepo - [`c840849`](https://github.com/labring/tentix/commit/c8408499b9d120f54439a10a5decec0a3b5b51a3) feat: add frontend - [`0d3b6d4`](https://github.com/labring/tentix/commit/0d3b6d4db204ca6cf2c9626fe47379a5f763ca1c) chores: fix workflow - [`2493336`](https://github.com/labring/tentix/commit/2493336b362a21990af5d25be2f3f69fa9deb907) chores: fix workflow (2) - [`cb0b295`](https://github.com/labring/tentix/commit/cb0b295ae1d308610c6d4885cbac43c382ba5237) feat: rpc fix - [`3dad3b1`](https://github.com/labring/tentix/commit/3dad3b1daae866e0527396ddf1f5590216591adb) feat: move components into tentix-ui monorepo - [`f80971a`](https://github.com/labring/tentix/commit/f80971a49b0af669a35593feb5a857b667272a49) feat: first version - [`aa71b28`](https://github.com/labring/tentix/commit/aa71b28de1682c3016bf96be5ccb55059fc3f5ed) feat: before pack ui - [`3afb430`](https://github.com/labring/tentix/commit/3afb430ab3677938e50a749c71ed7349359b93ee) feat: CI pipeline - [`d051a5a`](https://github.com/labring/tentix/commit/d051a5a108297443e3e73764d0d3ae994b6ce44b) feat: refactor ### 📊 Changes **315 files changed** (+34646 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+20 -0) ➕ `.editorconfig` (+12 -0) ➕ `.env.template` (+9 -0) ➕ `.eslintrc.js` (+10 -0) ➕ `.github/dependabot.yml` (+10 -0) ➕ `.github/workflows/build.yml` (+27 -0) ➕ `.gitignore` (+51 -0) ➕ `.npmrc` (+0 -0) ➕ `.vscode/settings.json` (+6 -0) ➕ `Dockerfile` (+31 -0) ➕ `Makefile` (+34 -0) ➕ `bun.lock` (+2760 -0) ➕ `frontend/.cta.json` (+15 -0) ➕ `frontend/.cursorrules` (+7 -0) ➕ `frontend/.gitignore` (+6 -0) ➕ `frontend/.vscode/settings.json` (+11 -0) ➕ `frontend/README.md` (+299 -0) ➕ `frontend/bun.lock` (+609 -0) ➕ `frontend/components.json` (+22 -0) ➕ `frontend/index.html` (+20 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-03 13:57:59 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tentix#6
No description provided.