corowne / lorekeeper

A dA ARPG masterlist framework
MIT License
113 stars 124 forks source link

Fix(admin): Admin Area Bootstrap tables (non-sortables) #1026

Closed SpeedyD closed 2 months ago

SpeedyD commented 2 months ago

Starting a minor project to get rid of all <table>s, to make them Bootstrap instead.

Files affected by this PR:

This particular PR does not cover pages that have sort functions, namely the following:

As well as \resources\views\admin\loot_tables\create_edit_loot_table.blade.php which is it's own little problem.

I intend to do another PR later for these.

SpeedyD commented 2 months ago

I'm opting to make a different PR for the other files, as it will take a considerably longer time to get through, and I'd like to see the current set pushed prior.

ScuffedNewt commented 2 months ago

i will miss my tables... you are forcing my hand at finally understanding cols completely

SpeedyD commented 2 months ago

i will miss my tables... you are forcing my hand at finally understanding cols completely

Eh, I still need to figure out the remaining files.. and whichever pages in public still use tables.. ;P

But that's a different PR, not this one. ^^;