pietrop / digital-paper-edit-client

Work in progress -digital paper edit project - React Client
https://pietropassarelli.com/digital-paper-edit-client/
Other
13 stars 5 forks source link

Material Design css(?) #33

Open pietrop opened 4 years ago

pietrop commented 4 years ago

Is your feature request related to a problem? Please describe.

NA Describe the solution you'd like

Should we change to material design CSS?

Describe alternatives you've considered

Additional context

tested by modifying head of page in electron as html and pasting this code from bootstrap-material-design

<link rel="stylesheet" href="https://unpkg.com/bootstrap-material-design@4.1.1/dist/css/bootstrap-material-design.min.css" integrity="sha384-wXznGJNEXNG1NFsbm0ugrLFMQPWswR3lds2VeinahP8N0zJw9VWSopbjv2x7WCvX" crossorigin="anonymous">

would need a few tweaks to adjust the css but general look seems to be like this

Screen Shot 2020-03-06 at 10 18 46 PM Screen Shot 2020-03-06 at 10 18 38 PM Screen Shot 2020-03-06 at 10 22 11 PM Screen Shot 2020-03-06 at 10 23 36 PM
pietrop commented 3 years ago

Trying this out in the firebase web version https://github.com/pietrop/digital-paper-edit-firebase/pull/14

Unfortunately in terms of modular architecture the UIs of the client, being used in firebase front end are no longer connected, eg the code is duplicated. Until I find a good pattern to reconnect them.

But yeah once I am donee there could be refactored here too