Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Evil Sharkey
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
23Sonics
Evil Sharkey
Commits
36dff668
Commit
36dff668
authored
7 months ago
by
syuilo
Browse files
Options
Downloads
Patches
Plain Diff
refactor
parent
255c8bd1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
packages/backend/src/server/web/boot.js
+3
-3
3 additions, 3 deletions
packages/backend/src/server/web/boot.js
packages/frontend/src/_boot_.ts
+2
-0
2 additions, 0 deletions
packages/frontend/src/_boot_.ts
packages/frontend/src/_dev_boot_.ts
+0
-5
0 additions, 5 deletions
packages/frontend/src/_dev_boot_.ts
with
5 additions
and
8 deletions
packages/backend/src/server/web/boot.js
+
3
−
3
View file @
36dff668
...
...
@@ -166,7 +166,7 @@
if
(
!
errorsElement
)
{
document
.
body
.
innerHTML
=
`
<svg class="icon-warning" xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-alert-triangle"
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<svg class="icon-warning" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 9v2m0 4v.01"></path>
<path d="M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75"></path>
...
...
@@ -178,7 +178,7 @@
<p><b>The following actions may solve the problem. / 以下を行うと解決する可能性があります。</b></p>
<p>Update your os and browser / ブラウザおよびOSを最新バージョンに更新する</p>
<p>Disable an adblocker / アドブロッカーを無効にする</p>
<p>Clear the browser cache / ブラウザのキャッシュをクリアする</p>
<p>Clear the browser cache / ブラウザのキャッシュをクリアする</p>
<p>(Tor Browser) Set dom.webaudio.enabled to true / dom.webaudio.enabledをtrueに設定する</p>
<details style="color: #86b300;">
<summary>Other options / その他のオプション</summary>
...
...
@@ -320,6 +320,6 @@
#errorInfo {
width: 50%;
}
}`
)
}`
)
;
}
})();
This diff is collapsed.
Click to expand it.
packages/frontend/src/_boot_.ts
+
2
−
0
View file @
36dff668
...
...
@@ -6,6 +6,8 @@
// https://vitejs.dev/config/build-options.html#build-modulepreload
import
'
vite/modulepreload-polyfill
'
;
import
'
@tabler/icons-webfont/dist/tabler-icons.scss
'
;
import
'
@/style.scss
'
;
import
{
mainBoot
}
from
'
@/boot/main-boot.js
'
;
import
{
subBoot
}
from
'
@/boot/sub-boot.js
'
;
...
...
This diff is collapsed.
Click to expand it.
packages/frontend/src/_dev_boot_.ts
+
0
−
5
View file @
36dff668
...
...
@@ -3,11 +3,6 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
// devモードで起動される際(index.htmlを使うとき)はrouterが暴発してしまってうまく読み込めない。
// よって、devモードとして起動されるときはビルド時に組み込む形としておく。
// (pnpm start時はpugファイルの中で静的リソースとして読み込むようになっており、この問題は起こっていない)
import
'
@tabler/icons-webfont/dist/tabler-icons.scss
'
;
await
main
();
import
(
'
@/_boot_.js
'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment