This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-nomad
Watch
2
Star
0
Fork
You've already forked open-nomad
0
Code
Issues
1
Pull requests
Packages
Releases
Wiki
Activity
51092a886c
open-nomad
/
ui
/
app
/
templates
/
loading.hbs
4 lines
101 B
Handlebars
Raw
Normal View
History
Unescape
Escape
Convert to angle bracket invocation (#8075) This is mostly a direct application of the ember-angle-brackets-codemod. I manually restored newlines in multi-line component invocations, usually preserving file line length except for now-non-positional link-to @route. I needed to rename task to taskState in some cases to avoid Ember Concurrency naming conflicts.
2020-06-01 19:03:56 +00:00
<PageLayout>
Update to Ember 3.16/Data 3.12 (#8319) This updates to Ember 3.16 but leaves Ember Data at 3.12 so we don’t need to use the model fragments beta. It can be reviewed on a commit-by-commit basis: blueprint updates, fixes for test failures, and the removal of now-deprecated partials. It’s not a true update to Octane as that would involve turning on template-only components by default, which breaks various things. We can accomplish that separately and then add the edition setting to package.json.
2020-07-09 16:37:00 +00:00
<section class="section has-text-centered"><LoadingSpinner /></section>
Convert to angle bracket invocation (#8075) This is mostly a direct application of the ember-angle-brackets-codemod. I manually restored newlines in multi-line component invocations, usually preserving file line length except for now-non-positional link-to @route. I needed to rename task to taskState in some cases to avoid Ember Concurrency naming conflicts.
2020-06-01 19:03:56 +00:00
</PageLayout>
Reference in a new issue
Copy permalink