Skip to content

feat(186): inline editing for board name - #216

Open
ElizavetaAbramova wants to merge 5 commits into
mainfrom
186
Open

feat(186): inline editing for board name#216
ElizavetaAbramova wants to merge 5 commits into
mainfrom
186

Conversation

@ElizavetaAbramova

@ElizavetaAbramova ElizavetaAbramova commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

description
Implement new way for board name editiing (+update version for @xipkg/icons)

  • Hover state
Снимок экрана 2026-08-13 172406
  • Editing state
Снимок экрана 2026-08-13 172429
  • Error state
Снимок экрана 2026-08-13 172517
  • Saving state
Снимок экрана 2026-08-13 172541

@github-actions

Copy link
Copy Markdown
Name Status Preview
xi.web ✔️Success✔️ Visit Preview

@unknownproperty unknownproperty added duplicate This issue or pull request already exists good first issue Good for newcomers help wanted Extra attention is needed documentation Improvements or additions to documentation bug Something isn't working enhancement New feature or request invalid This doesn't seem right and removed help wanted Extra attention is needed bug Something isn't working documentation Improvements or additions to documentation duplicate This issue or pull request already exists enhancement New feature or request good first issue Good for newcomers invalid This doesn't seem right labels Aug 13, 2026
/>
{isUpdating && (
<span className="pointer-events-none absolute top-1/2 right-1 flex h-4 w-4 -translate-y-1/2 items-center justify-center">
<Loader size="s" className={`h-4 w-4 animate-spin ${boardIconClass}`} />

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нужен cn

<TooltipTrigger asChild>
<h1
onClick={startEditing}
className={`text-l-base xs:max-w-[150px] ${boardTextClass} flex h-6 max-w-[100px] min-w-0 items-center pr-2 select-none md:max-w-[240px] lg:h-8 ${

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cn

if (isEditMode) {
nameInputRef.current?.focus();
}
}, [isEditMode]);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Попробовать убрать

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants