linutil
linutil copied to clipboard
Add Linutil Logo via `state.rs`.
Type of Change
- [x] New feature
- [ ] Bug fix
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Hotfix
- [ ] Security patch
- [x] UI/UX improvement
Description
This PR includes the following changes:
Add Linutil Logo: Adds a new ASCII logo for Linutil by editing state.rs and using ANSI color codes in the ratatui library to render a colorful (blue) logo.
The changes are primarily aesthetic and focused on improving the user experience through clear messaging and branding.
Testing
- Tested the rendering of the ASCII logo to ensure it displays properly and the colors are applied correctly.
Impact
- No new dependencies introduced.
- The changes are visual and should not impact performance or core functionality.
Issue related to PR
- Resolves no specific issue but addresses minor UI/UX improvements.
Additional Information
- The logo is designed in blue using ANSI colors, adding a unique branding element to Linutil.
Checklist
- [x] My code adheres to the coding and style guidelines of the project.
- [x] I have performed a self-review of my own code.
- [x] I have commented my code, particularly in hard-to-understand areas.
- [ ] I have made corresponding changes to the documentation.
- [x] My changes generate no errors/warnings/merge conflicts.
@fam007e Duplicate of #379 , Please close this.
Please drop changes in hint.rs.
Can you add a preview of how this looks?