Skip to content

feat: add ability to rename runs#428

Merged
abidlabs merged 34 commits into
mainfrom
saba/feat-rename-runs-415
Feb 24, 2026
Merged

feat: add ability to rename runs#428
abidlabs merged 34 commits into
mainfrom
saba/feat-rename-runs-415

Conversation

@Saba9
Copy link
Copy Markdown
Collaborator

@Saba9 Saba9 commented Feb 18, 2026

Short description

Adds the ability to rename runs from the "Runs" tab. Includes slight change to run deletion UI as well.

Demo

trackio-rename-run

AI Disclosure

  • I used AI to... generate all the code including tests.
  • I did not use AI

Type of Change

  • Bug fix
  • New feature (non-breaking)
  • New feature (breaking change)
  • Documentation update
  • Test improvements

Related Issues

Closes: #415

Testing and linting

Please run tests before submitting changes:

python -m pytest

and format your code using Ruff:

ruff check --fix --select I && ruff format

@Saba9 Saba9 changed the title Saba/feat rename runs 415 add ability to rename runs Feb 18, 2026
@gradio-pr-bot
Copy link
Copy Markdown
Contributor

gradio-pr-bot commented Feb 18, 2026

🪼 branch checks and previews

Name Status URL
🦄 Changes detected! Details

@gradio-pr-bot
Copy link
Copy Markdown
Contributor

gradio-pr-bot commented Feb 18, 2026

🦄 change detected

This Pull Request includes changes to the following packages.

Package Version
trackio minor

  • feat: add ability to rename runs

‼️ Changeset not approved. Ensure the version bump is appropriate for all packages before approving.

  • Maintainers can approve the changeset by checking this checkbox.

Something isn't right?

  • Maintainers can change the version label to modify the version bump.
  • If the bot has failed to detect any changes, or if this pull request needs to update multiple packages to different versions or requires a more comprehensive changelog entry, maintainers can update the changelog file directly.

@HuggingFaceDocBuilderDev
Copy link
Copy Markdown

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

Comment thread trackio/ui/main.py Outdated
@Saba9 Saba9 requested review from abidlabs and qgallouedec and removed request for abidlabs February 18, 2026 23:03
@Saba9 Saba9 force-pushed the saba/feat-rename-runs-415 branch from 195cb88 to 46772bf Compare February 21, 2026 01:08
@Saba9 Saba9 changed the title add ability to rename runs feat: add ability to rename runs Feb 21, 2026
Comment thread trackio/ui/runs.py Outdated
@abidlabs
Copy link
Copy Markdown
Member

Just one style note above, and also I'm seeing a different UI when I test locally with the buttons stacked on the right:

Screen.Recording.2026-02-23.at.12.53.04.PM.mov

@Saba9
Copy link
Copy Markdown
Collaborator Author

Saba9 commented Feb 24, 2026

@abidlabs The stacking used to be dependent on screen width. I've updated the UI now to be a bit consistent so "Rename" and "Delete" are always side-by-side.

Signed out

image

Signed in (mobile)

image

Rename
image

Rename (mobile)
image

Copy link
Copy Markdown
Member

@abidlabs abidlabs left a comment

Choose a reason for hiding this comment

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

LGTM thanks @Saba9 for the nice feature! I just made a tweak, which was to raise an informative error if a run couldn't be renamed.

@abidlabs abidlabs merged commit f7dd1ce into main Feb 24, 2026
8 checks passed
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.

[Feature request] Rename a run

4 participants