diff --git a/app/controllers/stream_controller.rb b/app/controllers/stream_controller.rb index 3b650dc8..50f37875 100644 --- a/app/controllers/stream_controller.rb +++ b/app/controllers/stream_controller.rb @@ -1,4 +1,6 @@ class StreamController < ApplicationController + layout 'tailwind', only: [:index] + before_action :authenticate_user! before_action :set_stream_navbar_actions, only: [:index, :global] before_action :set_stream_navbar_color, only: [:index, :global] diff --git a/app/views/stream/index.html.erb b/app/views/stream/index.html.erb index ea0c70ce..37203ee4 100644 --- a/app/views/stream/index.html.erb +++ b/app/views/stream/index.html.erb @@ -1,3 +1,303 @@ +
+
+
+
+
+
+ something lhs +
+
+
+
+
+ +
+
+ + +
+ +
+
+
+
+
+
+ rhs +
+
+ +
+
+
+ +
+
+ +
+
+ share input form TODO +
+

Shares from people you follow

+
+
    +
  • +
    + +
    +
    + + + + <%= Creature.icon %> + +
    +
    +
    +
    + Andrew Brown + shared a Creature + · + 6h ago +
    +

    + message with share +

    +
    +
    + <%= link_to '#', class: '' do %> +
    +
    + <%= image_tag Character.last.random_image_including_private, class: 'w-full h-full rounded-l' %> +
    +
    +

    + <%= Creature.icon %> + Page name +

    + Details or description here +
    +
    + <% end %> +
    +
    +
    +
    +
  • + +
  • +
    + +
    +
    +
    +
    + + + + <%= User.icon %> + +
    +
    +
    +
    +
    + Dr. Evil + followed + Bob "Bob" Bobson + · + 2d ago +
    +
    +
    +
    +
  • + +
  • +
    + +
    +
    +
    +
    + + + + forum + +
    +
    +
    +
    +
    + + Dr. Evil + started a forum discussion + + · + 2d ago + +
    +
    +
    +
    +
  • + +
  • +
    +
    +
    + + + + <%= Document.icon %> + +
    +
    +
    + Jason Meyers + shared a Document + · + 5d ago +
    +
    + <%= link_to '#', class: '' do %> +
    +
    + <%= image_tag Character.last.random_image_including_private, class: 'w-full h-full rounded-l' %> +
    +
    +

    + <%= Document.icon %> + Document name +

    + Details or description here +
    +
    + <% end %> +
    +
    +
    +
    +
  • +
+
+
+ +
+
+
+ + + + + + +
<%= render partial: 'notice_dismissal/messages/12' %>