Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(issue-views): Tab title char limits (dupe) #77966

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

MichaelSun48
Copy link
Member

This PR is nearly identical to this previous PR that I reverted because of an unexpected visual bug that occurred because of a conflict with another PR. (specifically this one that added animation wrappers over the tab title)

The behavior is identical to the previous PR, see that one for a visual demo.

This PR also fixes an unrelated bug with the duplicate functionality. Previously, clicking on the "Duplicate" action for a tab would flash the Add View page before going back to the issue stream. This happened because the add view page is automatically triggered when the search's viewId begins with a "_", indicating a tab that has not been persisted on our backend yet.

@MichaelSun48 MichaelSun48 requested a review from a team as a code owner September 23, 2024 18:31
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Sep 23, 2024
@MichaelSun48 MichaelSun48 merged commit 6487617 into master Sep 23, 2024
41 of 42 checks passed
@MichaelSun48 MichaelSun48 deleted the msun/issueViews/tabTitleCharLimits branch September 23, 2024 19:14
harshithadurai pushed a commit that referenced this pull request Sep 24, 2024
This PR is nearly identical to [this previous
PR](#77883) that I reverted
because of an unexpected visual bug that occurred because of a conflict
with another PR. (specifically [this
one](#77890) that added
animation wrappers over the tab title)

The behavior is identical to the previous PR, see that one for a visual
demo.


This PR also fixes an unrelated bug with the duplicate functionality.
Previously, clicking on the "Duplicate" action for a tab would flash the
Add View page before going back to the issue stream. This happened
because the add view page is automatically triggered when the search's
viewId begins with a "_", indicating a tab that has not been persisted
on our backend yet.
@github-actions github-actions bot locked and limited conversation to collaborators Oct 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants