iancoleman / shamir

Shamir Secret Sharing Scheme in single page which can be used offline.
https://iancoleman.io/shamir/
MIT License
221 stars 68 forks source link

feat: Add Tailwind styling instead of bootstrap #12

Open BlenderDefender opened 5 months ago

BlenderDefender commented 5 months ago

I've removed Bootstrap in favor of Tailwind, and updated the UI to use more horizontal space. The styling of the error message has been updated as well. Building now requires node.

Before

![grafik](https://github.com/iancoleman/shamir/assets/61777131/67cab9e9-b868-4001-bfaa-72ae0a068647)

After

![grafik](https://github.com/iancoleman/shamir/assets/61777131/b05e952d-d96a-4a5c-ab44-e96373b78515) ![grafik](https://github.com/iancoleman/shamir/assets/61777131/7d6451cf-90aa-46a1-96b1-dce164ce952f) ![grafik](https://github.com/iancoleman/shamir/assets/61777131/72f49fdb-4b18-4b9b-9a14-9c9f39186e5a)