This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/tests/fixtures/drafts.js
Penar Musaraj 217274f2c1
A11Y: multiple fixes to user stream items (#18368)
- in group activity, allows avatars to be selectable by tabbing or screen readers
- in user activity > drafts, fixes a bug where for draft replies, the wrong avatar was being shown in the user card
- in both group and user activity, fixes the order of focusable items
2022-09-27 10:59:26 -04:00

74 lines
3.0 KiB
JavaScript

export default {
"/drafts.json": {
drafts: [
{
excerpt: "A fun new topic for testing drafts. ",
truncated: true,
created_at: "2018-07-22T22:20:14.608Z",
draft_key: "new_topic",
sequence: 26,
draft_username: "eviltrout",
avatar_template: "/user_avatar/localhost/eviltrout/{size}/2_1.png",
data: '{"reply":"A fun new topic for testing drafts. \\n","action":"createTopic","title":"This here is a new topic, friend","categoryId":3,"archetypeId":"regular","metaData":null,"composerTime":24532,"typingTime":2500}',
topic_id: null,
username: "eviltrout",
name: null,
user_id: 1,
title: null,
category_id: 3,
archetype: null,
},
{
excerpt:
"The last reply to this topic was 6 months ago. Your reply will bump the topic to the top of its list",
truncated: true,
created_at: "2018-07-20T19:04:32.023Z",
draft_key: "topic_280",
sequence: 0,
draft_username: "eviltrout",
avatar_template: "/user_avatar/localhost/eviltrout/{size}/2_1.png",
data: '{"reply":"The last reply to this topic was 6 months ago. Your reply will bump the topic to the top of its list.","action":"reply","categoryId":8,"archetypeId":"regular","metaData":null,"composerTime":139499,"typingTime":6100}',
topic_id: 280,
username: "zogstrip",
name: "zogstrip",
user_id: 6,
title: "Django hangs if I write gibberish",
slug: "django-hangs-if-i-write-gibberish",
category_id: 8,
archetype: "regular",
},
{
excerpt: "here goes a reply to a PM.",
created_at: "2018-07-20T16:58:47.433Z",
draft_key: "topic_93",
sequence: 0,
draft_username: "eviltrout",
avatar_template: "/user_avatar/localhost/eviltrout/{size}/2_1.png",
data: '{"reply":"here goes a reply to a PM :slight_smile:","action":"reply","categoryId":3,"postId":212,"archetypeId":"regular","whisper":false,"metaData":null,"composerTime":455711,"typingTime":5400}',
topic_id: 93,
username: "eviltrout",
name: null,
user_id: 1,
title: "Hello dear friend, good to see you again",
slug: "hello-dear-friend-good-to-see-you-again",
archetype: "private_message",
},
],
},
"/drafts/topic_280.json": {
draft:
'{"reply":"This is a draft of the first post","action":"reply","categoryId":1,"archetypeId":"regular","metaData":null,"composerTime":2863,"typingTime":200}',
draft_sequence: 42,
},
"/drafts/topic_281.json": {
draft:
'{"reply":"dum de dum da ba.","action":"createTopic","title":"dum da ba dum dum","categoryId":null,"archetypeId":"regular","metaData":null,"composerTime":540879,"typingTime":3400}',
draft_sequence: 0,
},
"/drafts/topic_9.json": {
draft:
'{"reply":"This is a draft of the first post","action":"reply","categoryId":1,"archetypeId":"regular","metaData":null,"composerTime":2863,"typingTime":200}',
draft_sequence: 42,
},
};