This commit is contained in:
reya 2023-12-04 12:47:29 +07:00
parent b19637bdb7
commit 4093821fd0
7 changed files with 1 additions and 42 deletions

View File

@ -11,7 +11,6 @@
"^@app/(.*)$", "^@app/(.*)$",
"^@libs/(.*)$", "^@libs/(.*)$",
"^@shared/(.*)$", "^@shared/(.*)$",
"^@stores/(.*)$",
"^@utils/(.*)$", "^@utils/(.*)$",
"^[./]" "^[./]"
], ],

View File

@ -33,7 +33,6 @@
"@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toolbar": "^1.0.4", "@radix-ui/react-toolbar": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7", "@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/query-persist-client-core": "^5.12.1",
"@tanstack/react-query": "^5.12.2", "@tanstack/react-query": "^5.12.2",
"@tanstack/react-query-devtools": "^5.12.2", "@tanstack/react-query-devtools": "^5.12.2",
"@tauri-apps/api": "2.0.0-alpha.11", "@tauri-apps/api": "2.0.0-alpha.11",
@ -64,7 +63,6 @@
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
"framer-motion": "^10.16.12", "framer-motion": "^10.16.12",
"html-to-text": "^9.0.5", "html-to-text": "^9.0.5",
"idb-keyval": "^6.2.1",
"light-bolt11-decoder": "^3.0.0", "light-bolt11-decoder": "^3.0.0",
"lru-cache": "^10.1.0", "lru-cache": "^10.1.0",
"markdown-to-jsx": "^7.3.2", "markdown-to-jsx": "^7.3.2",

View File

@ -50,9 +50,6 @@ dependencies:
'@radix-ui/react-tooltip': '@radix-ui/react-tooltip':
specifier: ^1.0.7 specifier: ^1.0.7
version: 1.0.7(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0) version: 1.0.7(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)
'@tanstack/query-persist-client-core':
specifier: ^5.12.1
version: 5.12.1
'@tanstack/react-query': '@tanstack/react-query':
specifier: ^5.12.2 specifier: ^5.12.2
version: 5.12.2(react@18.2.0) version: 5.12.2(react@18.2.0)
@ -143,9 +140,6 @@ dependencies:
html-to-text: html-to-text:
specifier: ^9.0.5 specifier: ^9.0.5
version: 9.0.5 version: 9.0.5
idb-keyval:
specifier: ^6.2.1
version: 6.2.1
light-bolt11-decoder: light-bolt11-decoder:
specifier: ^3.0.0 specifier: ^3.0.0
version: 3.0.0 version: 3.0.0
@ -2081,12 +2075,6 @@ packages:
resolution: {integrity: sha512-AUWLgdZEYq/ckMZrtKpofOwqxuFiEIdy3gZOh/ouIBVra9ijXVTxYt5cZFSjXJT4q/o0DMii6xMZuIJx2qXZ6g==} resolution: {integrity: sha512-AUWLgdZEYq/ckMZrtKpofOwqxuFiEIdy3gZOh/ouIBVra9ijXVTxYt5cZFSjXJT4q/o0DMii6xMZuIJx2qXZ6g==}
dev: false dev: false
/@tanstack/query-persist-client-core@5.12.1:
resolution: {integrity: sha512-ymXGe7xxEvnHpoPUOElLkrbwQt+sC3ONsBWfFzA1Ss2Av6e9HCADWgk9frE0T6kAtXP0hVksLRafbCpG6kpIHQ==}
dependencies:
'@tanstack/query-core': 5.12.1
dev: false
/@tanstack/react-query-devtools@5.12.2(@tanstack/react-query@5.12.2)(react@18.2.0): /@tanstack/react-query-devtools@5.12.2(@tanstack/react-query@5.12.2)(react@18.2.0):
resolution: {integrity: sha512-EpjYxwUBj+CuzAiB++FMeHzNey4TynuudfWVMsZg0uzLrnR5I0j1CWHJkNsTutb/Db9TNG1Ae66n8ywVvPd1gQ==} resolution: {integrity: sha512-EpjYxwUBj+CuzAiB++FMeHzNey4TynuudfWVMsZg0uzLrnR5I0j1CWHJkNsTutb/Db9TNG1Ae66n8ywVvPd1gQ==}
peerDependencies: peerDependencies:
@ -4312,10 +4300,6 @@ packages:
safer-buffer: 2.1.2 safer-buffer: 2.1.2
dev: true dev: true
/idb-keyval@6.2.1:
resolution: {integrity: sha512-8Sb3veuYCyrZL+VBt9LJfZjLUPWVvqn8tG28VqYNFCo43KHcKuq+b4EiXGeuaLAQWL2YmyDgMp2aSpH9JHsEQg==}
dev: false
/ignore@5.3.0: /ignore@5.3.0:
resolution: {integrity: sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==} resolution: {integrity: sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==}
engines: {node: '>= 4'} engines: {node: '>= 4'}

View File

@ -41,22 +41,6 @@ input::-ms-clear {
background-clip: padding-box; background-clip: padding-box;
} }
.player {
--brand-color: #f5f5f5;
--focus-color: #4e9cf6;
--audio-brand: var(--brand-color);
--audio-focus-ring-color: var(--focus-color);
--audio-border-radius: 2px;
--video-brand: var(--brand-color);
--video-focus-ring-color: var(--focus-color);
--video-border-radius: 8px;
@apply w-full;
}
.player[data-view-type='video'] {
@apply aspect-video;
}
.ProseMirror p.is-empty::before { .ProseMirror p.is-empty::before {
@apply text-neutral-600 dark:text-neutral-400 float-left h-0 pointer-events-none content-[attr(data-placeholder)]; @apply text-neutral-600 dark:text-neutral-400 float-left h-0 pointer-events-none content-[attr(data-placeholder)];
} }

View File

@ -1,8 +1,8 @@
import * as DropdownMenu from '@radix-ui/react-dropdown-menu'; import * as DropdownMenu from '@radix-ui/react-dropdown-menu';
import { Link } from 'react-router-dom'; import { Link } from 'react-router-dom';
import { Logout } from '@shared/accounts/logout';
import { HorizontalDotsIcon } from '@shared/icons'; import { HorizontalDotsIcon } from '@shared/icons';
import { Logout } from '@shared/logout';
export function AccountMoreActions() { export function AccountMoreActions() {
return ( return (

View File

@ -1,9 +1,3 @@
export const FULL_RELAYS = [
'wss://relay.damus.io',
'wss://relay.nostr.band/all',
'wss://nostr.mutinywallet.com',
];
export const FETCH_LIMIT = 20; export const FETCH_LIMIT = 20;
export const HASHTAGS = [ export const HASHTAGS = [