Commit Graph

11 Commits

Author SHA1 Message Date
688a6d40bf modified: src/app/page.tsx 2024-10-20 15:56:10 +02:00
a657cde275 Fixes for successful production build 2024-10-20 14:09:27 +02:00
99477f9b12 modified: .gitignore
modified:   package-lock.json
	modified:   package.json
	modified:   src/app/component/Bus.tsx
	modified:   src/app/component/BusesList.tsx
	modified:   src/app/component/Strip.tsx
	modified:   src/app/component/StripBusOutput.tsx
	modified:   src/app/layout.tsx
	modified:   src/app/page.tsx
	modified:   src/utils/GetComponentState.ts
2024-10-19 18:53:16 +02:00
4763e22691 modified: package-lock.json
modified:   package.json
	modified:   src/app/component/Bus.tsx
	modified:   src/app/component/BusesList.tsx
	deleted:    src/app/component/GainSlider.tsx
	modified:   src/app/component/Strip.tsx
	modified:   src/app/page.tsx
2024-10-16 19:15:11 +02:00
3b2fb0264e modified: src/app/component/Bus.tsx
new file:   src/app/component/GainSlider.tsx
	modified:   src/app/component/Strip.tsx
	modified:   src/app/page.tsx
	new file:   src/utils/GetComponentState.ts
	new file:   src/utils/StopPropagation.ts
2024-10-16 18:19:10 +02:00
81d889d66e modified: src/app/component/Bus.tsx
modified:   src/app/component/BusesList.tsx
	modified:   src/app/component/Strip.tsx
	modified:   src/app/page.tsx
2024-08-08 00:33:48 +02:00
42ccd675b8 modified: src/app/component/Bus.tsx
modified:   src/app/component/BusesList.tsx
	modified:   src/app/component/Strip.tsx
	modified:   src/app/page.tsx
	modified:   src/utils/DetectMobile.ts
2024-08-07 23:34:13 +02:00
7a65c76757 modified: package-lock.json
modified:   package.json
	modified:   src/app/component/Bus.tsx
	new file:   src/app/component/BusesList.tsx
	modified:   src/app/component/Strip.tsx
	modified:   src/app/component/StripBusOutput.tsx
	deleted:    src/app/globals.css
	modified:   src/app/page.tsx
	new file:   src/utils/DetectMobile.ts
	modified:   src/utils/EventCounter.ts
	new file:   src/utils/Range.ts
	modified:   tsconfig.json
2024-08-07 21:39:58 +02:00
16b2de18a9 modified: src/app/component/Bus.tsx
modified:   src/app/component/Strip.tsx
	modified:   src/app/layout.tsx
	modified:   src/app/page.tsx
	new file:   src/utils/EventCounter.ts
2024-08-06 02:51:59 +02:00
df1bb8c35a modified: .gitignore
modified:   next.config.mjs
	modified:   package-lock.json
	modified:   package.json
	new file:   public/manifest.json
	renamed:    src/app/component/BusStrip.tsx -> src/app/component/Bus.tsx
	modified:   src/app/component/Strip.tsx
	modified:   src/app/component/StripBusOutput.tsx
	modified:   src/app/layout.tsx
	modified:   src/app/page.tsx
2024-07-30 02:39:44 +02:00
628cbfe735 Initial commit 2024-07-22 01:41:17 +02:00