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
d9ed83c8
Commit
d9ed83c8
authored
3 months ago
by
Dima Rifai
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#387
- Fix padding on schedule to fix issue in shifting on mobile
parent
8b516e30
No related branches found
No related tags found
1 merge request
!489
Issue #387 - Fix padding on schedule to fix issue in shifting on mobile
Pipeline
#110407
canceled
3 months ago
Stage: build
Stage: test
Stage: test-report-aggregate
Stage: cleanup
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
components/schedule/BackupWitnessSchedule.tsx
+1
-1
1 addition, 1 deletion
components/schedule/BackupWitnessSchedule.tsx
components/schedule/WitnessSchedule.tsx
+1
-3
1 addition, 3 deletions
components/schedule/WitnessSchedule.tsx
pages/schedule.tsx
+1
-1
1 addition, 1 deletion
pages/schedule.tsx
with
3 additions
and
5 deletions
components/schedule/BackupWitnessSchedule.tsx
+
1
−
1
View file @
d9ed83c8
...
...
@@ -61,7 +61,7 @@ const BackupWitnessSchedule: React.FC<BackupWitnessScheduleProps> = ({
return
(
<>
<
div
className
=
"flex w-full overflow-auto"
>
<
div
className
=
"text-text w-[100%] bg-theme dark:bg-theme p-
5
"
>
<
div
className
=
"text-text w-[100%] bg-theme dark:bg-theme p-
4
"
>
<
p
className
=
"text-center text-3xl my-2"
>
Backup Witness Schedule
</
p
>
<
Table
data-testid
=
"table-body"
>
<
TableHeader
>
...
...
This diff is collapsed.
Click to expand it.
components/schedule/WitnessSchedule.tsx
+
1
−
3
View file @
d9ed83c8
...
...
@@ -88,9 +88,8 @@ const WitnessSchedule: React.FC<WitnessSchedule> = ({
blocksLeftBeforeRefetch
,
})
=>
{
return
(
<
div
>
<
div
className
=
"flex w-full overflow-auto"
>
<
div
className
=
"text-text w-[100%] bg-theme dark:bg-theme p-
5
"
>
<
div
className
=
"text-text w-[100%] bg-theme dark:bg-theme p-
4
"
>
<
p
className
=
"text-center text-3xl my-2"
>
Witness Schedule
</
p
>
<
Table
data-testid
=
"table-body"
>
...
...
@@ -109,7 +108,6 @@ const WitnessSchedule: React.FC<WitnessSchedule> = ({
</
div
>
</
div
>
</
div
>
</
div
>
);
};
...
...
This diff is collapsed.
Click to expand it.
pages/schedule.tsx
+
1
−
1
View file @
d9ed83c8
...
...
@@ -63,7 +63,7 @@ const Schedule = () => {
<
Loader2
className
=
"animate-spin mt-1 h-12 w-12 ml-3 ..."
/>
</
div
>
)
:
(
<
div
className
=
"w-full grid lg:grid-cols-2 gap-4 content-start px-[
2
rem] md:px-[5rem] "
>
<
div
className
=
"w-full grid lg:grid-cols-2 gap-4 content-start px-[
1
rem] md:px-[5rem] "
>
<
WitnessSchedule
data
=
{
scheduledWitnessesData
}
currentProducer
=
{
producerAccount
}
...
...
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