Commit Graph

7 Commits

Author SHA1 Message Date
ff0787f75e
refactor(components): change story overview card
make it show actions at the bottom depending on a prop `showActions`
2023-12-31 01:51:51 -05:00
83c1379ba6
fix(components): add null check to singleStory.vue
if author is null for some reason, show a static "..." instead of breaking everything
2023-12-30 15:51:33 -05:00
c8e84c909e
style(*): cleanup unused imports 2023-12-29 20:11:07 -05:00
b65c725a36
refactor(components): display co-author in story listing 2023-12-29 18:06:14 -05:00
43f16b026d
refactor(components): add lock icon
adds a lock icon beside restricted stories in listings if not logged in
2023-12-06 21:50:41 -05:00
6f770a1cb8
style(components): fix formatting on story listing components 2023-10-10 22:07:57 -04:00
8ec7a09193
feat(components): create reusable components to be used for listing stories
this includes - individual story information - the list itself (duh) - a component for displaying key-value pairs delimited by `: `
2023-09-26 22:30:30 -04:00