[PR #212] [CLOSED] Dropzone Animation Transition #797

Closed
opened 2026-02-26 18:48:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/212
Author: @ephraimduncan
Created: 6/21/2023
Status: Closed

Base: mainHead: feat/add-document-animation


📝 Commits (10+)

  • 803ebcc wip: refresh design
  • b0e364a wip: create document workflow
  • 877a579 adding dark mode to feat/refresh
  • 64d1d6d resolving eslint build errors
  • 07d13c7 fix: signature pad in dark mode
  • dd83d46 fix: dark mode on signup and signin pages
  • 05238f0 feat: dark mode & theme switching
  • e0e2f3e improved loading state for /document/id
  • 7667452 Merge pull request #208 from doug-andrade/refesh/document-loading
  • 3aea62e fix: styling and semantic updates

📊 Changes

453 files changed (+21628 additions, -26779 deletions)

View changed files

📝 .dockerignore (+15 -17)
.editorconfig (+9 -0)
📝 .env.example (+13 -48)
.eslintrc.cjs (+13 -0)
📝 .gitignore (+14 -19)
.npmrc (+1 -0)
📝 .vscode/settings.json (+6 -21)
📝 README.md (+1 -1)
apps/marketing/README.md (+1 -0)
apps/marketing/next-env.d.ts (+6 -0)
apps/marketing/next.config.js (+15 -0)
apps/marketing/package.json (+37 -0)
apps/marketing/postcss.config.js (+6 -0)
apps/marketing/process-env.d.ts (+13 -0)
apps/marketing/public/android-chrome-192x192.png (+0 -0)
apps/marketing/public/android-chrome-512x512.png (+0 -0)
apps/marketing/public/apple-touch-icon.png (+0 -0)
apps/marketing/public/documenso-supporter-pledge.pdf (+0 -0)
apps/marketing/public/favicon-16x16.png (+0 -0)
apps/marketing/public/favicon-32x32.png (+0 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/212 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 6/21/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/add-document-animation` --- ### 📝 Commits (10+) - [`803ebcc`](https://github.com/documenso/documenso/commit/803ebccee39e6de8c1e0443b8429e76d0c0f6ed7) wip: refresh design - [`b0e364a`](https://github.com/documenso/documenso/commit/b0e364acf462ed9702f9d049c356c1bb0b51cdca) wip: create document workflow - [`877a579`](https://github.com/documenso/documenso/commit/877a579533dbfffa7130369463d3d071d5ec752c) adding dark mode to feat/refresh - [`64d1d6d`](https://github.com/documenso/documenso/commit/64d1d6df373a91cda8cde2b949095aea005edeb1) resolving eslint build errors - [`07d13c7`](https://github.com/documenso/documenso/commit/07d13c74f5cda8da7091705a83e1dbeeb8a8828a) fix: signature pad in dark mode - [`dd83d46`](https://github.com/documenso/documenso/commit/dd83d4607c417588ceb7903fef12134409fddd3e) fix: dark mode on signup and signin pages - [`05238f0`](https://github.com/documenso/documenso/commit/05238f096b35a0dcb29e6b87786860ae2ad5858e) feat: dark mode & theme switching - [`e0e2f3e`](https://github.com/documenso/documenso/commit/e0e2f3e4400232b6a3284cfeab7e29009ef8078e) improved loading state for /document/id - [`7667452`](https://github.com/documenso/documenso/commit/76674523c5d902b2d2409cf708c86bf94d9a54b3) Merge pull request #208 from doug-andrade/refesh/document-loading - [`3aea62e`](https://github.com/documenso/documenso/commit/3aea62e8980803cc1d4c60a3a1abcbff31c9a627) fix: styling and semantic updates ### 📊 Changes **453 files changed** (+21628 additions, -26779 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+15 -17) ➕ `.editorconfig` (+9 -0) 📝 `.env.example` (+13 -48) ➕ `.eslintrc.cjs` (+13 -0) 📝 `.gitignore` (+14 -19) ➕ `.npmrc` (+1 -0) 📝 `.vscode/settings.json` (+6 -21) 📝 `README.md` (+1 -1) ➕ `apps/marketing/README.md` (+1 -0) ➕ `apps/marketing/next-env.d.ts` (+6 -0) ➕ `apps/marketing/next.config.js` (+15 -0) ➕ `apps/marketing/package.json` (+37 -0) ➕ `apps/marketing/postcss.config.js` (+6 -0) ➕ `apps/marketing/process-env.d.ts` (+13 -0) ➕ `apps/marketing/public/android-chrome-192x192.png` (+0 -0) ➕ `apps/marketing/public/android-chrome-512x512.png` (+0 -0) ➕ `apps/marketing/public/apple-touch-icon.png` (+0 -0) ➕ `apps/marketing/public/documenso-supporter-pledge.pdf` (+0 -0) ➕ `apps/marketing/public/favicon-16x16.png` (+0 -0) ➕ `apps/marketing/public/favicon-32x32.png` (+0 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 18:48:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#797
No description provided.