fix(Anikura): update settings caching issues, DOM change, & metadata - #11173
Open
AkinaRulezx wants to merge 8 commits into
Open
fix(Anikura): update settings caching issues, DOM change, & metadata#11173AkinaRulezx wants to merge 8 commits into
AkinaRulezx wants to merge 8 commits into
Conversation
added newline at end of file
resolved a issue with multilanguage support that broke presence due to no string or "en" value as default
implimented proper caching
- change buttons to only show social profile, anime info, including watch episode - change 1.16 to 1.17 - added support for new /social page and remove old logic for /profile as it was moved to the new /social page
- fix settings previously caching so they never updated on user interaction - fix anime watch title broke due to DOM changes - add new website description to metadata - v1.0.1 patch
Contributor
🖼️ Activity asset previewI fetched these assets so you don't have to. My hobbies include embedding images and silently judging diffs. Anikura (
|
| Preview | Source | URL |
|---|---|---|
![]() |
logo | https://cdn.rcd.gg/PreMiD/websites/A/Anikura/assets/logo.png |
| thumbnail | https://cdn.rcd.gg/PreMiD/websites/A/Anikura/assets/thumbnail.png |
Beep boop — I refresh this comment on every push, so no need to scroll. 🤖
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e9c70cc098
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
- Recreate localized strings when multiLanguage locale changes - Read dynamic chapter and title DOM metadata on every tick - Delete active playback timestamps when video is paused
Signed-off-by: AkinaRulezx <201164556+AkinaRulezx@users.noreply.github.com>
skullysmods
requested changes
Sep 13, 2026
Comment on lines
+204
to
+207
| if (useMultiLanguage !== currentLanguage || !stringsPromise) { | ||
| currentLanguage = useMultiLanguage | ||
| stringsPromise = fetchStrings() | ||
| } |
Member
There was a problem hiding this comment.
That was the old workaround.
Call await presence.getStrings() directly.
https://docs.premid.app/v1/guide/localization.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Acknowledgements
npm run lintScreenshots
Proof showing the modification is working as expected