docs: resolve AGENTS merge after board-detail updates

This commit is contained in:
2026-03-16 18:41:19 -04:00
parent e6f47034bc
commit 81f95c1559

View File

@@ -101,12 +101,13 @@ Kanbn4Droid is an unofficial app to connect to and manipulate data stored in sel
- The Add new list option shows a modal dialog that asks for a list title. The modal dialog has two buttons at the bottom for "Cancel" and "Create" - The Add new list option shows a modal dialog that asks for a list title. The modal dialog has two buttons at the bottom for "Cancel" and "Create"
- The list is created using the Kan.bn API. - The list is created using the Kan.bn API.
- The new list is added at the end of the lists in the current board after the current last list. - The new list is added at the end of the lists in the current board after the current last list.
- The Add new card option shows a modal dialog for creating a new card using the Kan.bn API. - The Add new card dialog shows a modal dialog that works as follows:
- The new card is added to the top of the currently shown list.
- The modal dialog has a field for the card's name. This field is mandatory - The modal dialog has a field for the card's name. This field is mandatory
- Below the card name field there is a markdown-enabled text area for an optional card description. - Below the card name field there is a markdown-enabled text area for an optional card description.
- Below the card description field there is an optional date field to set the card's due date. - Below the card description field there is an optional date field to set the card's due date.
- Below the card's due date field there is an optional multi-value selector that allows choosing the card's tags from the tags available for the current board. - Below the card's due date field there is an optional multi-value selector that allows choosing the card's tags from the tags available for the current board.
- The new card is created using the Kan.bn API.
- The new card is added to the top of the currently shown list.
- The title bar of the view has two icon-only buttons for "Filter by tag" (icon is three bars of decreasing width, widest on top) and "Search" (icon is a leaning looking glass) - The title bar of the view has two icon-only buttons for "Filter by tag" (icon is three bars of decreasing width, widest on top) and "Search" (icon is a leaning looking glass)
- The filter by tag button opens a modal dialog that shows a multi-value selector that allows choosing from the tags available on the current board. The modal has a title that says "Filter by tag". The modal has buttons for "Cancel" and "Filter". - The filter by tag button opens a modal dialog that shows a multi-value selector that allows choosing from the tags available on the current board. The modal has a title that says "Filter by tag". The modal has buttons for "Cancel" and "Filter".
- The search button a modal dialog that shows a text field that has the placeholder value "Search". The modal has a title that seas "Search by title". The modal has buttons for "Cancel" and "Search". - The search button a modal dialog that shows a text field that has the placeholder value "Search". The modal has a title that seas "Search by title". The modal has buttons for "Cancel" and "Search".