mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-17 02:52:55 +00:00
Compare commits
3 Commits
v1.0.1
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aef8ed63f8 | ||
| 7c29e7789f | |||
| c00fdbdf2e |
1
.github/workflows/build-and-deploy.yml
vendored
1
.github/workflows/build-and-deploy.yml
vendored
@@ -54,6 +54,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }}
|
oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }}
|
||||||
oauth-secret: ${{ secrets.TAILSCALE_CLIENT_SECRET }}
|
oauth-secret: ${{ secrets.TAILSCALE_CLIENT_SECRET }}
|
||||||
|
tags: tag:ci
|
||||||
|
|
||||||
- name: Setup kubectl
|
- name: Setup kubectl
|
||||||
uses: azure/setup-kubectl@v3
|
uses: azure/setup-kubectl@v3
|
||||||
|
|||||||
26
Gemfile.lock
26
Gemfile.lock
@@ -122,8 +122,6 @@ GEM
|
|||||||
tzinfo
|
tzinfo
|
||||||
ffi (1.17.4-aarch64-linux-gnu)
|
ffi (1.17.4-aarch64-linux-gnu)
|
||||||
ffi (1.17.4-aarch64-linux-musl)
|
ffi (1.17.4-aarch64-linux-musl)
|
||||||
ffi (1.17.4-arm-linux-gnu)
|
|
||||||
ffi (1.17.4-arm-linux-musl)
|
|
||||||
ffi (1.17.4-arm64-darwin)
|
ffi (1.17.4-arm64-darwin)
|
||||||
ffi (1.17.4-x86_64-darwin)
|
ffi (1.17.4-x86_64-darwin)
|
||||||
ffi (1.17.4-x86_64-linux-gnu)
|
ffi (1.17.4-x86_64-linux-gnu)
|
||||||
@@ -216,10 +214,6 @@ GEM
|
|||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.19.2-aarch64-linux-musl)
|
nokogiri (1.19.2-aarch64-linux-musl)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.19.2-arm-linux-gnu)
|
|
||||||
racc (~> 1.4)
|
|
||||||
nokogiri (1.19.2-arm-linux-musl)
|
|
||||||
racc (~> 1.4)
|
|
||||||
nokogiri (1.19.2-arm64-darwin)
|
nokogiri (1.19.2-arm64-darwin)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.19.2-x86_64-darwin)
|
nokogiri (1.19.2-x86_64-darwin)
|
||||||
@@ -368,15 +362,15 @@ GEM
|
|||||||
fugit (~> 1.11)
|
fugit (~> 1.11)
|
||||||
railties (>= 7.1)
|
railties (>= 7.1)
|
||||||
thor (>= 1.3.1)
|
thor (>= 1.3.1)
|
||||||
sorbet (0.6.13067)
|
sorbet (0.6.13116)
|
||||||
sorbet-static (= 0.6.13067)
|
sorbet-static (= 0.6.13116)
|
||||||
sorbet-runtime (0.6.13067)
|
sorbet-runtime (0.6.13116)
|
||||||
sorbet-static (0.6.13067-aarch64-linux)
|
sorbet-static (0.6.13116-aarch64-linux)
|
||||||
sorbet-static (0.6.13067-universal-darwin)
|
sorbet-static (0.6.13116-universal-darwin)
|
||||||
sorbet-static (0.6.13067-x86_64-linux)
|
sorbet-static (0.6.13116-x86_64-linux)
|
||||||
sorbet-static-and-runtime (0.6.13067)
|
sorbet-static-and-runtime (0.6.13116)
|
||||||
sorbet (= 0.6.13067)
|
sorbet (= 0.6.13116)
|
||||||
sorbet-runtime (= 0.6.13067)
|
sorbet-runtime (= 0.6.13116)
|
||||||
spoom (1.7.11)
|
spoom (1.7.11)
|
||||||
erubi (>= 1.10.0)
|
erubi (>= 1.10.0)
|
||||||
prism (>= 0.28.0)
|
prism (>= 0.28.0)
|
||||||
@@ -456,8 +450,6 @@ PLATFORMS
|
|||||||
aarch64-linux
|
aarch64-linux
|
||||||
aarch64-linux-gnu
|
aarch64-linux-gnu
|
||||||
aarch64-linux-musl
|
aarch64-linux-musl
|
||||||
arm-linux-gnu
|
|
||||||
arm-linux-musl
|
|
||||||
arm64-darwin
|
arm64-darwin
|
||||||
x86_64-darwin
|
x86_64-darwin
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|||||||
@@ -1,23 +1,29 @@
|
|||||||
<div class="max-w-4xl mx-auto text-center py-16">
|
<div class="max-w-4xl mx-auto text-center py-16">
|
||||||
<h1 class="text-5xl font-bold text-gray-900 mb-6">Welcome to TurboVault</h1>
|
<h1 class="text-5xl font-bold text-gray-900 mb-6">Welcome to TurboVault</h1>
|
||||||
<p class="text-xl text-gray-600 mb-8">Track and manage your video game collection with ease (Test Deployment v1.0.1)</p>
|
<p class="text-xl text-gray-600 mb-8">Track and manage your video game collection with ease.</p>
|
||||||
|
|
||||||
<div class="space-x-4">
|
<div class="space-x-4">
|
||||||
<%= link_to "Get Started", signup_path, class: "px-8 py-3 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 text-lg font-semibold" %>
|
<%= link_to "Get Started",
|
||||||
<%= link_to "Login", login_path, class: "px-8 py-3 bg-gray-200 text-gray-800 rounded-lg hover:bg-gray-300 text-lg font-semibold" %>
|
signup_path,
|
||||||
|
class:
|
||||||
|
"px-8 py-3 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 text-lg font-semibold" %>
|
||||||
|
<%= link_to "Login",
|
||||||
|
login_path,
|
||||||
|
class:
|
||||||
|
"px-8 py-3 bg-gray-200 text-gray-800 rounded-lg hover:bg-gray-300 text-lg font-semibold" %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-16 grid grid-cols-1 md:grid-cols-3 gap-8">
|
<div class="mt-16 grid grid-cols-1 md:grid-cols-3 gap-8">
|
||||||
<div class="bg-white p-6 rounded-lg shadow">
|
<div class="bg-white p-6 rounded-lg shadow">
|
||||||
<h3 class="text-xl font-bold mb-2">Track Your Collection</h3>
|
<h3 class="text-xl font-bold mb-2">Track Your Collection</h3>
|
||||||
<p class="text-gray-600">Manage both physical and digital games across all platforms</p>
|
<p class="text-gray-600">Manage both physical and digital games across all platforms</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bg-white p-6 rounded-lg shadow">
|
<div class="bg-white p-6 rounded-lg shadow">
|
||||||
<h3 class="text-xl font-bold mb-2">Organize with Collections</h3>
|
<h3 class="text-xl font-bold mb-2">Organize with Collections</h3>
|
||||||
<p class="text-gray-600">Create custom collections and subcollections for your games</p>
|
<p class="text-gray-600">Create custom collections and subcollections for your games</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bg-white p-6 rounded-lg shadow">
|
<div class="bg-white p-6 rounded-lg shadow">
|
||||||
<h3 class="text-xl font-bold mb-2">View Statistics</h3>
|
<h3 class="text-xl font-bold mb-2">View Statistics</h3>
|
||||||
<p class="text-gray-600">See insights about your collection with detailed stats</p>
|
<p class="text-gray-600">See insights about your collection with detailed stats</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user