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
Harbor 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
MECRED
Frontend-MECRED
Commits
07b08ec5
Commit
07b08ec5
authored
3 months ago
by
Richard Fernando Heise Ferreira
Browse files
Options
Downloads
Plain Diff
Merge branch 'issue/251-plausible' into 'develop'
Issue
#251
: ADD plausible See merge request
!254
parents
4bd56663
da9ed01e
Branches
Branches containing commit
No related tags found
1 merge request
!254
Issue #251: ADD plausible
Pipeline
#41438
passed
3 months ago
Stage: test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/app/components/About.js
+7
-1
7 additions, 1 deletion
src/app/components/About.js
src/app/components/Overlay.js
+1
-1
1 addition, 1 deletion
src/app/components/Overlay.js
src/app/estatisticas/page.js
+19
-0
19 additions, 0 deletions
src/app/estatisticas/page.js
with
27 additions
and
2 deletions
src/app/components/About.js
+
7
−
1
View file @
07b08ec5
...
...
@@ -320,6 +320,12 @@ export default function AboutComponent() {
link
=
"
/equipe
"
/>
<
/div
>
<
DevelopmentInfo
title
=
"
Estatísticas
"
description
=
"
Veja as estatísticas de uso da plataforma.
"
access
=
"
Clique aqui para ver as estatísticas.
"
link
=
"
/estatisticas
"
/>
<
/
>
)
}
...
...
@@ -351,7 +357,7 @@ export default function AboutComponent() {
<
div
className
=
"
flex flex-col text-center items-center mt-12 rounded-lg bg-white
"
>
<
Differences
/>
<
/div
>
<
div
className
=
"
flex flex-col text-center items-center mt-12 rounded-lg bg-white
"
>
<
div
className
=
"
flex flex-col text-center items-center mt-12
pb-[40px]
rounded-lg bg-white
"
>
<
Development
/>
<
/div
>
<
div
className
=
"
flex justify-center flex-col items-center mt-8 max-md:mt-0 max-md:mb-8
"
>
...
...
This diff is collapsed.
Click to expand it.
src/app/components/Overlay.js
+
1
−
1
View file @
07b08ec5
...
...
@@ -60,7 +60,7 @@ export default function Overlay({
return
(
<
Suspense
fallback
=
{
<
Loading
/>
}
>
<
ThemeProvider
theme
=
{
theme
}
>
<
main
className
=
"
bg-main bg-fundo bg-repeat bg-fixed text-base
"
>
<
main
className
=
"
bg-main bg-fundo bg-repeat bg-fixed text-base
min-h-dvh
"
>
<
div
className
=
"
hidden md:block
"
>
<
AcessibilityBar
/>
<
/div
>
...
...
This diff is collapsed.
Click to expand it.
src/app/estatisticas/page.js
0 → 100644
+
19
−
0
View file @
07b08ec5
"
use client
"
import
Overlay
from
"
../components/Overlay
"
export
default
function
About
()
{
return
(
<
Overlay
type
=
"
twoColumns
"
>
<
div
className
=
"
m-3 sm:ml-24
"
>
<
iframe
className
=
"
w-[90%] h-[72dvh]
"
id
=
"
statistics
"
title
=
"
Estatísticas
"
src
=
"
https://metabase.c3sl.ufpr.br/public/dashboard/b50e207e-45fe-4419-a86c-04d944544828
"
>
<
/iframe
>
<
/div
>
<
/Overlay
>
)
}
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