Compare commits
No commits in common. "9c5bec06fbebddf51f71ccc220b34a581c3fabac" and "517aff1da3bcd978c742904e78017e43b672afb4" have entirely different histories.
9c5bec06fb
...
517aff1da3
@ -311,22 +311,6 @@ export default {
|
||||
return true
|
||||
}
|
||||
|
||||
const [newSubPost] = await models.$queryRawUnsafe(`
|
||||
SELECT EXISTS(
|
||||
SELECT *
|
||||
FROM "SubSubscription"
|
||||
JOIN "Item" ON "SubSubscription"."subName" = "Item"."subName"
|
||||
${whereClause(
|
||||
'"SubSubscription"."userId" = $1',
|
||||
'"Item".created_at > $2',
|
||||
'"Item"."parentId" IS NULL',
|
||||
await filterClause(me, models),
|
||||
muteClause(me))})`, me.id, lastChecked)
|
||||
if (newSubPost.exists) {
|
||||
foundNotes()
|
||||
return true
|
||||
}
|
||||
|
||||
// check if they have any mentions since checkedNotesAt
|
||||
if (user.noteMentions) {
|
||||
const [newMentions] = await models.$queryRawUnsafe(`
|
||||
|
@ -98,4 +98,3 @@ Radentor,issue,,#1177,easy,,,,10k,Radentor@stacker.news,2024-05-17
|
||||
tsmith123,pr,#1179,#790,good-first-issue,high,,,40k,stickymarch60@walletofsatoshi.com,2024-05-17
|
||||
SatsAllDay,pr,#1159,#510,medium-hard,,1,,450k,weareallsatoshi@getalby.com,2024-05-22
|
||||
Darth-Coin,issue,#1159,#510,medium-hard,,1,,45k,darthcoin@stacker.news,2024-05-22
|
||||
OneOneSeven117,issue,#1187,#1164,easy,,,,10k,OneOneSeven@stacker.news,2024-05-23
|
||||
|
|
@ -213,7 +213,6 @@ a.link:visited {
|
||||
width: 800px;
|
||||
border-radius: .3rem;
|
||||
line-height: .8rem;
|
||||
max-width: 256px;
|
||||
}
|
||||
|
||||
.skeleton .link::after {
|
||||
|
@ -66,10 +66,11 @@ function UserItemsHeader ({ type, name }) {
|
||||
initial={{ type, by, when, from: '', to: '' }}
|
||||
onSubmit={select}
|
||||
>
|
||||
<div className='text-muted fw-bold d-flex align-items-center flex-wrap'>
|
||||
<div className='text-muted fw-bold mb-2 d-flex align-items-center'>
|
||||
<div className='text-muted fw-bold mt-0 mb-3 d-flex justify-content-start align-items-center flex-wrap'>
|
||||
<div className='text-muted fw-bold mt-0 mb-2 d-flex justify-content-start align-items-center'>
|
||||
<Select
|
||||
groupClassName='mb-0 me-2'
|
||||
className='w-auto'
|
||||
name='type'
|
||||
size='sm'
|
||||
overrideValue={type}
|
||||
@ -79,6 +80,7 @@ function UserItemsHeader ({ type, name }) {
|
||||
by
|
||||
<Select
|
||||
groupClassName='mb-0 mx-2'
|
||||
className='w-auto'
|
||||
name='by'
|
||||
size='sm'
|
||||
overrideValue={by}
|
||||
@ -88,6 +90,7 @@ function UserItemsHeader ({ type, name }) {
|
||||
for
|
||||
<Select
|
||||
groupClassName='mb-0 mx-2'
|
||||
className='w-auto'
|
||||
name='when'
|
||||
size='sm'
|
||||
items={WHENS}
|
||||
|
Loading…
x
Reference in New Issue
Block a user