@nidhinnambiar Solving this issue will help in cleaning this up: learn-awesome/learn#133
Sure @eshnil will take this up next
review embeding
link and referral link
copying part in profile page. Comments and Thoughts please. PS: I am not good in UX
app/views
folder with the name show.html.erb
, I am renaming it to show.html+bootstrap.erb
and then creating a tailwind layout for the same with the name show.html+tailwind.erb
. When all the layouts are converted, we will make Tailwind as the default in app/models/user.rb#theme_variant
Been working on Tailwind design: learn-awesome/learn#138
You can try both versions side-by-side with a parameter in the query string:
https://learnawesome.org/topics?bootstrap=true
https://learnawesome.org/topics?tailwind=true
Lots of work still remains in the Tailwind version. Help is needed.