mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
Fix lag (for now..)
This commit is contained in:
parent
ddc25d1cfe
commit
19de2b0570
2 changed files with 2 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ class InertiaController < ApplicationController
|
|||
{
|
||||
nav: inertia_nav_props,
|
||||
footer: inertia_footer_props,
|
||||
currently_hacking: currently_hacking_props,
|
||||
# currently_hacking: currently_hacking_props,
|
||||
csrf_token: form_authenticity_token,
|
||||
signout_path: signout_path,
|
||||
show_stop_impersonating: session[:impersonater_user_id].present?,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
<script lang="ts">
|
||||
import type {
|
||||
ActivityGraphData,
|
||||
} from "../../types/index";
|
||||
import type { ActivityGraphData } from "../../types/index";
|
||||
import BanNotice from "./signedIn/BanNotice.svelte";
|
||||
import GitHubLinkBanner from "./signedIn/GitHubLinkBanner.svelte";
|
||||
import SetupNotice from "./signedIn/SetupNotice.svelte";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue