Happyberrysboy's Blog

Repository

https://github.com/steemhappyberrysboy/steem_design_tool


![](https://ipfs.busy.org/ipfs/QmUKxtLW5JEnqaaAnwiLc9kFK1BqpcMGoFKTF7JLKcvJqy)

New Features

  • What feature(s) did you add?

1. Design

https://steemitimages.com/80x0/https://cdn.steemitimages.com/DQmeBM8uYHoA6vNfhKWffgTb2GsuB4iBZwWWV4hESwi4gTg/border_05.png
  • Add open source UI component Semantic-ui
  • Semantic-UI is very simple and easy to use.
    1
    2
    3
    // Sample Design
    // Simple Button
    <div class="ui button">Follow</div>

image.png

1
2
3
4
5
6
7
8
9
//Icon Button
<div class="ui labeled button" tabindex="0">
<div class="ui button">
<i class="heart icon"></i> Like
</div>
<a class="ui basic label">
2,048
</a>
</div>

image.png

  • The design has been changed as follows.

Before

image.png

After

image.png

  • I made it an accordion type to add more features in the future.

steemtool4.gif


steemtool3.gif


2. User Shortcuts

https://steemitimages.com/80x0/https://cdn.steemitimages.com/DQmeBM8uYHoA6vNfhKWffgTb2GsuB4iBZwWWV4hESwi4gTg/border_05.png
  • Add user shortcut function.
  • Enter the user ID you want to register as a shortcut in Input @ID
  • The ID is added to the lower container
  • Click the ID button to go to the user’s page

steemtool5.gif

  • How did you implement it/them?
    Most sources have changed.
    The file is divided into several sections according to functions and the file name is also modified accordingly.

image.png


![](https://ipfs.busy.org/ipfs/QmUKxtLW5JEnqaaAnwiLc9kFK1BqpcMGoFKTF7JLKcvJqy)

GitHub Account

https://github.com/steemhappyberrysboy