Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
ff0c3fc2
Commit
ff0c3fc2
authored
Dec 08, 2016
by
Dimitrie Hoekstra
Committed by
Kushal Pandya
Dec 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added a running loading indicator
parent
f06678cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
1 deletion
+34
-1
app/assets/stylesheets/pages/builds.scss
app/assets/stylesheets/pages/builds.scss
+33
-0
app/views/projects/builds/show.html.haml
app/views/projects/builds/show.html.haml
+1
-1
No files found.
app/assets/stylesheets/pages/builds.scss
View file @
ff0c3fc2
...
@@ -178,6 +178,39 @@
...
@@ -178,6 +178,39 @@
.bash
{
.bash
{
display
:
block
;
display
:
block
;
}
}
.typing_loader
{
width
:
6px
;
height
:
6px
;
border-radius
:
50%
;
animation
:
typing
1s
linear
infinite
;
position
:
relative
;
margin-bottom
:
12px
;
margin-left
:
2px
;
}
@keyframes
typing
{
0
%
{
background-color
:
rgba
(
255
,
255
,
255
,
1
);
box-shadow
:
12px
0px
0px
0px
rgba
(
255
,
255
,
255
,
0
.2
)
,
24px
0px
0px
0px
rgba
(
255
,
255
,
255
,
0
.2
);
}
25
%
{
background-color
:
rgba
(
255
,
255
,
255
,
0
.4
);
box-shadow
:
12px
0px
0px
0px
rgba
(
255
,
255
,
255
,
2
)
,
24px
0px
0px
0px
rgba
(
255
,
255
,
255
,
0
.2
);
}
75
%
{
background-color
:
rgba
(
255
,
255
,
255
,
0
.4
);
box-shadow
:
12px
0px
0px
0px
rgba
(
255
,
255
,
255
,
0
.2
)
,
24px
0px
0px
0px
rgba
(
255
,
255
,
255
,
1
);
}
100
%
{
background-color
:
rgba
(
255
,
255
,
255
,
1
);
box-shadow
:
12px
0px
0px
0px
rgba
(
255
,
255
,
255
,
0
.2
)
,
24px
0px
0px
0px
rgba
(
255
,
255
,
255
,
0
.2
);
}
}
}
}
.right-sidebar.build-sidebar
{
.right-sidebar.build-sidebar
{
...
...
app/views/projects/builds/show.html.haml
View file @
ff0c3fc2
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
#up-build-trace
#up-build-trace
%pre
.build-trace
#build-trace
%pre
.build-trace
#build-trace
%code
.bash.js-build-output
%code
.bash.js-build-output
=
icon
(
"refresh spin"
,
class:
"js-build-refresh"
)
.typing_loader.js-build-refresh
#down-build-trace
#down-build-trace
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment