mirror of
https://github.com/run-llama/crossposter.git
synced 2026-07-13 21:22:04 -04:00
[PR #3] [MERGED] Allow text-only posting #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/crossposter/pull/3
Author: @seldo
Created: 3/12/2025
Status: ✅ Merged
Merged: 3/12/2025
Merged by: @seldo
Base:
main← Head:ljv/allows-text-post📝 Commits (3)
d18f34cAdds fixes to auth and post routes to allow for posting without media4de629aRemove requirement in UI for file upload9306571Update instructions to indicate image upload is optional📊 Changes
9 files changed (+200 additions, -100 deletions)
View changed files
📝
README.md(+0 -1)📝
frontend/.gitignore(+2 -0)📝
frontend/next.config.ts(+1 -0)📝
frontend/package-lock.json(+89 -68)📝
frontend/package.json(+3 -2)📝
frontend/src/app/api/auth/[...nextauth]/route.ts(+1 -1)📝
frontend/src/app/api/post/route.ts(+29 -17)📝
frontend/src/app/page.tsx(+2 -11)📝
frontend/src/util/linkedinPostShare.ts(+73 -0)📄 Description
Many thanks to @catcarbonell for the heavy lifting here!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.