mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 22:44:26 +01:00
update
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { createSignal, createEffect, onMount, type Signal } from 'solid-js';
|
||||
|
||||
import { createStore, SetStoreFunction, type Store, type StoreNode } from 'solid-js/store';
|
||||
|
||||
type GenericStorage<T> = {
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
import useConfig from '@/nostr/useConfig';
|
||||
|
||||
import useDatePulser from '@/hooks/useDatePulser';
|
||||
|
||||
import useConfig from '@/nostr/useConfig';
|
||||
import { formatRelative, formatAbsoluteLong, formatAbsoluteShort } from '@/utils/formatDate';
|
||||
|
||||
// 7 seconds is used here so that the last digit of relative time is changed.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { Accessor } from 'solid-js';
|
||||
|
||||
import {
|
||||
createSignalWithStorage,
|
||||
createStorageWithSerializer,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { Accessor } from 'solid-js';
|
||||
import { createSignal, createEffect } from 'solid-js';
|
||||
import type { Accessor } from 'solid-js';
|
||||
|
||||
export type UseResizedImageProps = {
|
||||
imageUrl: Accessor<string | undefined>;
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
// type Commands = (typeof commands)[number];
|
||||
|
||||
import { onMount, onCleanup, type JSX } from 'solid-js';
|
||||
|
||||
import throttle from 'lodash/throttle';
|
||||
|
||||
import { useRequestCommand, type Command } from '@/hooks/useCommandBus';
|
||||
|
||||
Reference in New Issue
Block a user