branding and music implementation

This commit is contained in:
sakrecoer 2026-04-08 21:03:43 +02:00
parent 1ec3d95c35
commit ad77866a50

View file

@ -4,7 +4,7 @@ import { TRelaySet } from './types'
export const JUMBLE_API_BASE_URL = 'https://api.jumble.social' export const JUMBLE_API_BASE_URL = 'https://api.jumble.social'
export const RECOMMENDED_BLOSSOM_SERVERS = [ export const RECOMMENDED_BLOSSOM_SERVERS = [
'https://blossom.band/', 'https://basspistol.org',
'https://blossom.primal.net/', 'https://blossom.primal.net/',
'https://nostr.media/' 'https://nostr.media/'
] ]
@ -78,9 +78,9 @@ export const BIG_RELAY_URLS = [
'wss://offchain.pub/' 'wss://offchain.pub/'
] ]
export const SEARCHABLE_RELAY_URLS = ['wss://search.nos.today/', 'wss://relay.nostr.band/'] export const SEARCHABLE_RELAY_URLS = ['wss://basspistol.org/','wss://pyramid.fiatjaf.com/','wss://spatia-arcana.com/']
export const TRENDING_NOTES_RELAY_URLS = ['wss://trending.relays.land/'] export const TRENDING_NOTES_RELAY_URLS = ['wss://basspistol.org/uppermost']
export const GROUP_METADATA_EVENT_KIND = 39000 export const GROUP_METADATA_EVENT_KIND = 39000
@ -101,7 +101,8 @@ export const ExtendedKind = {
RELAY_REVIEW: 31987, RELAY_REVIEW: 31987,
GROUP_METADATA: 39000, GROUP_METADATA: 39000,
ADDRESSABLE_NORMAL_VIDEO: 34235, ADDRESSABLE_NORMAL_VIDEO: 34235,
ADDRESSABLE_SHORT_VIDEO: 34236 ADDRESSABLE_SHORT_VIDEO: 34236,
MUSIC_TRACK: 36787
} }
export const ALLOWED_FILTER_KINDS = [ export const ALLOWED_FILTER_KINDS = [
@ -118,7 +119,8 @@ export const ALLOWED_FILTER_KINDS = [
kinds.Highlights, kinds.Highlights,
kinds.LongFormArticle, kinds.LongFormArticle,
ExtendedKind.ADDRESSABLE_NORMAL_VIDEO, ExtendedKind.ADDRESSABLE_NORMAL_VIDEO,
ExtendedKind.ADDRESSABLE_SHORT_VIDEO ExtendedKind.ADDRESSABLE_SHORT_VIDEO,
ExtendedKind.MUSIC_TRACK
] ]
export const SUPPORTED_KINDS = [ export const SUPPORTED_KINDS = [
@ -202,16 +204,16 @@ export const PRIMARY_COLORS = {
DEFAULT: { DEFAULT: {
name: 'Default', name: 'Default',
light: { light: {
primary: '259 43% 56%', primary: '30 100% 50%',
'primary-hover': '259 43% 65%', 'primary-hover': '30 100% 60%',
'primary-foreground': '0 0% 98%', 'primary-foreground': '0 0% 98%',
ring: '259 43% 56%' ring: '30 100% 50%'
}, },
dark: { dark: {
primary: '259 43% 56%', primary: '30 100% 50%',
'primary-hover': '259 43% 65%', 'primary-hover': '30 100% 60%',
'primary-foreground': '240 5.9% 10%', 'primary-foreground': '240 5.9% 10%',
ring: '259 43% 56%' ring: '30 100% 50%'
} }
}, },
RED: { RED: {
@ -230,18 +232,18 @@ export const PRIMARY_COLORS = {
} }
}, },
ORANGE: { ORANGE: {
name: 'Orange', name: 'Lavender',
light: { light: {
primary: '30 100% 50%', primary: '259 43% 56%',
'primary-hover': '30 100% 60%', 'primary-hover': '259 43% 65%',
'primary-foreground': '0 0% 98%', 'primary-foreground': '0 0% 98%',
ring: '30 100% 50%' ring: '259 43% 56%'
}, },
dark: { dark: {
primary: '30 100% 50%', primary: '259 43% 56%',
'primary-hover': '30 100% 60%', 'primary-hover': '259 43% 65%',
'primary-foreground': '240 5.9% 10%', 'primary-foreground': '240 5.9% 10%',
ring: '30 100% 50%' ring: '259 43% 56%'
} }
}, },
AMBER: { AMBER: {