Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend-MECRED
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MECRED
Frontend-MECRED
Commits
9ff926b0
Commit
9ff926b0
authored
May 10, 2024
by
RichardHeise
Browse files
Options
Downloads
Patches
Plain Diff
HOTFIX: hidden sidebar & filters
parent
aa99a34d
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#37201
passed
May 10, 2024
Stage: test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/app/components/InfiniteScrollCards.js
+1
-1
1 addition, 1 deletion
src/app/components/InfiniteScrollCards.js
src/app/components/Overlay.js
+1
-1
1 addition, 1 deletion
src/app/components/Overlay.js
src/app/components/SideBar.js
+2
-2
2 additions, 2 deletions
src/app/components/SideBar.js
with
4 additions
and
4 deletions
src/app/components/InfiniteScrollCards.js
+
1
−
1
View file @
9ff926b0
...
...
@@ -114,7 +114,7 @@ export default function InfiniteScrollCards({ data, type = "Collection", setNewS
return
(
<
div
className
=
"
flex flex-col
"
>
<
p
className
=
"
text-2xl max-sm:text-center font-bold mb-0 text-text-color ml-4 inline-block
"
>
Coleções
Oficiais
d
o
MEC
<
/p
>
<
p
className
=
"
text-2xl max-sm:text-center font-bold mb-0 text-text-color ml-4 inline-block
"
>
Coleções
Recomendadas
pel
o
MEC
<
/p
>
<
Link
href
=
"
/perfil/35342
"
>
<
p
className
=
"
ml-5 max-sm:text-center text-gray-500 mb-4
"
>
por
Ministério
da
Educação
<
/p
>
<
/Link
>
...
...
This diff is collapsed.
Click to expand it.
src/app/components/Overlay.js
+
1
−
1
View file @
9ff926b0
...
...
@@ -17,7 +17,7 @@ export default function Overlay({
setTitlePage
,
setNewSize
,
})
{
const
[
openMenu
,
setOpenMenu
]
=
useState
(
fals
e
);
const
[
openMenu
,
setOpenMenu
]
=
useState
(
tru
e
);
const
handleOpenMenu
=
()
=>
{
setOpenMenu
(
!
openMenu
);
};
...
...
This diff is collapsed.
Click to expand it.
src/app/components/SideBar.js
+
2
−
2
View file @
9ff926b0
...
...
@@ -13,7 +13,7 @@ import { usePathname, useSearchParams, useRouter } from "next/navigation";
const
acessoRapido
=
[
{
title
:
"
Oficial
"
,
title
:
"
MEC
"
,
icon
:
VerifiedIcon
,
href
:
"
/mec
"
,
},
...
...
@@ -157,7 +157,7 @@ export default function SideBar({ setFilterSubject, openMenu }) {
<
div
className
=
{
`pt-5
${
pathname
!==
"
/collections
"
&&
pathname
!==
"
/learningObjects
"
pathname
!==
"
/learningObjects
"
?
"
hidden
"
:
""
}
`
}
...
...
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