diff --git a/app/pods/components/bar-chart/template.hbs b/app/pods/components/bar-chart/template.hbs index 341d53b..080ddeb 100644 --- a/app/pods/components/bar-chart/template.hbs +++ b/app/pods/components/bar-chart/template.hbs @@ -7,7 +7,7 @@ attachment='bottom middle' offset='14px 0'}} -
{{highlightedLabel}}
+
Are you sure you want to delete {{post.title}}? This action cannot be undone.
diff --git a/app/pods/components/tag-list/template.hbs b/app/pods/components/tag-list/template.hbs index 075111a..ee82982 100644 --- a/app/pods/components/tag-list/template.hbs +++ b/app/pods/components/tag-list/template.hbs @@ -1,5 +1,10 @@ {{#each (sort-by 'name' tags) as |tag|}} - {{#link-to 'tags.tag' tag.slug class='dib transition mr1 near-black link f8 fw5 ttu br-pill bg-light-gray hover-bg-moon-gray ph2 pv1'}} + {{#link-to 'tags.tag' tag.slug + class=' + inline-block no-underline transition mr-1 + text-black text-10px font-medium uppercase + rounded-full bg-grey-lighter hover:bg-grey-light + px-2 py-1'}} {{tag.name}} {{/link-to}} {{/each}} diff --git a/app/pods/components/ui-button/template.hbs b/app/pods/components/ui-button/template.hbs index e6940ea..9fc1f4b 100644 --- a/app/pods/components/ui-button/template.hbs +++ b/app/pods/components/ui-button/template.hbs @@ -3,12 +3,14 @@ disabled={{disabled}} data-test-id={{data-test-id}} class=" - leading-tight inline-block mb3 pointer f5 pv2 ph3 br2 fw3 bn bg-blue white - {{if disabled 'o-50' 'dim'}} + leading-tight inline-block + mb-4 pointer text-base py-2 px-3 rounded font-light border-0 + bg-blue text-white + {{if disabled 'opacity-50' 'dim'}} "> {{#if task.isRunning}} -{{yield}}
- +{{yield}}
+ ×Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
{{/ui-card}}Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
{{/ui-card}}Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
{{/ui-card}} diff --git a/app/pods/media/albums/album/image/template.hbs b/app/pods/media/albums/album/image/template.hbs index 64b63bd..852d1c1 100644 --- a/app/pods/media/albums/album/image/template.hbs +++ b/app/pods/media/albums/album/image/template.hbs @@ -1,7 +1,7 @@ -{{#link-to 'media.albums.album.index' class='link dark-gray dim'}} +{{#link-to 'media.albums.album.index' class='no-underline text-grey-darkest dim'}} < {{model.album.title}} {{/link-to}}{{album.title}}
+ class='w-32 h-32 rounded border border-grey'> +{{album.title}}
{{/link-to}} {{/each}}+ class='flex no-underline text-bold text-grey-dark mr-4 border-bottom border-color-transparent' + activeClass='border-color-inherit'}} +
+LIGHT
{{/link-to}} {{#link-to 'media.styles.style' 'dark' - class='flex link b near-black pb2 bb bw1 b--transparent' - activeClass='b--inherit'}} - -+ class='flex no-underline text-bold text-black border-bottom-1 border-color-transparent' + activeClass='border-color-inherit'}} +
+DARK
{{/link-to}} diff --git a/app/pods/media/template.hbs b/app/pods/media/template.hbs index 11f3b61..aa0738d 100644 --- a/app/pods/media/template.hbs +++ b/app/pods/media/template.hbs @@ -1,11 +1,15 @@ -{{#link-to 'media.albums' class='link dark-gray dim mr3' activeClass='silver'}} +{{#link-to 'media.albums' + class='no-underline text-grey-darkest dim mr-4' + activeClass='text-grey-dark'}} Albums {{/link-to}} -{{#link-to 'media.styles' class='link dark-gray dim' activeClass='silver'}} +{{#link-to 'media.styles' + class='no-underline text-grey-darkest dim' + activeClass='text-grey-dark'}} Styles {{/link-to}} -| @@ -64,18 +64,20 @@ {{keyboard-press key="Enter" on-press=(action "openPost" navigatedPost)}} {{#each posts as |post|}} - | |||||
|---|---|---|---|---|---|
| - {{#link-to 'posts.post' post.id class='link dark-gray dim'}} + {{#link-to 'posts.post' post.id class='no-underline text-grey-darkest'}} {{post.title}} {{/link-to}} | {{moment-format post.date 'MMM D, YYYY'}} | {{post.author}} | {{tag-list tags=post.tags}} | -+ |
+ class="hidden group-hover:block no-transition text-grey-dark no-underline">
{{fa-icon "trash"}}
Delete
diff --git a/app/pods/posts/post/edit/template.hbs b/app/pods/posts/post/edit/template.hbs
index 38a2232..bcd0c8f 100644
--- a/app/pods/posts/post/edit/template.hbs
+++ b/app/pods/posts/post/edit/template.hbs
@@ -1,22 +1,24 @@
-
-
-
- {{input value=model.title class='w-100 pa2'}}
+
+ + {{input + value=model.title + class='w-full p-2 border border-grey-lighter'}}-
+
-
{{textarea value=model.text rows=20
- class='pa2 b--light-gray w-100'}}
+ class='p-2 border border-grey-lighter w-full'}}
+
{{#ui-button task=save data-test-id="save"}}
Save
{{/ui-button}}
{{#if save.last.isError}}
- + {{fa-icon 'exclamation-circle'}} Whoops - your post was not saved. Please try again! diff --git a/app/pods/posts/post/index/template.hbs b/app/pods/posts/post/index/template.hbs index d937c03..c1cabec 100644 --- a/app/pods/posts/post/index/template.hbs +++ b/app/pods/posts/post/index/template.hbs @@ -1,21 +1,25 @@{{model.title}}-- {{#link-to 'posts.post.edit' model.id class='dim link silver'}} + + {{#link-to 'posts.post.edit' model.id class='dim no-underline text-grey-dark'}} Edit post {{/link-to}}
- + -+ -
+
{{{model.text}}}
@@ -35,13 +39,13 @@
Activity
-
+
+
{{#if model.comments}}
- {{#link-to 'posts' class='link silver ttu dim'}}
+
+ {{#link-to 'posts' class='text-grey-dark uppercase no-underline dim'}}
Blog posts
{{/link-to}}
-
+
/
diff --git a/app/pods/tags/index/template.hbs b/app/pods/tags/index/template.hbs
index 4e9476e..76c642e 100644
--- a/app/pods/tags/index/template.hbs
+++ b/app/pods/tags/index/template.hbs
@@ -2,8 +2,8 @@
- {{#link-to 'tags' class='link silver ttu dim'}}
+
+ {{#link-to 'tags' class='no-underline text-grey-dark uppercase dim'}}
Tags
{{/link-to}}
-
+
/
@@ -12,8 +12,8 @@
|