Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
www
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PLN
www
Commits
f9f9f9e5
Commit
f9f9f9e5
authored
Mar 04, 2025
by
PLN (Algolia)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: remove hydra for now
parent
520cb7bd
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
13 deletions
+17
-13
package-lock.json
next/package-lock.json
+10
-6
hydra.js
next/pages/hydra.js
+1
-1
[id].js
next/pages/hydra/[id].js
+2
-2
starry-nights.js
next/pages/starry-nights.js
+1
-1
yarn.lock
next/yarn.lock
+3
-3
No files found.
next/package-lock.json
View file @
f9f9f9e5
...
...
@@ -723,9 +723,9 @@
}
},
"node_modules/caniuse-lite"
:
{
"version"
:
"1.0.30001
420
"
,
"resolved"
:
"https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001
420
.tgz"
,
"integrity"
:
"sha512-
OnyeJ9ascFA9roEj72ok2Ikp7PHJTKubtEJIQ/VK3fdsS50q4KWy+Z5X0A1/GswEItKX0ctAp8n4SYDE7wTu6
A=="
,
"version"
:
"1.0.30001
702
"
,
"resolved"
:
"https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001
702
.tgz"
,
"integrity"
:
"sha512-
LoPe/D7zioC0REI5W73PeR1e1MLCipRGq/VkovJnd6Df+QVqT+vT33OXCp8QUd7kA7RZrHWxb1B36OQKI/0gO
A=="
,
"funding"
:
[
{
"type"
:
"opencollective"
,
...
...
@@ -734,6 +734,10 @@
{
"type"
:
"tidelift"
,
"url"
:
"https://tidelift.com/funding/github/npm/caniuse-lite"
},
{
"type"
:
"github"
,
"url"
:
"https://github.com/sponsors/ai"
}
],
"license"
:
"CC-BY-4.0"
...
...
@@ -4706,9 +4710,9 @@
}
},
"caniuse-lite"
:
{
"version"
:
"1.0.30001
420
"
,
"resolved"
:
"https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001
420
.tgz"
,
"integrity"
:
"sha512-
OnyeJ9ascFA9roEj72ok2Ikp7PHJTKubtEJIQ/VK3fdsS50q4KWy+Z5X0A1/GswEItKX0ctAp8n4SYDE7wTu6
A=="
"version"
:
"1.0.30001
702
"
,
"resolved"
:
"https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001
702
.tgz"
,
"integrity"
:
"sha512-
LoPe/D7zioC0REI5W73PeR1e1MLCipRGq/VkovJnd6Df+QVqT+vT33OXCp8QUd7kA7RZrHWxb1B36OQKI/0gO
A=="
},
"ccount"
:
{
"version"
:
"1.1.0"
,
...
...
next/pages/hydra.js
View file @
f9f9f9e5
...
...
@@ -2,7 +2,7 @@ import Image from "next/image";
import
Link
from
"next/link"
;
import
Head
from
"next/head"
;
import
Layout
from
"../components/layout"
;
import
HydraSynth
from
"../components/hydra-view.js"
;
//
import HydraSynth from "../components/hydra-view.js";
import
utilStyles
from
"../styles/utils.module.css"
;
import
{
getHydrasData
}
from
"../lib/hydras"
;
...
...
next/pages/hydra/[id].js
View file @
f9f9f9e5
import
SyntaxHighlighter
from
"react-syntax-highlighter"
;
import
Head
from
"next/head"
;
import
Layout
from
"../../components/layout"
;
import
HydraSynth
from
"../../components/hydra-view"
;
//
import HydraSynth from "../../components/hydra-view";
import
Date
from
"../../components/date"
;
const
https
=
require
(
"https"
);
import
{
useRef
}
from
"react"
;
...
...
@@ -48,7 +48,7 @@ export default function Hydra({ hydraData, sourceCode }) {
<
i
><
a
href
=
{
hydraData
.
link
}
>
Run
it
fullscreen
in
your
browser
<
/a></i
>
<
/h5
>
{
/* <canvas id={canvasRef}/> */
}
<
HydraSynth
width
=
{
700
}
height
=
{
475
}
{
/* <HydraSynth width={700} height={475} */
}
canvasRef
=
{
canvasRef
}
source
=
{
hydraData
.
source
}
/
>
<
SyntaxHighlighter
width
=
"64em"
...
...
next/pages/starry-nights.js
View file @
f9f9f9e5
...
...
@@ -2,7 +2,7 @@ import Image from "next/image";
import
Link
from
"next/link"
;
import
Head
from
"next/head"
;
import
Layout
from
"../components/layout"
;
import
HydraSynth
from
"../components/hydra-view"
;
//
import HydraSynth from "../components/hydra-view";
import
utilStyles
from
"../styles/utils.module.css"
;
export
default
function
NuitsEtoilees
()
{
...
...
next/yarn.lock
View file @
f9f9f9e5
...
...
@@ -405,9 +405,9 @@ call-bind@^1.0.0, call-bind@^1.0.2:
get-intrinsic "^1.0.2"
caniuse-lite@^1.0.30001202, caniuse-lite@^1.0.30001219, caniuse-lite@^1.0.30001228:
version "1.0.30001
420
"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001
420
.tgz"
integrity sha512-
OnyeJ9ascFA9roEj72ok2Ikp7PHJTKubtEJIQ/VK3fdsS50q4KWy+Z5X0A1/GswEItKX0ctAp8n4SYDE7wTu6
A==
version "1.0.30001
702
"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001
702
.tgz"
integrity sha512-
LoPe/D7zioC0REI5W73PeR1e1MLCipRGq/VkovJnd6Df+QVqT+vT33OXCp8QUd7kA7RZrHWxb1B36OQKI/0gO
A==
ccount@^1.0.0:
version "1.1.0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment