ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 627 forks source link

New design in progress. #890

Closed teury closed 2 years ago

teury commented 3 years ago

I have started working on a new design for askbot.

I plan to share it, although now I am starting. the askbot project is very big.

I have shown the best comment on the home page next to the question, like Quora.

I have also modified the home view and created a new class listview.

Jinja2 is discontinued and replaced by django templates.

861

Askbot2

evgenyfadeev commented 3 years ago

Hi @teury, great. I recommend you stay in sync with this branch: https://github.com/ASKBOT/askbot-devel/tree/theme-cleanup I'm currently working on it, once it is complete it will be merged into the master branch and released with a new version.

I am making some changes to the class names and some ids that are necessary for the js to function properly. Mainly I'm adding a js-... prefix to make clear that this class is important for the functionality and that the theme designer should not remove them.

Probably we cannot collaborate on the actual theme designs right now, but I hope that in the future there will be a way to to allow people use themes like the one you're working on.

P.S. My current theme rework issue is this one https://github.com/ASKBOT/askbot-devel/issues/889