mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 19:39:16 +02:00
Use vendored semantic UI CSS and JS
This commit is contained in:
parent
ba68246e0d
commit
7c671177a8
15 changed files with 484 additions and 40401 deletions
|
@ -22,12 +22,9 @@ import globals from '@/components/globals' // eslint-disable-line
|
|||
sync(store, router)
|
||||
|
||||
window.$ = window.jQuery = require('jquery')
|
||||
|
||||
// this is absolutely dirty but at the moment, semantic UI does not
|
||||
// play really nice with webpack and I want to get rid of Google Fonts
|
||||
// require('./semantic/semantic.css')
|
||||
require('semantic-ui-css/semantic.js')
|
||||
require('./semantic.js')
|
||||
require('masonry-layout')
|
||||
|
||||
let availableLanguages = (function () {
|
||||
let l = {}
|
||||
locales.locales.forEach(c => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue