Merge pull request #2314 from Pistos/svg-to-png
Converted all [used] SVG graphics to PNG.
|
|
@ -13,7 +13,7 @@
|
||||||
- for aspect in all_aspects
|
- for aspect in all_aspects
|
||||||
%li{:data => {:aspect_id => aspect.id}, :class => ("active" if defined?(stream) && stream.aspect_ids.include?(aspect.id))}
|
%li{:data => {:aspect_id => aspect.id}, :class => ("active" if defined?(stream) && stream.aspect_ids.include?(aspect.id))}
|
||||||
.edit
|
.edit
|
||||||
= link_to image_tag("icons/pencil.svg", :height => 12, :title => t('.edit_aspect', :name => aspect.name)), edit_aspect_path(aspect), :rel => "facebox"
|
= link_to image_tag("icons/pencil.png", :title => t('.edit_aspect', :name => aspect.name)), edit_aspect_path(aspect), :rel => "facebox"
|
||||||
%a.aspect_selector{:href => aspects_path("a_ids[]" => aspect.id), :class => "name", 'data-guid' => aspect.id}
|
%a.aspect_selector{:href => aspects_path("a_ids[]" => aspect.id), :class => "name", 'data-guid' => aspect.id}
|
||||||
= aspect
|
= aspect
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
- elsif scope == "AS_photo:post"
|
- elsif scope == "AS_photo:post"
|
||||||
%li
|
%li
|
||||||
.scope-photo
|
.scope-photo
|
||||||
= image_tag('/images/icons/photo.svg', :title => "Cubbies will be able to post photos on your behalf")
|
= image_tag('/images/icons/photo.png', :title => "Cubbies will be able to post photos on your behalf")
|
||||||
|
|
||||||
.scope-description
|
.scope-description
|
||||||
%strong
|
%strong
|
||||||
|
|
|
||||||
|
|
@ -24,17 +24,17 @@
|
||||||
#nav_badges
|
#nav_badges
|
||||||
#home_badge.badge
|
#home_badge.badge
|
||||||
= link_to multi_path, :title => t('_home') do
|
= link_to multi_path, :title => t('_home') do
|
||||||
= image_tag 'icons/home_grey.svg', :height => 16, :alt => t('_home')
|
= image_tag 'icons/home_grey.png', :alt => t('_home')
|
||||||
|
|
||||||
#notification_badge.badge
|
#notification_badge.badge
|
||||||
= link_to notifications_path, :title => new_notification_text(@notification_count) do
|
= link_to notifications_path, :title => new_notification_text(@notification_count) do
|
||||||
= image_tag 'icons/notifications_grey.svg', :height => 16, :id => "notification-flag", :alt => new_notification_text(@notification_count)
|
= image_tag 'icons/notifications_grey.png', :id => "notification-flag", :alt => new_notification_text(@notification_count)
|
||||||
.badge_count{:class => ("hidden" if @notification_count == 0)}
|
.badge_count{:class => ("hidden" if @notification_count == 0)}
|
||||||
= @notification_count
|
= @notification_count
|
||||||
|
|
||||||
#message_inbox_badge.badge
|
#message_inbox_badge.badge
|
||||||
= link_to conversations_path, :title => new_message_text(@unread_message_count) do
|
= link_to conversations_path, :title => new_message_text(@unread_message_count) do
|
||||||
= image_tag 'icons/mail_grey.svg', :width => 18, :alt => new_message_text(@unread_message_count)
|
= image_tag 'icons/mail_grey.png', :alt => new_message_text(@unread_message_count)
|
||||||
.badge_count{:class => ("hidden" if @unread_message_count == 0)}
|
.badge_count{:class => ("hidden" if @unread_message_count == 0)}
|
||||||
= @unread_message_count
|
= @unread_message_count
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
- if likes_count > 0
|
- if likes_count > 0
|
||||||
= image_tag('icons/heart.svg')
|
= image_tag('icons/heart.png')
|
||||||
- if target_type == "Comment"
|
- if target_type == "Comment"
|
||||||
= link_to t('likes.likes.people_like_this_comment', :count => likes_count), comment_likes_path(target_id), :class => "expand_likes"
|
= link_to t('likes.likes.people_like_this_comment', :count => likes_count), comment_likes_path(target_id), :class => "expand_likes"
|
||||||
- else
|
- else
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
= status.hidden_field :text, :value => h(publisher_hidden_text), :class => 'clear_on_submit'
|
= status.hidden_field :text, :value => h(publisher_hidden_text), :class => 'clear_on_submit'
|
||||||
|
|
||||||
#file-upload{:title => t('.upload_photos')}
|
#file-upload{:title => t('.upload_photos')}
|
||||||
= image_tag 'icons/camera.svg', :height => 14
|
= image_tag 'icons/camera.png'
|
||||||
|
|
||||||
- if publisher_public
|
- if publisher_public
|
||||||
= hidden_field_tag 'aspect_ids[]', "public"
|
= hidden_field_tag 'aspect_ids[]', "public"
|
||||||
|
|
|
||||||
|
|
@ -877,7 +877,7 @@ en:
|
||||||
recently: "recently:"
|
recently: "recently:"
|
||||||
commented_on: "commented on"
|
commented_on: "commented on"
|
||||||
posted: "posted"
|
posted: "posted"
|
||||||
community_spotlight_stream: "Community Spotlight"
|
community_spotlight_stream: "Community Spotlight"
|
||||||
aspects_stream: "Aspects"
|
aspects_stream: "Aspects"
|
||||||
mentioned_stream: "@Mentions"
|
mentioned_stream: "@Mentions"
|
||||||
followed_tags_stream: "#Followed Tags"
|
followed_tags_stream: "#Followed Tags"
|
||||||
|
|
|
||||||
5
graphics/README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
The files in this directory are "source" files for the graphics used in
|
||||||
|
the Diaspora frontend. This includes GIMP files, Photoshop files, SVG
|
||||||
|
files, and all other image files of this sort. They are not shown directly
|
||||||
|
to end users, but are used to generate the actual graphics used in the
|
||||||
|
frontend (PNGs, etc.). They can be scaled, tinted, shaded, etc.
|
||||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
|
Before Width: | Height: | Size: 808 B After Width: | Height: | Size: 808 B |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 900 B After Width: | Height: | Size: 900 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
BIN
public/images/icons/camera.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 775 B |
BIN
public/images/icons/home_grey.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/images/icons/mail_grey.png
Normal file
|
After Width: | Height: | Size: 898 B |
BIN
public/images/icons/notifications_grey.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/images/icons/pencil.png
Normal file
|
After Width: | Height: | Size: 727 B |
BIN
public/images/icons/photo.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |