Skip to content

Commit 458ca98

Browse files
committed
Alpha: Beryllium
1 parent f50e76b commit 458ca98

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1079
-559
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
The React website for OpenBooru
44

55
Visit the [website](https://openbooru.org)
6+
7+
The minimum support resolution is 360x640

jsconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"compilerOptions": {
3-
"baseUrl": "src"
4-
},
5-
"include": ["src"]
6-
}
2+
"compilerOptions": {
3+
"baseUrl": "src"
4+
},
5+
"include": ["src"]
6+
}

package-lock.json

Lines changed: 90 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"@testing-library/jest-dom": "^5.16.2",
77
"@testing-library/react": "^12.1.4",
88
"@testing-library/user-event": "^13.5.0",
9+
"ap-style-title-case": "^1.1.2",
910
"react": "^17.0.2",
1011
"react-dom": "^17.0.2",
1112
"react-helmet": "^6.1.0",

public/images/arrow-down.svg

Lines changed: 1 addition & 0 deletions
Loading

public/images/arrow-up.svg

Lines changed: 1 addition & 0 deletions
Loading

public/images/cross.svg

Lines changed: 1 addition & 0 deletions
Loading

public/images/plus-minus.svg

Lines changed: 1 addition & 0 deletions
Loading

public/images/search.svg

Lines changed: 1 addition & 0 deletions
Loading

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="description" content="Open Booru, an open-source booru serving only the spiciest of memes.">
88
<link rel="icon" href="/favicon.ico">
99
<link href="https://openbooru.org" rel="canonical">
10-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
10+
<link rel="stylesheet" media="print" onload="this.onload=null;this.removeAttribute('media');" href="https://fonts.googleapis.com/css?family=Lato">
1111
</head>
1212
<body>
1313
<div id="root"></div>

0 commit comments

Comments
 (0)