-
-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
546 additions
and
82 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 64 additions & 0 deletions
64
website/macos-big-sur-icons/src/components/UserIconCardLoading.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<template> | ||
<div class="card-wrapper card-hover coral-card"> | ||
|
||
<!-- Icon image --> | ||
<div class="card-img-wrapper" style="max-width: 120px;"> | ||
<img | ||
width="100px" | ||
height="100px" | ||
style="width: auto" | ||
class="placeholder-icon" | ||
alt="Placeholder icon" | ||
:src="coralIcons.placeholderIcon" | ||
> | ||
</div> | ||
|
||
<!-- Icon meta --> | ||
<div class="card-text-wrapper p-l-15 p-r-15 p-b-15"> | ||
|
||
<!-- App name --> | ||
<h3 | ||
class=" | ||
coral-font-color | ||
m-t-0 | ||
m-b-10 | ||
loading-placeholder | ||
p-0 | ||
" | ||
> | ||
</h3> | ||
|
||
<!-- User's name --> | ||
<p class="coral-Body--XS opacity-60 m-b-10 loading-placeholder"> | ||
</p> | ||
|
||
</div> | ||
|
||
</div> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
name: "UserIconCardLoading", | ||
props:{ | ||
icon:{}, | ||
}, | ||
data: function(){ | ||
return{ | ||
coralIcons:{ | ||
placeholderIcon: require("../assets/placeholder-icon.png"), | ||
} | ||
} | ||
}, | ||
methods:{ | ||
} | ||
} | ||
</script> | ||
|
||
<style> | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
ef8aa5a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: