Glavin001/atom-preview

Loading animation is…

Opened this issue · 1 comments

a bit fugly 💩. How would I go about replacing it? (e.g is it an Atom-wide/theme thing or specific to this package?)

a bit fugly

Yeah.

How would I go about replacing it?

See

showLoading: ->
@showMessage()
@messageView.message.html $$$ ->
@div
class: 'preview-spinner'
style: 'text-align: center'
=>
@span
class: 'loading loading-spinner-large inline-block'
@div
class: 'text-highlight preview-text-highlight',
'Loading Preview\u2026'

is it an Atom-wide/theme thing or specific to this package?

This package.


I will accept pull requests for aesthetics. Thanks.