This update resolves a bug where the post modal would immediately close upon opening if a search query was active, caused by the useSyncParamToUrl hook inadvertently triggering a navigation when the URL changed. We've updated the hook to anchor to the mounting path, ensuring it ignores navigation events on the modal route. Additionally, the modal width has been increased to max-w-3xl to provide a better reading experience on larger screens. Fixing bugs

Fixed premature modal closure when using search filters and increased dialog width - nom-social/nom