-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Offline mode still trying to load css from googleapis #10679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is a consequence of the workaround for #10653. We have to wait until next Fomantic UI release. |
silverwind
added a commit
to silverwind/gitea
that referenced
this issue
Apr 29, 2020
Better workaround than go-gitea#10653 for fomantic/Fomantic-UI#1356. It does not seem like we're getting a new Fomantic-UI release anytime soon, so this patches it after node_modules installation. Fixes: go-gitea#11243 Fixes: go-gitea#10679
zeripath
added a commit
that referenced
this issue
Apr 30, 2020
* Patch fomantic-ui to workaround build issue Better workaround than #10653 for fomantic/Fomantic-UI#1356. It does not seem like we're getting a new Fomantic-UI release anytime soon, so this patches it after node_modules installation. Fixes: #11243 Fixes: #10679 * copy instead of patch * update package-lock.json * Update Makefile Co-Authored-By: Sorien <[email protected]> * Update web_src/fomantic/css.js Co-Authored-By: zeripath <[email protected]> Co-authored-by: Sorien <[email protected]> Co-authored-by: zeripath <[email protected]> Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: guillep2k <[email protected]>
ydelafollye
pushed a commit
to ydelafollye/gitea
that referenced
this issue
Jul 31, 2020
* Patch fomantic-ui to workaround build issue Better workaround than go-gitea#10653 for fomantic/Fomantic-UI#1356. It does not seem like we're getting a new Fomantic-UI release anytime soon, so this patches it after node_modules installation. Fixes: go-gitea#11243 Fixes: go-gitea#10679 * copy instead of patch * update package-lock.json * Update Makefile Co-Authored-By: Sorien <[email protected]> * Update web_src/fomantic/css.js Co-Authored-By: zeripath <[email protected]> Co-authored-by: Sorien <[email protected]> Co-authored-by: zeripath <[email protected]> Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: guillep2k <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[x]
):Description
This is NOT a duplicate of #4871
This
semantic.min.css
will still load fonts from googleapis in offline modes:https://try.gitea.io/fomantic/semantic.min.css?v=6598fed08fd8c85879b3e60fbb9a81b3
And I found lots of googleapis in CodeMirror plugin: https://github.com/go-gitea/gitea/search?q=googleapis&type=
The text was updated successfully, but these errors were encountered: