fix: handle absolute paths correctly in drag & drop file attachments (#1330)#1352
Closed
tleo19 wants to merge 1 commit into
Closed
fix: handle absolute paths correctly in drag & drop file attachments (#1330)#1352tleo19 wants to merge 1 commit into
tleo19 wants to merge 1 commit into
Conversation
Member
|
i believe this is resolved with #1335 |
Author
nice, i will close this then. |
bussard76
pushed a commit
to bussard76/openwork
that referenced
this pull request
May 12, 2026
…yco#1352) * feat(docs): add changelog page generated from release tracker Add a script (scripts/generate-changelog.mjs) that parses changelog/release-tracker.md and generates a minimalistic changelog.mdx for the Mintlify docs. Each entry shows the date, a tag (New/Improved/Adjusted/Misc), and either a one-liner (minor) or bullet points (major). Version headings link to GitHub compare URLs derived from consecutive versions. * fix(docs): use Mintlify Update components and href tab for changelog Switch changelog.mdx to use Mintlify's built-in <Update> component with label, description, and tags props. Fix the tab config to use href instead of pages. * fix(docs): move changelog from tab to sidebar group Place changelog as a grouped section in the sidebar navigation instead of a separate tab that was causing redirect issues. * fix(docs): plain version in description, link in body The description prop renders as plain text in Mintlify, so markdown links showed raw. Move version to plain description and put the compare link as a "View changes" link inside the Update body. * fix(docs): version as heading, multiple tags, Mintlify conventions Use version as ## heading inside each Update body, support multiple tags (New releases, Improvements, Deprecations), indent content 2 spaces per Mintlify convention, remove description prop. * fix(docs): update changelog tags with emojis and new names Tags are now: 🚀 New Features, 🐛 Bug Fixes, 🏗️ Refactoring * feat(docs): group changelog entries by date Merge same-day releases into a single Update block. Tags are unioned across versions, Misc is dropped when real tags exist. Each version remains as an ## heading within the grouped day.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/cwd/path/Users/username/Desktop/file.txtChanges
session/index.tsto detect if the pathname is already absoluteTest plan
Fixes #1330