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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
6c154002
Commit
6c154002
authored
Dec 14, 2016
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove icon components.
parent
8ad6efc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
32 deletions
+0
-32
app/assets/javascripts/vue_common_component/loading_icon.js.es6
...sets/javascripts/vue_common_component/loading_icon.js.es6
+0
-8
spec/javascripts/vue_common_components/fa_icon_spec.js.es6
spec/javascripts/vue_common_components/fa_icon_spec.js.es6
+0
-24
No files found.
app/assets/javascripts/vue_common_component/loading_icon.js.es6
deleted
100644 → 0
View file @
8ad6efc9
(() => {
Vue.component('loading-icon', {
template: `
<i class="fa fa-spinner fa-spin loading-icon"></i>
`,
});
})();
spec/javascripts/vue_common_components/fa_icon_spec.js.es6
deleted
100644 → 0
View file @
8ad6efc9
/* eslint-disable */
//= require jquery
//= require vue
//= require issuable_time_tracker
((gl) => {
describe('Font Awesome Icon Component', function() {
describe('Initialization', function() {
is defined
has containing elements
configuration, including computed values and special config
loading state
});
describe('Invalid input', function() {
defaults applied or errors thrown
});
describe('Icons Rendered', function() {
single icon Rendered
multiple icons rendererd
});
});
})(window.gl || (window.gl = {}));
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