linutil icon indicating copy to clipboard operation
linutil copied to clipboard

Add Linutil Logo via `state.rs`.

Open fam007e opened this issue 1 year ago • 3 comments

2024-09-17_00-37

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 avatar Sep 15 '24 08:09 fam007e

@fam007e Duplicate of #379 , Please close this.

ghost avatar Sep 15 '24 09:09 ghost

Please drop changes in hint.rs.

lj3954 avatar Sep 15 '24 17:09 lj3954

Can you add a preview of how this looks?

jeevithakannan2 avatar Sep 16 '24 18:09 jeevithakannan2