mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[PR #200] [CLOSED] Update with upstream #216
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#216
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/arikchakma/maily.to/pull/200
Author: @thomasaelbrecht
Created: 6/5/2025
Status: ❌ Closed
Base:
main← Head:update/upstream📝 Commits (10+)
ab49bf5fix: add correct redirect URI for auth with OTP0ed74c2feat: remove google sign in button5c04710feat: remove Google Analytics tracking configuration9b7a5c2Merge remote-tracking branch 'upstream/main' into update-upstream1ef02b5Merge pull request #1 from Databoy9000/update-upstream4381db6fix: fix OTP sign ind8ccc34chore: remove Google loginf9e0877feat: add first attempt for a render api call63d6562chore: also render plain text email19d08f1chore: add Dependabot configuration📊 Changes
51 files changed (+8899 additions, -3409 deletions)
View changed files
➕
.github/ISSUE_TEMPLATE/feature.md(+25 -0)➕
.github/ISSUE_TEMPLATE/fix.md(+46 -0)➕
.github/ISSUE_TEMPLATE/task.md(+28 -0)➕
.github/dependabot.yml(+56 -0)➕
.github/workflows/main.yml(+37 -0)📝
.prettierrc.cjs(+1 -1)📝
apps/web/.env.example(+2 -2)📝
apps/web/app/components/auth/email-login.tsx(+29 -32)➖
apps/web/app/components/auth/github-login.tsx(+0 -28)➖
apps/web/app/components/auth/google-login.tsx(+0 -28)📝
apps/web/app/components/copy-email-html.tsx(+2 -2)📝
apps/web/app/components/icons.tsx(+1 -45)📝
apps/web/app/components/ui/button.tsx(+0 -1)➕
apps/web/app/lib/api-key-auth.ts(+3 -0)📝
apps/web/app/lib/http.ts(+28 -32)📝
apps/web/app/lib/merge-meta.ts(+1 -7)📝
apps/web/app/lib/metadata.ts(+1 -1)📝
apps/web/app/lib/supabase/server.ts(+5 -1)📝
apps/web/app/routes/_index.tsx(+3 -212)➕
apps/web/app/routes/api.v1._index.tsx(+8 -0)...and 31 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.