mirror of
https://github.com/aljazceru/hypergolic.git
synced 2025-12-18 05:54:21 +01:00
problem: nostrocket version information does not show current commit hash and number of commits
resolve https://github.com/nostrocket/hypergolic/issues/106
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
import { onMount } from 'svelte';
|
||||
import '../app.css';
|
||||
import SidePanelLayout from '../layouts/SidePanelLayout.svelte';
|
||||
import { getCommitInfo } from '@/stores/github';
|
||||
|
||||
let sessionStarted = false;
|
||||
let connected = false;
|
||||
@@ -29,6 +30,7 @@
|
||||
|
||||
onMount(() => {
|
||||
getBitcoinTip();
|
||||
getCommitInfo(new URL('https://github.com/nostrocket/hypergolic/'));
|
||||
});
|
||||
|
||||
setInterval(
|
||||
|
||||
Reference in New Issue
Block a user