kKar1503 / project-inc-siwma-1

Project Inc AY22/23 Project for Singapore Iron Works Merchant Association
9 stars 0 forks source link

Header-navbar integration + Layout #136

Closed CatboardBox closed 1 year ago

CatboardBox commented 1 year ago

Description

Header: image Mobile Navbar: image Included by default for every page: image However, it has been excluded from some pages (can be configured). E.g. from login as it already has a custom header image To exclude a page from having the global layout applied to it, just call the following code: image

Page.ignoreHeader = true;

Types of Changes

Fixes

Notion Task Coverage

Checklist

CatboardBox commented 1 year ago

I think so, I did change most of the header to be dynamic /fixed the styling, but this behaviour was already there when i started working on that.

RuinedRuins commented 1 year ago

just fix the dropdown z index then since the client will see it image

huishilhs commented 1 year ago
image

For my side, the header has a grey background, is that correct? because I saw your screenshot the bg is white.

CatboardBox commented 1 year ago
image

For my side, the header has a grey background, is that correct? because I saw your screenshot the bg is white.

Yes, I was experimenting with minor className changes as the original header was quite plain and boring. The header that you saw may not be the final one. But still do feel free to share any feedback that you might have