forked from harness/canary
-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: tabs navigation #21
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
Open
ankormoreankor
wants to merge
2
commits into
main
Choose a base branch
from
tabs-navigation-refactoring
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3d37b2e to
21037e8
Compare
81bb55e to
b776a24
Compare
8f80806 to
1b714a3
Compare
1b714a3 to
4572c28
Compare
21037e8 to
e0f9328
Compare
4572c28 to
9f92d1c
Compare
9f92d1c to
a9be11c
Compare
a9be11c to
faf1c0a
Compare
faf1c0a to
0eb786d
Compare
3em
reviewed
Feb 4, 2025
0eb786d to
0e2d371
Compare
0e2d371 to
76ceae8
Compare
a64ee34 to
dbf8136
Compare
dbf8136 to
0243776
Compare
0243776 to
12d4e23
Compare
12d4e23 to
c079212
Compare
c079212 to
661994c
Compare
661994c to
18ceb1f
Compare
18ceb1f to
1e8a600
Compare
1e8a600 to
7e37e3e
Compare
7e37e3e to
ea6197f
Compare
ea6197f to
9effc1c
Compare
9effc1c to
51d72e0
Compare
51d72e0 to
b37cbf9
Compare
b37cbf9 to
ac80a89
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a bug in tabs: when switching between tabs with Tab button, you could go forward but get stuck when going backward. The issue is probably related to having links inside buttons in the Tabs component.
tabs.mp4