[PR #1] [MERGED] Restructure the repo to follow the t3-turbo repo format #1519

Closed
opened 2026-03-02 11:58:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1
Author: @MohamedBassem
Created: 3/13/2024
Status: Merged
Merged: 3/14/2024
Merged by: @MohamedBassem

Base: mainHead: repo-structure


📝 Commits (3)

  • bbeee76 structure: Create apps dir and copy tooling dir from t3-turbo repo
  • af88d2a lint: Lint and format the entire repo with the new configs
  • 1d551eb docker: Fix dockerfiles to adapt to the new repo structure

📊 Changes

220 files changed (+1972 additions, -1246 deletions)

View changed files

.eslintrc.js (+0 -43)
.github/workflows/ci.yml (+50 -0)
.github/workflows/main.yml (+0 -36)
📝 .gitignore (+3 -0)
📝 .husky/pre-commit (+1 -1)
📝 apps/browser-extension/.gitignore (+0 -0)
📝 apps/browser-extension/index.html (+0 -0)
📝 apps/browser-extension/manifest.json (+0 -0)
📝 apps/browser-extension/package.json (+18 -7)
📝 apps/browser-extension/postcss.config.js (+0 -0)
📝 apps/browser-extension/public/logo-128.png (+0 -0)
📝 apps/browser-extension/public/logo-16.png (+0 -0)
📝 apps/browser-extension/public/logo-48.png (+0 -0)
📝 apps/browser-extension/public/logo.png (+0 -0)
📝 apps/browser-extension/src/BookmarkDeletedPage.tsx (+0 -0)
📝 apps/browser-extension/src/BookmarkSavedPage.tsx (+1 -0)
📝 apps/browser-extension/src/Layout.tsx (+1 -0)
📝 apps/browser-extension/src/Logo.tsx (+0 -0)
📝 apps/browser-extension/src/NotConfiguredPage.tsx (+0 -0)
📝 apps/browser-extension/src/OptionsPage.tsx (+0 -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/karakeep-app/karakeep/pull/1 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 3/13/2024 **Status:** ✅ Merged **Merged:** 3/14/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `repo-structure` --- ### 📝 Commits (3) - [`bbeee76`](https://github.com/karakeep-app/karakeep/commit/bbeee76c2476391c20d3998ab2da266dc9651fd8) structure: Create apps dir and copy tooling dir from t3-turbo repo - [`af88d2a`](https://github.com/karakeep-app/karakeep/commit/af88d2a3bfdbde241dc8dda710bdfa4a55007859) lint: Lint and format the entire repo with the new configs - [`1d551eb`](https://github.com/karakeep-app/karakeep/commit/1d551eb0ccd6ba66050304b4b3d3afbcb3acea2a) docker: Fix dockerfiles to adapt to the new repo structure ### 📊 Changes **220 files changed** (+1972 additions, -1246 deletions) <details> <summary>View changed files</summary> ➖ `.eslintrc.js` (+0 -43) ➕ `.github/workflows/ci.yml` (+50 -0) ➖ `.github/workflows/main.yml` (+0 -36) 📝 `.gitignore` (+3 -0) 📝 `.husky/pre-commit` (+1 -1) 📝 `apps/browser-extension/.gitignore` (+0 -0) 📝 `apps/browser-extension/index.html` (+0 -0) 📝 `apps/browser-extension/manifest.json` (+0 -0) 📝 `apps/browser-extension/package.json` (+18 -7) 📝 `apps/browser-extension/postcss.config.js` (+0 -0) 📝 `apps/browser-extension/public/logo-128.png` (+0 -0) 📝 `apps/browser-extension/public/logo-16.png` (+0 -0) 📝 `apps/browser-extension/public/logo-48.png` (+0 -0) 📝 `apps/browser-extension/public/logo.png` (+0 -0) 📝 `apps/browser-extension/src/BookmarkDeletedPage.tsx` (+0 -0) 📝 `apps/browser-extension/src/BookmarkSavedPage.tsx` (+1 -0) 📝 `apps/browser-extension/src/Layout.tsx` (+1 -0) 📝 `apps/browser-extension/src/Logo.tsx` (+0 -0) 📝 `apps/browser-extension/src/NotConfiguredPage.tsx` (+0 -0) 📝 `apps/browser-extension/src/OptionsPage.tsx` (+0 -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 2026-03-02 11:58:00 +03:00
Sign in to join this conversation.
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/karakeep#1519
No description provided.