Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add download icon for downloaded documents #358

Merged
merged 4 commits into from
Mar 22, 2024
Merged

feat: add download icon for downloaded documents #358

merged 4 commits into from
Mar 22, 2024

Conversation

mfts
Copy link
Owner

@mfts mfts commented Mar 22, 2024

No description provided.

Copy link

vercel bot commented Mar 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
papermark ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 22, 2024 0:52am

Copy link

what-the-diff bot commented Mar 22, 2024

PR Summary

  • Updated structure in Sidebar.tsx
    The structure of the SideBar component has been modified for better efficiency. Now, it wraps button and SidebarFolder elements in a single 'div' tag. This allows for better management of these elements.

  • Enhanced Badge Display in Visitors-table.tsx
    The visitors-table has been updated to include a new badge from the lucide-react package, which further improves the display. We've added an additional check to ensure the badge is displayed only when view.downloadedAt condition is satisfied.

  • Avoided stale state issues in team-context.tsx
    The 'setCurrentTeam' has been enhanced to use the 'setCurrentTeamState', thanks to useCallback, to get rid of stale state issues. This improvement facilitates more efficient state management.

  • Added health check functionality
    A new 'health.ts' file has been added to the 'pages/api' directory. This file is designed to manage health check requests, bringing in added functionality to monitor the overall application's health.

@mfts mfts merged commit 1c96446 into main Mar 22, 2024
2 checks passed
@mfts mfts deleted the feat/downloads branch May 13, 2024 12:26
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.

1 participant