Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Block Explorer UI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
Block Explorer UI
Commits
75a815d9
Commit
75a815d9
authored
2 months ago
by
Lukas
Browse files
Options
Downloads
Patches
Plain Diff
Wrap account page inside tabs provider
parent
f4b37086
No related branches found
Branches containing commit
No related tags found
1 merge request
!524
Lbudginas/#424 add new tab on account page
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pages/[accountName].tsx
+3
-2
3 additions, 2 deletions
pages/[accountName].tsx
with
3 additions
and
2 deletions
pages/[accountName].tsx
+
3
−
2
View file @
75a815d9
...
@@ -15,6 +15,7 @@ import AccountDetailsSection from "@/components/account/AccountDetailsSection";
...
@@ -15,6 +15,7 @@ import AccountDetailsSection from "@/components/account/AccountDetailsSection";
import
MobileAccountNameCard
from
"
@/components/account/MobileAccountNameCard
"
;
import
MobileAccountNameCard
from
"
@/components/account/MobileAccountNameCard
"
;
import
{
Button
}
from
"
@/components/ui/button
"
;
import
{
Button
}
from
"
@/components/ui/button
"
;
import
AccountOperationViewTabs
from
"
@/components/account/tabs/AccountOperationViewTabs
"
;
import
AccountOperationViewTabs
from
"
@/components/account/tabs/AccountOperationViewTabs
"
;
import
{
AccountTabsProvider
}
from
"
@/contexts/TabsContext
"
;
interface
AccountSearchParams
{
interface
AccountSearchParams
{
accountName
?:
string
|
undefined
;
accountName
?:
string
|
undefined
;
...
@@ -175,7 +176,7 @@ export default function Account() {
...
@@ -175,7 +176,7 @@ export default function Account() {
}
}
return
(
return
(
<>
<
AccountTabsProvider
>
<
Head
>
<
Head
>
<
title
>
@
{
accountNameFromRoute
}
- Hive Explorer
</
title
>
<
title
>
@
{
accountNameFromRoute
}
- Hive Explorer
</
title
>
</
Head
>
</
Head
>
...
@@ -199,6 +200,6 @@ export default function Account() {
...
@@ -199,6 +200,6 @@ export default function Account() {
<
ScrollTopButton
/>
<
ScrollTopButton
/>
</
div
>
</
div
>
</
div
>
</
div
>
</>
</
AccountTabsProvider
>
);
);
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment