feat(WIP): bootstrap 5 tooltip 적용

- bootstrap4 용의 popper.js 제거
- jquery기반 bootstrap tooltip 제거
This commit is contained in:
2021-12-10 02:26:08 +09:00
parent 7d8fa7f1c4
commit 703e2f51be
22 changed files with 53 additions and 744 deletions
-4
View File
@@ -1,7 +1,4 @@
import $ from 'jquery';
import 'popper.js';
import Popper from 'popper.js';
(window as unknown as { Popper: unknown }).Popper = Popper;
import 'bootstrap';
import { JQValidateForm, NamedRules } from '../util/jqValidateForm';
import axios from 'axios';
@@ -11,7 +8,6 @@ import { unwrap_any } from '../util/unwrap_any';
import { sha512 } from 'js-sha512';
import { unwrap } from '../util/unwrap';
import { InvalidResponse } from '../defs';
import internal from 'stream';
import { delay } from '../util/delay';
type LoginResponse = {