Skip to content

Conversation

IruzzArcana
Copy link

Makes quote button clickable to search quoted replies with -from:quotedreplies url:{tweet_id}.
Resolves issue #134.

@MoAbbasid
Copy link

Hoping this gets approved soon

unixfox added a commit to unixfox/periodic-build-with-github-actions that referenced this pull request Sep 7, 2025
@unixfox
Copy link
Contributor

unixfox commented Sep 7, 2025

Now in testing at https://xcancel.com

@IruzzArcana
Copy link
Author

Now in testing at https://xcancel.com

Hi @unixfox it seems like it isn't clickable on your instance, did you forget to run nimble scss or is this something that I need to look into? Because I have noticed that it's missing a ruleset (see second screenshot below)
image

image

@unixfox
Copy link
Contributor

unixfox commented Sep 7, 2025

Hello @IruzzArcana,
I'm doing nimble scss:

&& nimble scss \

I asked chatgpt and that's related to pointer-events being set to none: https://chatgpt.com/share/68bda708-6dc0-800e-ac35-0209311780d1
The solution proposed is probably the best one (overriding).

@IruzzArcana
Copy link
Author

That's strange, because I clearly set pointer-events to all here 🤔
https://github.com/IruzzArcana/nitter/blob/948504dfc0fe8cb5e277da3d630c951e48bfe1e1/src/sass/tweet/_base.scss#L205C1-L207C6
I suppose I'll look into that later.

@unixfox
Copy link
Contributor

unixfox commented Sep 7, 2025

Oops my bad. I'm dumb. It's my server side cache. Clearing it fixed the issue.

Sorry for the noise!

@IruzzArcana
Copy link
Author

All good haha, glad you sorted that out 😅

@animegrafmays
Copy link

been trying to run it for 5 days on nitter.poast.org including clearing nginx cache and it's still unclickable. I did the chatgpt thing 5 days ago and it didn't resolve either. to make sure it wasn't nginx caching I modified the version of the css from v19 to v20 to force it to pull a new one and nothing:

src/views/general.nim

    link(rel="stylesheet", type="text/css", href="/css/style.css?v=20")

any ideas?

@unixfox
Copy link
Contributor

unixfox commented Sep 7, 2025

image

pointer-events is none in your CSS file style.css so it's most likely missing a recompilation of the css files with nimble scss.

@animegrafmays
Copy link

Ran that about a dozen times the first day and about 6 today troubleshooting after reading the comments

nitter@nitter:~$ cat ~/.bash_history | grep 'nimble scss' | wc -l
33

@animegrafmays
Copy link

on disk, style.css is proper. that's weird. no cloudflare or anything, so I wonder what's actually caching it because I blew out the temp and nitter cache testing it as well

.tweet-stats {
  margin-bottom: -3px;
  -webkit-user-select: none; }
  .tweet-stats a {
    pointer-events: all; }

@unixfox
Copy link
Contributor

unixfox commented Sep 8, 2025

IMO you should ask for help in the nitter matrix in order to avoid polluting the issue.

https://matrix.to/#/#nitter:matrix.org

@animegrafmays
Copy link

last I tried to join the homeserver nitter was on blocked the homeserver we run, but i resolved it. thanks friend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants