[PR #710] [CLOSED] Feat/add team member with enter #875

Closed
opened 2025-11-01 21:06:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/710
Author: @dpschen
Created: 4/28/2025
Status: Closed

Base: feat/add-team-member-with-enterHead: feat/add-team-member-with-enter


📝 Commits (10+)

  • 25ff893 feat(dev): use proxy server in dev mode (#3069)
  • 797f5cd chore(i18n): update translations via Crowdin
  • 5ce93c2 chore(i18n): update translations via Crowdin
  • ff53084 chore(i18n): update translations via Crowdin
  • 7a9fed4 chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0
  • 4dbf725 chore(deps): bump vue-i18n from 11.0.1 to 11.1.2
  • b0dc0aa chore(deps): bump @babel/helpers to 7.26.10
  • 0477d8c chore(deps): bump axios to 1.8.2
  • c0de2e0 chore(i18n): update translations via Crowdin
  • 73d69fe chore(i18n): update translations via Crowdin

📊 Changes

242 files changed (+40297 additions, -45784 deletions)

View changed files

📝 .dockerignore (+3 -0)
.drone.yml (+0 -1403)
.github/actions/setup-frontend/action.yml (+18 -0)
.github/workflows/ci.yml (+23 -0)
.github/workflows/crowdin.yml (+60 -0)
.github/workflows/lockdown.yml (+0 -23)
.github/workflows/release-docker.yml (+0 -32)
.github/workflows/release.yml (+303 -0)
.github/workflows/test.yml (+293 -0)
📝 .golangci.yml (+148 -109)
📝 Dockerfile (+4 -4)
📝 config-raw.json (+33 -3)
contrib/clean-translations.js (+124 -0)
crowdin.yml (+21 -0)
desktop/build.js (+121 -0)
desktop/bumpp.sh (+0 -9)
📝 desktop/package.json (+11 -4)
📝 desktop/pnpm-lock.yaml (+432 -528)
📝 devenv.lock (+11 -27)
📝 devenv.nix (+3 -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/go-vikunja/vikunja/pull/710 **Author:** [@dpschen](https://github.com/dpschen) **Created:** 4/28/2025 **Status:** ❌ Closed **Base:** `feat/add-team-member-with-enter` ← **Head:** `feat/add-team-member-with-enter` --- ### 📝 Commits (10+) - [`25ff893`](https://github.com/go-vikunja/vikunja/commit/25ff8939f68aa35e6e7a52d06858221b5b04a1ef) feat(dev): use proxy server in dev mode (#3069) - [`797f5cd`](https://github.com/go-vikunja/vikunja/commit/797f5cdd4669405ae42cc7a1ad2308f763aee547) chore(i18n): update translations via Crowdin - [`5ce93c2`](https://github.com/go-vikunja/vikunja/commit/5ce93c2fa8652a7567baf1dda36c394891720da6) chore(i18n): update translations via Crowdin - [`ff53084`](https://github.com/go-vikunja/vikunja/commit/ff53084e93eb434861a2fdc6f720ed4b497b399e) chore(i18n): update translations via Crowdin - [`7a9fed4`](https://github.com/go-vikunja/vikunja/commit/7a9fed4581417784081aaa6eb079c80942345c17) chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 - [`4dbf725`](https://github.com/go-vikunja/vikunja/commit/4dbf7253d5529c087a45d407355a467b4efee060) chore(deps): bump vue-i18n from 11.0.1 to 11.1.2 - [`b0dc0aa`](https://github.com/go-vikunja/vikunja/commit/b0dc0aac9a46f8e36177dcdb5ec1294e51a6baf6) chore(deps): bump @babel/helpers to 7.26.10 - [`0477d8c`](https://github.com/go-vikunja/vikunja/commit/0477d8ceb032c2c9c8e509b990562cfcf0734711) chore(deps): bump axios to 1.8.2 - [`c0de2e0`](https://github.com/go-vikunja/vikunja/commit/c0de2e03b7c1e99ab1326f9a5c4ae2f4c358328b) chore(i18n): update translations via Crowdin - [`73d69fe`](https://github.com/go-vikunja/vikunja/commit/73d69fe95db0dd76b1d2831e6940ae5ac58b5047) chore(i18n): update translations via Crowdin ### 📊 Changes **242 files changed** (+40297 additions, -45784 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+3 -0) ➖ `.drone.yml` (+0 -1403) ➕ `.github/actions/setup-frontend/action.yml` (+18 -0) ➕ `.github/workflows/ci.yml` (+23 -0) ➕ `.github/workflows/crowdin.yml` (+60 -0) ➖ `.github/workflows/lockdown.yml` (+0 -23) ➖ `.github/workflows/release-docker.yml` (+0 -32) ➕ `.github/workflows/release.yml` (+303 -0) ➕ `.github/workflows/test.yml` (+293 -0) 📝 `.golangci.yml` (+148 -109) 📝 `Dockerfile` (+4 -4) 📝 `config-raw.json` (+33 -3) ➕ `contrib/clean-translations.js` (+124 -0) ➕ `crowdin.yml` (+21 -0) ➕ `desktop/build.js` (+121 -0) ➖ `desktop/bumpp.sh` (+0 -9) 📝 `desktop/package.json` (+11 -4) 📝 `desktop/pnpm-lock.yaml` (+432 -528) 📝 `devenv.lock` (+11 -27) 📝 `devenv.nix` (+3 -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>
GiteaMirror added the pull-request label 2025-11-01 21:06:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#875