battlecode / galaxy

MIT License
10 stars 3 forks source link

Better CSS / layout on frontend design to be more informative #54

Open j-mao opened 2 years ago

j-mao commented 2 years ago

The current CSS is very pretty but is very liberal with padding, which limits the amount of information we can convey on a page. It also makes tabulation somewhat awkward.

Proposing new CSS, see https://gist.github.com/j-mao/ad8a843aaa9a3f63f353311beea6ac2c

j-mao commented 2 years ago

Noting that https://getbootstrap.com/docs/5.0/examples/dashboard/# may be a helpful resource for CSS

n8kim1 commented 2 years ago

Nathan once tried this. See https://github.com/battlecode/saturn/pull/200/files#diff-c69d36f16f5db61e0072f5fe3426903509ae316b69f2e509153e5c451d385e48 for notes on what happened. TLDR, either remove all the third-party styling and start from the ground up, or keep some third-party styling but deal with the headache of maintaining painfully old code

n8kim1 commented 1 year ago

Idea: if you reduce wasteful padding, then you can use a larger page size! then change pagination size in general