fossology / FOSSologyUI

Repository to hold the new UI framework for FOSSology built with React
https://fossology.github.io/FOSSologyUI/
GNU General Public License v2.0
49 stars 88 forks source link

feat(license): added the candidate new license page #120

Closed Shruti3004 closed 3 years ago

Shruti3004 commented 3 years ago

Description

Added the create new license page for candidate.

Changes

Screenshots

Screenshot from 2021-07-21 09-34-41 Screenshot from 2021-07-21 12-08-32

How to test

Visit to /organize/license/create

GMishx commented 3 years ago

Some changes are required in UI:

  1. The text area is very small. Can it be stretched to have width of the input text above and bellow?
    • Looks good with cols="120".
  2. The text inside the box is somehow appearing in bold which is odd in a textarea. It should rather be monospaced font to retain the formatting of license text.
Shruti3004 commented 3 years ago

Some changes are required in UI:

  1. The text area is very small. Can it be stretched to have width of the input text above and bellow?

    • Looks good with cols="120".
  2. The text inside the box is somehow appearing in bold which is odd in a textarea. It should rather be monospaced font to retain the formatting of license text.

@GMishx fixed the ui changes.