Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9 from arj03/collab
Browse files Browse the repository at this point in the history
Add collaboration feature
  • Loading branch information
arj03 authored Apr 8, 2020
2 parents 7aef563 + fb6969e commit e3d6eaf
Show file tree
Hide file tree
Showing 9 changed files with 1,322 additions and 117 deletions.
4 changes: 2 additions & 2 deletions browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/public.css">
<link rel="stylesheet" type="text/css" href="css/private.css">
<link rel="stylesheet" type="text/css" href="css/chat.css">
<link rel="stylesheet" type="text/css" href="css/prose.css">
<link rel="stylesheet" type="text/css" href="css/profile.css">
<link rel="stylesheet" type="text/css" href="css/invites.css">
<link rel="stylesheet" type="text/css" href="css/settings.css">
Expand All @@ -22,7 +22,7 @@ <h1>SSB browser demo</h1>
<router-link to="/public">Public</router-link><new-public-messages></new-public-messages> |
<router-link to="/private">Private</router-link><new-private-messages></new-private-messages> |
<router-link to="/notifications">Notifications</router-link> |
<router-link to="/chat">Chat</router-link> |
<router-link to="/collab">Collab</router-link> |
<router-link :to="{ name: 'profile', params: { feedId: SSB.net.id }}">Profile</router-link> |
<router-link to="/invites">Invites</router-link> |
<router-link to="/settings">Settings</router-link><connected></connected>
Expand Down
25 changes: 0 additions & 25 deletions css/chat.css

This file was deleted.

Loading

0 comments on commit e3d6eaf

Please sign in to comment.