ephraimduncan
5a0f438ee6
Merge branch 'main' into feat/prefetch-intent-navigation-links
...
# Conflicts:
# apps/remix/app/components/general/app-header.tsx
# apps/remix/app/components/general/app-nav-desktop.tsx
# apps/remix/app/components/general/app-nav-mobile.tsx
# apps/remix/app/components/general/folder/folder-card.tsx
# apps/remix/app/components/general/folder/folder-grid.tsx
# apps/remix/app/components/general/menu-switcher.tsx
# apps/remix/app/components/general/org-menu-switcher.tsx
# apps/remix/app/components/general/settings-nav-mobile.tsx
# apps/remix/app/components/tables/admin-claims-table.tsx
# apps/remix/app/components/tables/admin-dashboard-users-table.tsx
# apps/remix/app/components/tables/admin-organisations-table.tsx
# apps/remix/app/components/tables/documents-table-action-button.tsx
# apps/remix/app/components/tables/organisation-email-domains-table.tsx
# apps/remix/app/components/tables/templates-table-action-dropdown.tsx
# apps/remix/app/components/tables/user-billing-organisations-table.tsx
# apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
# apps/remix/app/routes/_authenticated+/admin+/email-domains._index.tsx
# apps/remix/app/routes/_authenticated+/admin+/organisations.$id.tsx
# apps/remix/app/routes/_authenticated+/dashboard.tsx
# apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
# apps/remix/app/routes/_authenticated+/t.$teamUrl+/templates.$id._index.tsx
# packages/email/template-components/template-document-reminder.tsx
# packages/ui/primitives/tooltip.tsx
2026-05-08 11:17:51 +00:00
David Nguyen
8671f269e8
fix: lint project ( #2693 )
2026-05-08 16:04:22 +10:00
ephraimduncan
862b2a78ea
Merge branch 'main' into feat/prefetch-intent-navigation-links
2026-04-20 00:20:51 +00:00
Catalin Pit
455fef70bd
fix: folder view all page nested navigation and search filtering ( #2450 )
...
Add parentId query param support to documents/templates folder index
pages so View All correctly shows subfolders. Fix search not filtering
unpinned folders on documents page and broken mt- Tailwind class on
templates page.
2026-03-17 12:02:32 +02:00
ephraimduncan
807ad95354
perf: add prefetch="intent" to navigation Link components
...
Enables React Router's intent-based prefetching on Link components
across the app, preloading route data and modules on hover/focus
for faster perceived navigation.
2026-03-16 10:02:32 +00:00
David Nguyen
0cebdec637
fix: remove legacy envelope uploads ( #2303 )
2025-12-11 14:09:38 +11:00
David Nguyen
3d0e3c6e8e
fix: update dropzone to create envelopes ( #2168 )
2025-11-11 20:49:42 +11:00
David Nguyen
2aea3c4de0
fix: rename envelope buttons ( #2161 )
2025-11-10 22:21:34 +11:00
David Nguyen
9908580bf1
fix: add envelopes flag ( #2104 )
...
## Description
Add a global flag override for envelopes
2025-10-28 11:42:03 +11:00
David Nguyen
03eb6af69a
feat: polish envelopes ( #2090 )
...
## Description
The rest of the owl
2025-10-24 16:22:06 +11:00
Catalin Pit
c3dc76b1b4
feat: add API support for folders ( #1967 )
2025-10-21 18:22:19 +11:00
David Nguyen
7f09ba72f4
feat: add envelopes ( #2025 )
...
This PR is handles the changes required to support envelopes. The new
envelope editor/signing page will be hidden during release.
The core changes here is to migrate the documents and templates model to
a centralized envelopes model.
Even though Documents and Templates are removed, from the user
perspective they will still exist as we remap envelopes to documents and
templates.
2025-10-14 21:56:36 +11:00
Lucas Smith
3c646d9475
feat: remove email requirement for recipients ( #2040 )
2025-09-23 17:13:52 +10:00
David Nguyen
32a5d33a16
fix: invalid folder queries ( #1898 )
...
Currently the majority of folder mutations only work if the user is the
owner of the folder.
2025-07-16 14:37:55 +10:00
Catalin Pit
1be0e2842c
fix: refactor folders UI/UX ( #1770 )
...
- Add folder search
- Used correct HTML elements
- Added missing translations
- Removed automatic folder redirects
- Removed duplicate code
- Added folder loading skeletons and empty states
2025-06-19 14:57:32 +10:00
Catalin Pit
17370749b4
feat: add folders ( #1711 )
2025-05-02 02:46:59 +10:00