discourse/app/assets/javascripts/discourse/tests/fixtures/dashboard-new-features.js
TheJammiestDodger d49fa9007d
FIX: Amend release_notes_link in /tests/fixtures/dashboard-new-features.js (#19124)
Update `release_notes_link` to the current version.

<!-- NOTE: All pull requests should have tests (rspec in Ruby, qunit in
JavaScript). If your code does not include test coverage, please include
an explanation of why it was omitted. -->
2022-11-21 16:20:51 +00:00

33 lines
1003 B
JavaScript

export default {
"/admin/dashboard/new-features.json": {
new_features: [
{
id: 1,
user_id: 127,
emoji: "😎",
title: "New color palettes",
description:
"New light and dark color palettes that adhere to Web Content Accessibility Guidelines. ",
tier: [],
link: "https://meta.discourse.org",
created_at: "2021-01-18T19:59:29.666Z",
updated_at: "2021-01-19T19:33:16.150Z",
},
{
id: 7,
user_id: 127,
emoji: "👱‍♀️",
title: "Suspend users quickly",
description:
"Staff can now suspend or silence a user immediately, without needing to visit the review queue or admin page. ",
tier: [],
link: "",
created_at: "2021-01-19T19:20:09.757Z",
updated_at: "2021-01-19T19:20:09.757Z",
},
],
release_notes_link:
"https://meta.discourse.org/c/announcements/67?tags=release-notes\u0026before=0",
},
};