Skip to content

feat(Cripsum.com): add activity#10822

Open
cripsum wants to merge 4 commits into
PreMiD:mainfrom
cripsum:main
Open

feat(Cripsum.com): add activity#10822
cripsum wants to merge 4 commits into
PreMiD:mainfrom
cripsum:main

Conversation

@cripsum
Copy link
Copy Markdown

@cripsum cripsum commented May 26, 2026

Description

added new activity: cripsum.com, a website with games, memes and custom profiles

Acknowledgements

Screenshots

Proof showing the creation/modification is working as expected MedalTVScreenRecording20260527011807979 MedalTVScreenRecording20260527013657171 MedalTVScreenRecording20260527012101479 MedalTVScreenRecording20260527012237711

Comment thread websites/C/Cripsum.com/Cripsum.com.json Outdated
"description": "Shown while the lootbox animation is playing",
"message": "Testing their luck"
},
"cripsum.readingArticle": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very similar to general.readingArticle, general.reading or general.readingAbout

Comment thread websites/C/Cripsum.com/Cripsum.com.json Outdated
"description": "Shown when reading an article. ' is the article title.",
"message": "Reading: "
},
"cripsum.readArticle": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of general.buttonReadArticle

Comment thread websites/C/Cripsum.com/Cripsum.com.json Outdated
"description": "Label for the 'Read article' button",
"message": "Read article"
},
"cripsum.userProfile": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to general.viewAProfile

Comment thread websites/C/Cripsum.com/Cripsum.com.json Outdated
"description": "Shown when on a profile page but no username is found",
"message": "Stalking profiles"
},
"cripsum.visitProfile": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to general.buttonViewProfile

Comment thread websites/C/Cripsum.com/Cripsum.com.json Outdated
"description": "Label for the 'Visit Profile' button",
"message": "Visit Profile"
},
"cripsum.watchingEdit": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of general.watching

Comment thread websites/C/Cripsum.com/Cripsum.com.json Outdated
"description": "Fallback shown on any other download page",
"message": "Downloading stuff"
},
"cripsum.store": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of general.store

Comment thread websites/C/Cripsum.com/presence.ts Outdated
Comment on lines +119 to +124
const newLang = await presence.getSetting<string>('lang').catch(() => 'en')

if (oldLang !== newLang || !strings) {
oldLang = newLang
strings = await getStrings()
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oldLang workaround is not needed anymore. Just use const strings = await getStrings()

Comment thread websites/C/Cripsum.com/Cripsum.com.json
@cripsum cripsum requested a review from theusaf May 28, 2026 06:16
@theusaf theusaf requested a review from Bas950 June 4, 2026 17:11
Comment thread websites/C/Cripsum.com/Cripsum.com.json
Comment thread websites/C/Cripsum.com/Cripsum.com.json
Comment thread websites/C/Cripsum.com/Cripsum.com.json
Comment thread websites/C/Cripsum.com/Cripsum.com.json
@cripsum cripsum requested a review from Bas950 June 5, 2026 15:49
@Bas950 Bas950 requested a review from theusaf June 5, 2026 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants