Skip to content

Conversation

@codebyray
Copy link
Owner

Summary

Deferred uploads for new models + optional listAll grouped view. Tailwind/Bootstrap dark-mode guidance added.

What’s changed

  • Queue uploads before save; attach on media:attach → emit media-attached.
  • nextOrder() handles pending queue vs DB for existing targets.
  • New prop: listAll / :list-all="true" → renders all collections, grouped and still editable.
  • Tailwind + Bootstrap examples: dark/light notes.

Backwards compatibility

  • No breaking changes; defaults unchanged unless listAll or deferred flow is used.

Screenshots

screenshot

Checks

  • Queue files → save → auto-attach
  • Name conflict strategies
  • Duplicate detection
  • Grouped view edit/save
  • Docs/CHANGELOG updated (no tag bump yet)

- Allow mounting with model (no id) and queue files during create flow
- Attach queued files after save via `media:attach` event; emit `media-attached`
- `uploadFiles()` queues & flashes when no target; `nextOrder()` derives from queue
- Add `listAll` prop to show **all collections** grouped by collection name, still editable
- Docs: add Tailwind dark-mode snippet, usage examples, events & props updates
- Changelog/README: note new features and behavior; no breaking changes
@codebyray codebyray merged commit f68b1d0 into main Sep 2, 2025
@codebyray codebyray deleted the add_ability_to_use_on_create branch September 2, 2025 03:47
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.

2 participants