Vatsim-Scandinavia / controlcenter

Training Management System created by VATSIM Scandinavia
https://docs.vatsca.org/controlcenter/
GNU General Public License v3.0
17 stars 15 forks source link

Frontend Upgrades #512

Closed blt950 closed 11 months ago

blt950 commented 1 year ago

Large tasks

Follow up

Can we use npm packages instead for

Older

New bugs?

Position list requires two clicks for some reason? Could it be because I removed this?

$('.flatpickr-input:visible').on('focus', function () {
     $(this).blur();
});
$('.flatpickr-input:visible').prop('readonly', false);
blt950 commented 1 year ago

Started on the Bootstrap migration, mostly tweaks left:

blt950 commented 1 year ago

Always finding some more things to fix

blt950 commented 1 year ago

Finished with some points over, so here's more

thor commented 1 year ago

Are there any parts of this issue you'd like to split into smaller issues? Alternatively, are there frontend maintenance tasks that aren't part of this umbrella task? 👀