Skip to content

Conversation

@claudiodaud
Copy link

Adding FluxUI Sublime Text package for Laravel Livewire development

Adding FluxUI package for Sublime Text

Package provides:

  • 94+ FluxUI components with autocomplete
  • Blade template support
  • Laravel Livewire integration
  • Professional snippets for rapid development

Repository: https://github.com/tu-usuario/fluxui-sublime-package
License: MIT

Adding FluxUI Sublime Text package for Laravel Livewire development
Comment on lines +1355 to +1368
"FluxUI": {
"description": "Complete FluxUI component library for Sublime Text with intelligent autocomplete and snippets for Laravel Livewire development",
"author": "Claudio Daud",
"homepage": "https://github.com/claudiodaud/fluxui-sublime-package",
"last_modified": "2025-01-08 12:00:00",
"platforms": {
"*": [
{
"version": "1.0.0",
"url": "https://github.com/claudiodaud/fluxui-sublime-package/archive/refs/tags/v1.0.0.zip"
}
]
}
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you mixed a few things up.

Please just put this description on your GitHub repo, that way you can update it whenever you feel like it.

Your entry should not have a key, but it should have a name.

Your package only provides completions, so many of the labels in the package meta data are not needed. That file needs to be removed from your repo, your metadata is in your entry here.

This is roughly what you're looking for:

Suggested change
"FluxUI": {
"description": "Complete FluxUI component library for Sublime Text with intelligent autocomplete and snippets for Laravel Livewire development",
"author": "Claudio Daud",
"homepage": "https://github.com/claudiodaud/fluxui-sublime-package",
"last_modified": "2025-01-08 12:00:00",
"platforms": {
"*": [
{
"version": "1.0.0",
"url": "https://github.com/claudiodaud/fluxui-sublime-package/archive/refs/tags/v1.0.0.zip"
}
]
}
},
{
"name": ""FluxUI",
"author": "Claudio Daud",
"details": "https://github.com/claudiodaud/fluxui-sublime-package",
"labels": "labels": ["completions", "laravel"],
"releases": [
{
"sublime_text": "*",
"url": "https://github.com/claudiodaud/fluxui-sublime-package/archive/refs/tags/v1.0.0.zip"
}
]
},

@braver braver added the feedback provided The changes and package have been seen by a reviewer label Sep 17, 2025
@braver
Copy link
Collaborator

braver commented Oct 15, 2025

Please respond to the feedback to continue the review.

@braver braver added the stale The author has not responded for at least 2 weeks label Oct 15, 2025
@braver braver closed this Nov 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feedback provided The changes and package have been seen by a reviewer stale The author has not responded for at least 2 weeks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants