Skip to content

feat(apps): add Talk-Wave (from #54) - #56

Merged
perminder-klair merged 2 commits into
mainfrom
app/talk-wave
Aug 19, 2026
Merged

feat(apps): add Talk-Wave (from #54)#56
perminder-klair merged 2 commits into
mainfrom
app/talk-wave

Conversation

@perminder-klair

Copy link
Copy Markdown
Contributor

Adds Talk-Wave (integration) to the apps directory.

From #54. Closes #54.

The app/talk-wave branch and its apps/talk-wave.json were generated by the submission workflow, which then hit 403: GitHub Actions is not permitted to create or approve pull requests and could not open the PR — so this one is opened by hand. Enabling Settings → Actions → General → Workflow permissions → Allow GitHub Actions to create and approve pull requests fixes that for future submissions; every issue-to-PR workflow in this repo is blocked by it today, and the bot leaves no comment when it fails, so the submitter just sees silence.

A follow-up commit fixes two things the generator got wrong:

  • platforms had Progressive Web-App (PWA — truncated at 24 characters.
  • icon and screenshot were github.com/.../blob/... links, which serve an HTML page rather than the image.

Both root causes are fixed in #55. Merge #55 first — otherwise the catalog build on merge re-truncates the platform name in catalog.json.

{
  "name": "Talk-Wave",
  "url": "https://github.com/mrain1p/Talk-Wave",
  "type": "integration",
  "description": "A live phone with a direct line into your SUB/WAVE. Call, text, or leave voicemails delivered straight to the booth. Talk with your DJ or make music requests, off air or live on the broadcast. Features a built-in music player and PWA that installs like an app and embeds anywhere.",
  "author": "@mrain1p",
  "platforms": ["Windows", "Linux", "Progressive Web-App (PWA)"],
  "repo": "https://github.com/mrain1p/Talk-Wave",
  "icon": "https://raw.githubusercontent.com/mrain1p/Talk-Wave/main/web-widget/icon-192.png",
  "screenshot": "https://raw.githubusercontent.com/mrain1p/Talk-Wave/main/docs/call-desktop.png",
  "featured": false,
  "submitted": "2026-08-19"
}

github-actions Bot and others added 2 commits August 19, 2026 02:32
The submission workflow truncated "Progressive Web-App (PWA)" to 24
characters and passed the github.com /blob/ image links through
unchanged. Restore the platform name and point the icon and screenshot
at raw.githubusercontent.com so they render.
@perminder-klair
perminder-klair merged commit 1cbb630 into main Aug 19, 2026
1 check passed
@perminder-klair
perminder-klair deleted the app/talk-wave branch August 19, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add app: Talk-Wave

1 participant