[PR #200] [CLOSED] Updating search and UX #274

Closed
opened 2025-11-22 20:33:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/200
Author: @jaainil
Created: 6/25/2025
Status: Closed

Base: mainHead: Adding-Lot-of-things--)


📝 Commits (10+)

  • 598786a Enhance meta.json: format tag lists for consistency, add new entries for KaraKeep, FreshRSS, and Movary with detailed descriptions and links.
  • 24c3395 Update blueprints/freshrss/docker-compose.yml
  • fce20aa Update blueprints/karakeep/docker-compose.yml
  • c9caa38 Update blueprints/karakeep/docker-compose.yml
  • 861bcd7 Update blueprints/karakeep/docker-compose.yml
  • cb37131 Update blueprints/karakeep/docker-compose.yml
  • 6f0a5dc Update blueprints/movary/docker-compose.yml
  • 14793da Add OpenPanel entry to meta.json with detailed description, links, and tags for analytics platform.
  • a10397c Merge branch 'adding-freshrss-movary-and-karakeep' of https://github.com/enough-jainil/templates into adding-freshrss-movary-and-karakeep
  • 6b49a15 Add Grimoire entry to meta.json with detailed description, links, and tags for bookmark management.

📊 Changes

27 files changed (+4701 additions, -541 deletions)

View changed files

app/package-lock.json (+4129 -0)
📝 app/package.json (+2 -1)
app/public/placeholder-logo.svg (+4 -0)
📝 app/src/components/Search.tsx (+3 -23)
📝 app/src/components/TemplateGrid.tsx (+159 -48)
📝 app/src/store/index.ts (+1 -2)
blueprints/gitlab-ce/docker-compose.yml (+0 -65)
blueprints/gitlab-ce/gitlab-ce.svg (+0 -9)
blueprints/gitlab-ce/template.toml (+0 -18)
blueprints/heyform/docker-compose.yml (+0 -48)
blueprints/heyform/heyform.svg (+0 -5)
blueprints/heyform/template.toml (+0 -17)
blueprints/linkwarden/docker-compose.yml (+0 -40)
blueprints/linkwarden/linkwarden.png (+0 -0)
blueprints/linkwarden/template.toml (+0 -17)
blueprints/movary/docker-compose.yml (+0 -41)
blueprints/movary/movary.png (+0 -0)
blueprints/movary/template.toml (+0 -22)
blueprints/papra/docker-compose.yml (+44 -0)
blueprints/papra/logo.svg (+1 -0)

...and 7 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/Dokploy/templates/pull/200 **Author:** [@jaainil](https://github.com/jaainil) **Created:** 6/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `Adding-Lot-of-things--)` --- ### 📝 Commits (10+) - [`598786a`](https://github.com/Dokploy/templates/commit/598786a07ae7a1f8686d74d2b8dea9b5bad941d5) Enhance meta.json: format tag lists for consistency, add new entries for KaraKeep, FreshRSS, and Movary with detailed descriptions and links. - [`24c3395`](https://github.com/Dokploy/templates/commit/24c3395fa7aec08d172bfff5b18bbc1bc4b0351e) Update blueprints/freshrss/docker-compose.yml - [`fce20aa`](https://github.com/Dokploy/templates/commit/fce20aa1984caa7eefb41928e4b62785e7e4feac) Update blueprints/karakeep/docker-compose.yml - [`c9caa38`](https://github.com/Dokploy/templates/commit/c9caa3865904b5010758ed70d63f720def57575a) Update blueprints/karakeep/docker-compose.yml - [`861bcd7`](https://github.com/Dokploy/templates/commit/861bcd790e29f019e48aff745a290de00b531a76) Update blueprints/karakeep/docker-compose.yml - [`cb37131`](https://github.com/Dokploy/templates/commit/cb371310ff7aef7d51d588f5a02dee79aef0a640) Update blueprints/karakeep/docker-compose.yml - [`6f0a5dc`](https://github.com/Dokploy/templates/commit/6f0a5dc7d5efe5f2bef46e0cb6af0da748f6afdc) Update blueprints/movary/docker-compose.yml - [`14793da`](https://github.com/Dokploy/templates/commit/14793dad21b8d26d21ec7dafcf8371224e50026b) Add OpenPanel entry to meta.json with detailed description, links, and tags for analytics platform. - [`a10397c`](https://github.com/Dokploy/templates/commit/a10397c0e121b77e23543f0e7866891311a7f55f) Merge branch 'adding-freshrss-movary-and-karakeep' of https://github.com/enough-jainil/templates into adding-freshrss-movary-and-karakeep - [`6b49a15`](https://github.com/Dokploy/templates/commit/6b49a151b0e8bd00fd8b652b95fcfccdbf6c6677) Add Grimoire entry to meta.json with detailed description, links, and tags for bookmark management. ### 📊 Changes **27 files changed** (+4701 additions, -541 deletions) <details> <summary>View changed files</summary> ➕ `app/package-lock.json` (+4129 -0) 📝 `app/package.json` (+2 -1) ➕ `app/public/placeholder-logo.svg` (+4 -0) 📝 `app/src/components/Search.tsx` (+3 -23) 📝 `app/src/components/TemplateGrid.tsx` (+159 -48) 📝 `app/src/store/index.ts` (+1 -2) ➖ `blueprints/gitlab-ce/docker-compose.yml` (+0 -65) ➖ `blueprints/gitlab-ce/gitlab-ce.svg` (+0 -9) ➖ `blueprints/gitlab-ce/template.toml` (+0 -18) ➖ `blueprints/heyform/docker-compose.yml` (+0 -48) ➖ `blueprints/heyform/heyform.svg` (+0 -5) ➖ `blueprints/heyform/template.toml` (+0 -17) ➖ `blueprints/linkwarden/docker-compose.yml` (+0 -40) ➖ `blueprints/linkwarden/linkwarden.png` (+0 -0) ➖ `blueprints/linkwarden/template.toml` (+0 -17) ➖ `blueprints/movary/docker-compose.yml` (+0 -41) ➖ `blueprints/movary/movary.png` (+0 -0) ➖ `blueprints/movary/template.toml` (+0 -22) ➕ `blueprints/papra/docker-compose.yml` (+44 -0) ➕ `blueprints/papra/logo.svg` (+1 -0) _...and 7 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>
GiteaMirror added the pull-request label 2025-11-22 20:33:55 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#274