uee-life / uee.life.next

vue3 rebuild of uee.life
GNU General Public License v3.0
2 stars 0 forks source link

Create a generic "expandable panel" component, based on the site news component, and use for site news. #73

Open CapnFlint opened 3 months ago

CapnFlint commented 3 months ago

For site news, we use a customized panel which has a show/hide button, and starts closed, expanding when the button is pressed.

We may want to use this on other panels, so make a generic version panel-expandable, and replace the current site-news panel with it.