shurco / litecart

🛒 litecart - shopping cart in 1 file with card and cryptocurrency payment support
MIT License
172 stars 33 forks source link

🔥 added markup support #66

Closed msalbrain closed 9 months ago

msalbrain commented 9 months ago

Description

Pr for #33 added editor.vue components to right places and made html display on product pages

shurco commented 9 months ago

I see several problems:

  1. The editing block is attached to the previous block and it is not clear what can be edited in it. I suggest adding indents, adding a separator before the buttons, and trying to highlight the editing field somehow.
  2. The editing field contains formatted text, but it is not displayed on the actual website. It is necessary to add formatting styles in the website's CSS as well.

admin site

msalbrain commented 9 months ago

Oh Thought I added the styling for the main site, will check it out and the other problem

msalbrain commented 9 months ago

I added a placeholder to make it clear where to type in the inputs.

image

image

msalbrain commented 9 months ago

and also added design for description in site

image
shurco commented 9 months ago

Looks cool!