[PR #1504] [CLOSED] Я художник, я так вижу #1319

Closed
opened 2026-02-04 22:03:17 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1504
Author: @BalanarUnity1337
Created: 1/30/2026
Status: Closed

Base: masterHead: dev


📝 Commits (9)

  • e4b9186 chore: add AGENTS.md with detailed coding guidelines for Planka contributors
  • 2421c7b chore: enable server host configuration
  • d79a1a6 chore: update package-lock file
  • 2252700 build: replace Dockerfile.dev with Dockerfile.server.dev and update docker-compose.dev.yml
  • eb4069f build: downgrade Node.js version in Dockerfile to 20 for client build
  • 295324b feat: always split task names by new line
  • c937bb0 Merge branch 'master' of github.com:BalanarUnity1337/planka into dev
  • 3912a55 build: commented out admin name and username
  • 6c77e6a build: local image build

📊 Changes

8 files changed (+336 additions, -75 deletions)

View changed files

AGENTS.md (+218 -0)
Dockerfile.dev (+0 -7)
Dockerfile.server.dev (+16 -0)
📝 client/package-lock.json (+48 -7)
📝 client/src/components/task-lists/TaskList/AddTask.jsx (+34 -38)
📝 client/vite.config.js (+1 -0)
📝 docker-compose.dev.yml (+11 -18)
📝 docker-compose.yml (+8 -5)

📄 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/plankanban/planka/pull/1504 **Author:** [@BalanarUnity1337](https://github.com/BalanarUnity1337) **Created:** 1/30/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (9) - [`e4b9186`](https://github.com/plankanban/planka/commit/e4b9186d573fdc57861532691d997ad5e9d40488) chore: add AGENTS.md with detailed coding guidelines for Planka contributors - [`2421c7b`](https://github.com/plankanban/planka/commit/2421c7b4e514eeec361011f0f23453fb31abfd7c) chore: enable server host configuration - [`d79a1a6`](https://github.com/plankanban/planka/commit/d79a1a6fc66bdb6a0d77a3f13425d76b8bd3275b) chore: update package-lock file - [`2252700`](https://github.com/plankanban/planka/commit/225270015315bd482389b8de65bfd5331addb4b5) build: replace Dockerfile.dev with Dockerfile.server.dev and update docker-compose.dev.yml - [`eb4069f`](https://github.com/plankanban/planka/commit/eb4069f1821ed364586a622b393f8f1fef6c03f6) build: downgrade Node.js version in Dockerfile to 20 for client build - [`295324b`](https://github.com/plankanban/planka/commit/295324bb5e8377d3552a87ab07c53648917a4c90) feat: always split task names by new line - [`c937bb0`](https://github.com/plankanban/planka/commit/c937bb0d66262f54e132e5b4c9b7f6e9e90a8bcb) Merge branch 'master' of github.com:BalanarUnity1337/planka into dev - [`3912a55`](https://github.com/plankanban/planka/commit/3912a55b58f11701c3d71bf724b8260b37ab9e39) build: commented out admin name and username - [`6c77e6a`](https://github.com/plankanban/planka/commit/6c77e6a63452cd66ba218b8c96cf4befdd83c142) build: local image build ### 📊 Changes **8 files changed** (+336 additions, -75 deletions) <details> <summary>View changed files</summary> ➕ `AGENTS.md` (+218 -0) ➖ `Dockerfile.dev` (+0 -7) ➕ `Dockerfile.server.dev` (+16 -0) 📝 `client/package-lock.json` (+48 -7) 📝 `client/src/components/task-lists/TaskList/AddTask.jsx` (+34 -38) 📝 `client/vite.config.js` (+1 -0) 📝 `docker-compose.dev.yml` (+11 -18) 📝 `docker-compose.yml` (+8 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 22:03:17 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1319