2 Commits

Author SHA1 Message Date
renovate[bot]
0b938d5b02 Update dependency vue-router to v5.0.3 (#331)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-20 22:07:20 -05:00
9c348ee448 Wrap InfoOverlay in <tbody> 2026-02-20 19:19:23 -05:00
4 changed files with 187 additions and 173 deletions

View File

@@ -14,21 +14,12 @@
{
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
# Node.js LTS with npm
nodejs_20
# Go for backend
nodejs_25
go
# Build tools
pkg-config
# Development utilities
git
curl
jq
# Optional: for better development experience
gnumake
];

306
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,4 @@
<script>
import InfoOverlay from "./components/InfoOverlay.vue";
import axios from "axios";
import dayjs from "dayjs";
import utc from "dayjs/plugin/utc";

View File

@@ -7,6 +7,7 @@
</a>
<h3>Keyboard Shortcuts</h3>
<table class="shortcuts-table">
<tbody>
<tr>
<td><strong>r</strong></td>
<td>Refresh deals</td>
@@ -27,6 +28,7 @@
<td><strong>/</strong></td>
<td>Filter deals</td>
</tr>
</tbody>
</table>
<button class="close-button" @click="closeOverlay">Close</button>
</div>