Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kszkepzes-frontend
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
Köpeczi-Bócz Gergely
kszkepzes-frontend
Commits
4bc146e8
Commit
4bc146e8
authored
Feb 21, 2019
by
Chif Gergő
Browse files
Options
Downloads
Patches
Plain Diff
Bugfixes
parent
b1113234
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/components/AlertMessage.js
+1
-1
1 addition, 1 deletion
src/components/AlertMessage.js
src/components/menus/MobileContainer.js
+4
-2
4 additions, 2 deletions
src/components/menus/MobileContainer.js
src/components/pages/Profile.js
+1
-1
1 addition, 1 deletion
src/components/pages/Profile.js
with
6 additions
and
4 deletions
src/components/AlertMessage.js
+
1
−
1
View file @
4bc146e8
...
@@ -49,7 +49,7 @@ componentWillReceiveProps() {
...
@@ -49,7 +49,7 @@ componentWillReceiveProps() {
const
{
visible
,
messageType
,
text
}
=
this
.
props
.
message
;
const
{
visible
,
messageType
,
text
}
=
this
.
props
.
message
;
const
messageProps
=
messages
.
find
(
item
=>
item
.
type
===
messageType
);
const
messageProps
=
messages
.
find
(
item
=>
item
.
type
===
messageType
);
return
(
return
(
<
Container
style
=
{
{
marg
in
:
'
1.5em
'
,
padding
Left
:
'
1
.5em
'
}}
>
<
Container
style
=
{
visible
?
{
padd
in
g
:
'
1.5em
'
,
padding
Bottom
:
'
0
.5em
'
}
:
{
padding
:
'
0em
'
}}
>
{
messageProps
?
{
messageProps
?
<
Message
<
Message
icon
=
{
messageProps
.
icon
}
icon
=
{
messageProps
.
icon
}
...
...
This diff is collapsed.
Click to expand it.
src/components/menus/MobileContainer.js
+
4
−
2
View file @
4bc146e8
...
@@ -32,8 +32,10 @@ class MobileContainer extends Component {
...
@@ -32,8 +32,10 @@ class MobileContainer extends Component {
<
Segment
inverted
textAlign
=
'
center
'
vertical
>
<
Segment
inverted
textAlign
=
'
center
'
vertical
>
<
Container
>
<
Container
>
<
Menu
inverted
secondary
>
<
Menu
inverted
secondary
>
<
Menu
.
Item
onClick
=
{
visible
?
this
.
handleHideClick
:
this
.
handleShowClick
}
><
Icon
name
=
'
sidebar
'
/><
/Menu.Item
>
<
Menu
.
Item
onClick
=
{
visible
?
this
.
handleHideClick
:
this
.
handleShowClick
}
>
<
Icon
name
=
'
sidebar
'
/>
<
Image
size
=
'
mini
'
src
=
{
KSZKlogo
}
style
=
{{
marginRight
:
'
1.5em
'
}}
/
>
<
Image
size
=
'
mini
'
src
=
{
KSZKlogo
}
style
=
{{
marginRight
:
'
1.5em
'
}}
/
>
<
/Menu.Item
>
<
Menu
.
Item
position
=
'
right
'
>
<
Menu
.
Item
position
=
'
right
'
>
{
{
this
.
props
.
user
.
id
?
this
.
props
.
user
.
id
?
...
...
This diff is collapsed.
Click to expand it.
src/components/pages/Profile.js
+
1
−
1
View file @
4bc146e8
...
@@ -30,7 +30,7 @@ class Profile extends Component {
...
@@ -30,7 +30,7 @@ class Profile extends Component {
>
>
<
Segment
inverted
color
=
'
red
'
tertiary
>
<
Segment
inverted
color
=
'
red
'
tertiary
>
<
p
style
=
{{
fontSize
:
'
1.33em
'
}}
>
<
p
style
=
{{
fontSize
:
'
1.33em
'
}}
>
A
profilod
mentés
után
is
módosítható
a
későbbiekben
,
egészen
február
1
4
.
23
:
59
-
ig
.
A
profilod
mentés
után
is
módosítható
a
későbbiekben
,
egészen
február
1
3
.
17
:
00
-
ig
.
<
/p
>
<
/p
>
<
/Segment
>
<
/Segment
>
<
Form
>
<
Form
>
...
...
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