mnm-matin / ai_alignment_graph

https://mnm-matin.github.io/ai_alignment_graph/
MIT License
8 stars 2 forks source link

Frontend improvements #15

Open LaSav opened 3 weeks ago

LaSav commented 3 weeks ago

Landing Page Updates

image

image

Layout and Config Updates

Screenshot 2024-09-02 at 15 46 07 Screenshot 2024-09-02 at 15 46 22

cool examples from quartz showcase:

mnm-matin commented 1 week ago

@LaSav just had a play around with the quartz layout config, one could move Component.Search() from the left layout to the center layout quite easily by moving it to the pageLayout instead.

LaSav commented 1 week ago

@mnm-matin Yep, that will do the trick, however that will apply the layout for all pages.

I think we should create a separate landing page component with a custom layout, and flag the component to render in the renderPage.tsx like in this example.

Other methods to implement a custom landing page can be found in this Quartz discord chat but the one from above stood out to me the most.

mnm-matin commented 1 week ago

@LaSav sounds like a plan! Feel free to create the PR.