RainbowPigCake / ClipManager

An app that I am working on that will replace apps like medal.tv or supplement OBS Replay Buffer and ShadowPlay
1 stars 0 forks source link

Personalize navbar for different pages #10

Open RainbowPigCake opened 2 months ago

RainbowPigCake commented 2 months ago

Description

The two pages now that require a navbar are the clipviewer page and the clipgrid page. We also need to abstract the NavBar buttons by creating a new component NavBarButton This component will make it easier to create a button without having to add a tooltip, which could get messy

Clip Viewer

This should have the following buttons:

Clip Grid

This should have the following buttons:

More buttons to come in the future.