Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Teams page: offer both "New team" and "+ New team in <team>" when a team is selected

オープン 初心者向け
#1,510 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
88/100
issue の種類
機能追加
明瞭さ
明確に書かれている
活発さ
活発
技術スタック
go
領域
cli

調査の方向性

internal/tui3/teamspagedraw.go で teamsRailNew と teamsRailNewWords を読み始め、次に internal/tui3/teamsacts.go の teamsActNewTeam を追ってください。トップレベルのチームでは、選択されたチームの行を nil id に接続し、ネストされたオプションでは t.ID を保持します。狭い rail に両方の行が表示され、ネスト制限の dim/ヒント動作が変わらなければ完了です。

索引モデルが issue の本文から書いたものです。

説明

area:chat feature

Today the teams rail shows only + New team in <name> when a team is selected — the top-level + New team is only visible with no team selected. A selected team should offer both options: top-level + New team and nested + New team in <current team>.

Details
  • internal/tui3/teamspagedraw.go: teamsRailNew / teamsRailNewWords currently draw only the nested variant when a team is selected; add the top-level option alongside it.
  • internal/tui3/teamsacts.go: teamsActNewTeam with no id already creates a top-level team — wire the new row to it (nil id vs t.ID).
  • Maintain the narrow-rail two-row presentation and nesting-limit dim/hint behavior for the nested option.
主要言語
Go
スター
115
フォーク
14
平均マージ
9時間 38分
マージ済み PR(30日)
749

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

Agent-Field/CodeAF のほかの issue

Agent-Field/CodeAF の issue をすべて見る

似ている issue

Go の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。