Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PortalMEC-React
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
Model registry
Operate
Environments
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
PortalMEC
PortalMEC-React
Commits
127bafd3
Commit
127bafd3
authored
4 years ago
by
lfr20
Browse files
Options
Downloads
Patches
Plain Diff
Removed gamefication part of the admin
parent
333c4123
No related branches found
No related tags found
2 merge requests
!57
Merge of develop into master
,
!56
Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/Admin/Components/Components/PageHeader.js
+1
-1
1 addition, 1 deletion
src/Admin/Components/Components/PageHeader.js
src/Admin/Pages/Pages/SubPages/Gamefication.js
+0
-469
0 additions, 469 deletions
src/Admin/Pages/Pages/SubPages/Gamefication.js
src/App.js
+0
-10
0 additions, 10 deletions
src/App.js
with
1 addition
and
480 deletions
src/Admin/Components/Components/PageHeader.js
+
1
−
1
View file @
127bafd3
...
...
@@ -16,7 +16,7 @@ GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with Plataforma Integrada MEC. If not, see <http://www.gnu.org/licenses/>.*/
import
React
,
{
useEffect
,
useState
}
from
"
react
"
;
import
React
from
"
react
"
;
import
Paper
from
"
@material-ui/core/Paper
"
import
Grid
from
"
@material-ui/core/Grid
"
import
Button
from
"
@material-ui/core/Button
"
...
...
This diff is collapsed.
Click to expand it.
src/Admin/Pages/Pages/SubPages/Gamefication.js
deleted
100644 → 0
+
0
−
469
View file @
333c4123
This diff is collapsed.
Click to expand it.
src/App.js
+
0
−
10
View file @
127bafd3
...
...
@@ -96,7 +96,6 @@ import UserPermissions from "./Admin/Pages/Pages/SubPages/Permissions";
import
EditRole
from
"
./Admin/Components/Components/Inputs/EditRoles
"
;
import
CreateRole
from
"
./Admin/Components/Components/Inputs/CreateRole
"
;
import
BlockedUser
from
"
./Admin/Pages/Pages/SubPages/BlockedUsers
"
;
import
Gamefication
from
"
./Admin/Pages/Pages/SubPages/Gamefication
"
import
PropTypes
from
"
prop-types
"
;
import
Typography
from
"
@material-ui/core/Typography
"
;
import
Box
from
"
@material-ui/core/Box
"
;
...
...
@@ -356,13 +355,6 @@ export default function App() {
component
=
{
Link
}
{...
a11yProps
(
15
)}
/
>
<
Tab
label
=
"
Gameficação
"
to
=
"
/admin/gamefication
"
icon
=
{
<
DisplayIcon
i
=
{
16
}
/>
}
component
=
{
Link
}
{...
a11yProps
(
16
)}
/
>
<
/Tabs
>
<
/AppBar
>
<
div
style
=
{{
padding
:
"
2em
"
}}
>
...
...
@@ -431,8 +423,6 @@ export default function App() {
<
Route
path
=
"
/admin/CreateRole
"
component
=
{
CreateRole
}
/
>
<
Route
path
=
"
/admin/BlockedUsers
"
component
=
{
BlockedUser
}
/
>
<
Route
path
=
"
/admin/sendEmail/:email
"
component
=
{
SendEmail
}
/
>
<
Route
path
=
"
/admin/gamefication
"
component
=
{
Gamefication
}
/
>
<
/div
>
<
/div
>
<
/Switch
>
...
...
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