Skip to content
Snippets Groups Projects

[Sprint/HipsterHedgehog] client metadata and code refactor

1 unresolved thread
10 files
+ 65
153
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -17,6 +17,7 @@ exports[`Activity component renders correctly 1`] = `
<Pinned
entity={
ActivityModel {
"__list": null,
"attachment_guid": false,
"blurb": false,
"comments:count": undefined,
@@ -32,6 +33,7 @@ exports[`Activity component renders correctly 1`] = `
"mature_visibility": false,
"message": "Message",
"ownerObj": UserModel {
"__list": null,
"getAvatarSource": [Function],
"guid": "824853017709780997",
"subtype": false,
@@ -71,6 +73,7 @@ exports[`Activity component renders correctly 1`] = `
<OwnerBlock
entity={
ActivityModel {
"__list": null,
"attachment_guid": false,
"blurb": false,
"comments:count": undefined,
@@ -86,6 +89,7 @@ exports[`Activity component renders correctly 1`] = `
"mature_visibility": false,
"message": "Message",
"ownerObj": UserModel {
"__list": null,
"getAvatarSource": [Function],
"guid": "824853017709780997",
"subtype": false,
@@ -141,6 +145,7 @@ exports[`Activity component renders correctly 1`] = `
<ActivityActionSheet
entity={
ActivityModel {
"__list": null,
"attachment_guid": false,
"blurb": false,
"comments:count": undefined,
@@ -156,6 +161,7 @@ exports[`Activity component renders correctly 1`] = `
"mature_visibility": false,
"message": "Message",
"ownerObj": UserModel {
"__list": null,
"getAvatarSource": [Function],
"guid": "824853017709780997",
"subtype": false,
@@ -240,6 +246,7 @@ exports[`Activity component renders correctly 1`] = `
<ExplicitText
entity={
ActivityModel {
"__list": null,
"attachment_guid": false,
"blurb": false,
"comments:count": undefined,
@@ -255,6 +262,7 @@ exports[`Activity component renders correctly 1`] = `
"mature_visibility": false,
"message": "Message",
"ownerObj": UserModel {
"__list": null,
"getAvatarSource": [Function],
"guid": "824853017709780997",
"subtype": false,
@@ -305,6 +313,7 @@ exports[`Activity component renders correctly 1`] = `
<Translate
entity={
ActivityModel {
"__list": null,
"attachment_guid": false,
"blurb": false,
"comments:count": undefined,
@@ -320,6 +329,7 @@ exports[`Activity component renders correctly 1`] = `
"mature_visibility": false,
"message": "Message",
"ownerObj": UserModel {
"__list": null,
"getAvatarSource": [Function],
"guid": "824853017709780997",
"subtype": false,
@@ -365,6 +375,7 @@ exports[`Activity component renders correctly 1`] = `
<MediaView
entity={
ActivityModel {
"__list": null,
"attachment_guid": false,
"blurb": false,
"comments:count": undefined,
@@ -380,6 +391,7 @@ exports[`Activity component renders correctly 1`] = `
"mature_visibility": false,
"message": "Message",
"ownerObj": UserModel {
"__list": null,
"getAvatarSource": [Function],
"guid": "824853017709780997",
"subtype": false,
@@ -428,6 +440,7 @@ exports[`Activity component renders correctly 1`] = `
<Actions
entity={
ActivityModel {
"__list": null,
"attachment_guid": false,
"blurb": false,
"comments:count": undefined,
@@ -443,6 +456,7 @@ exports[`Activity component renders correctly 1`] = `
"mature_visibility": false,
"message": "Message",
"ownerObj": UserModel {
"__list": null,
"getAvatarSource": [Function],
"guid": "824853017709780997",
"subtype": false,
@@ -488,6 +502,7 @@ exports[`Activity component renders correctly 1`] = `
<ActivityMetrics
entity={
ActivityModel {
"__list": null,
"attachment_guid": false,
"blurb": false,
"comments:count": undefined,
@@ -503,6 +518,7 @@ exports[`Activity component renders correctly 1`] = `
"mature_visibility": false,
"message": "Message",
"ownerObj": UserModel {
"__list": null,
"getAvatarSource": [Function],
"guid": "824853017709780997",
"subtype": false,
Loading