Skip to content

feat(Trucky): add activity - #11150

Open
gruposeguro2026-dev wants to merge 13 commits into
PreMiD:mainfrom
gruposeguro2026-dev:main
Open

feat(Trucky): add activity#11150
gruposeguro2026-dev wants to merge 13 commits into
PreMiD:mainfrom
gruposeguro2026-dev:main

Conversation

@gruposeguro2026-dev

@gruposeguro2026-dev gruposeguro2026-dev commented Aug 31, 2026

Copy link
Copy Markdown

Description

Acknowledgements

Screenshots

Proof showing the creation/modification is working as expected
{31EC2F9E-E931-43E5-B92E-8FF18A300F88}

Signed-off-by: gruposeguro2026-dev <gruposeguro2026@gmail.com>
Updated Spanish comments and strings to English equivalents for better accessibility.

Signed-off-by: gruposeguro2026-dev <gruposeguro2026@gmail.com>
Signed-off-by: gruposeguro2026-dev <gruposeguro2026@gmail.com>
@dimerp

dimerp Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

🖼️ Activity asset preview

Behold, the gallery! Admission is free, but I do accept tips in the form of approvals.

Trucky (websites/T/Trucky) — creation

Preview Source URL
logo https://screen-mp.com/uploads/images/f138ec30-1dcc-4ac1-a320-56343d8ead64.png
thumbnail https://screen-mp.com/uploads/images/6d3d76c8-aa58-4ae6-a30c-752395dee796.jpg

Beep boop — I refresh this comment on every push, so no need to scroll. 🤖

Comment thread websites/T/Trucky/metadata.json Fixed
Comment thread websites/T/Trucky/metadata.json Fixed
Comment thread websites/T/Trucky/metadata.json Fixed
Comment thread websites/T/Trucky/presence.ts Fixed
Comment thread websites/T/Trucky/presence.ts Fixed
Comment thread websites/T/Trucky/presence.ts Fixed
Signed-off-by: gruposeguro2026-dev <gruposeguro2026@gmail.com>
Signed-off-by: gruposeguro2026-dev <gruposeguro2026@gmail.com>
Signed-off-by: gruposeguro2026-dev <gruposeguro2026@gmail.com>
Fix missing newline at end of file in presence.ts

Signed-off-by: gruposeguro2026-dev <gruposeguro2026@gmail.com>
Removed unused URLs and tags from metadata.

Signed-off-by: gruposeguro2026-dev <gruposeguro2026@gmail.com>
…tch-6

Clean up metadata.json by removing URLs and tags

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Delete this file

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

ditto

@@ -0,0 +1,58 @@
{
"$schema": "https://schemas.premid.app/metadata/1.16",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
"$schema": "https://schemas.premid.app/metadata/1.16",
"$schema": "https://schemas.premid.app/metadata/1.17",

}

// Strategy 2: Find the element containing "Level " text
const allElements = Array.from(document.querySelectorAll('*'))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Isn't there a more precise way than selecting the entire DOM?
It seems a bit messy and not very optimized.

if (buttons) {
presenceData.buttons = [
{ label: 'View on TruckyMods', url: href },
{ label: 'Get Trucky', url: 'https://truckyapp.com/' },

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
{ label: 'Get Trucky', url: 'https://truckyapp.com/' },

Buttons for the home page are not allowed

if (buttons) {
presenceData.buttons = [
{ label: 'View on VTC Hub', url: href },
{ label: 'Get Trucky', url: 'https://truckyapp.com/' },

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
{ label: 'Get Trucky', url: 'https://truckyapp.com/' },

ditto

if (buttons) {
presenceData.buttons = [
{ label: 'Open Live Map', url: 'https://map.truckyapp.com/' },
{ label: 'Get Trucky', url: 'https://truckyapp.com/' },

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
{ label: 'Get Trucky', url: 'https://truckyapp.com/' },

ditto

if (buttons) {
presenceData.buttons = [
{ label: 'Visit Page', url: href },
{ label: 'Get Trucky', url: 'https://truckyapp.com/' },

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
{ label: 'Get Trucky', url: 'https://truckyapp.com/' },

ditto

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Delete this file

@skullysmods skullysmods changed the title feat(Trucky): add presence Trucky App feat(Trucky): add activity Sep 4, 2026
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