Conversation
- Introduce `AppConfig` to pass folder, preset, and template from CLI. - Load existing icons from `index.ts` and support live filtering. - Implement search mode with incremental filtering of the icon list. - Add a delete‑popup UI and logic to remove icons from disk and index. - Update `.gitignore`, main entry point, and UI rendering for the new features.
- centering of logo and tagline. - better postinstall of the npm cli. downloading the binary on demand if it doesnt exist. - better layout just vertical, easy.
- added rename. - added config parsing. svg_view_cmd specifically also works. - adding help and see status of configs with `?`
- Replaces the ambiguous empty-string preset with an explicit `"normal"` value - Treats legacy `preset: ""` as deprecated, warns user and upgrades to `"normal"` - Updates all documentation, JSON schema, config parsing and UI to use the new name - Adjusts CLI/TUI logic so `"normal"` requires an icon source (like the old `""` did) - Keeps `"emptysvg"` unchanged for blank placeholder generation
Owner
Author
Review
|
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.
Lots of updates (note the version will be 1.0.2), the screenshots are just in dev atm.