aces / Loris

LORIS is a web-accessible database solution for longitudinal multi-site studies.
GNU General Public License v3.0
145 stars 173 forks source link

Replace bootstrap grid with flex box #4214

Open driusan opened 5 years ago

driusan commented 5 years ago

Since @zaliqarosli has been ploughing along with updating the CSS/colours and styling our React components directly, and replaced the bootstrap glyph icons with font-awesome in the process, as far as I know the only thing tying us to bootstrap anymore is the bootstrap grid system. We should be able to mostly replace this with flex box after which we would no longer require the dependency.

driusan commented 5 years ago

git grep -n col- can be used to find the places that use it (but I'm not going to include a list here because there's currently approximately 1600 lines that match it and the list would probably be stale by the time anyone started working on it..)

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

zaliqarosli commented 4 years ago

still important

stale[bot] commented 4 years ago

The Stale label is being removed automatically because some activity has occurred or because the developers have decided that this pull request is important and should not continue to be overlooked.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

driusan commented 1 month ago

There are still many instances