naidje

🏳️‍⚧️ Fake gamer girl 🏳️‍🌈


 

Be gay! Do crimes! Make art!

 

30-something trans woman of color, PNGTuber, artist, weird nerd.

 

This page is mostly personal posts, SFW art, and rechosts.

 


Personal website
naidje.com/
Discord
naidje

chutils
@chutils

General

  • Updated the markdown parser again
  • Implemented IndexedDB for caching posts and projects, cutting down on API requests

New feature: Like and share from post headers

  • Allows adding like and/or share buttons to each post in a thread, so that you can like and/or share them without clicking through to the permalink

New feature: Post bookmarks

Horizontal navigation

  • Navbar is now shown on user pages
  • Added bookmarks integration
  • Navbar is now more accurately positioned before being moved to reduce jank

Open notifications in popover view

  • Remove empty notifications before rendering

Conditionally show 18+

  • Fixed content not being re-hideable

Post filtering

  • Fixed originals being hidden when they shouldn't be

Post previews

  • Fixed rendering when using the v2 post composer

Keyboard shortcuts

  • Fixed inability to paginate upwards when filtering posts

You must log in to comment.

in reply to @chutils's post:

thanks for making this excellent addon! i love it!

also, bug report: all of my own chosts disappear with the following filter settings:

  "filtering": {
    "enabled": true,
    "options": {
      "ownPosts": false,
      "duplicatePosts": "normal",
      "filterText": "",
      "filterTags": "",
      "filterCws": "",
      "ownPostsToggle": false,
      "hideShares": false,
      "hideSharesToggle": false,
      "duplicatePostsToggle": true
    }
  }

i'm running firefox 130.0 on kubuntu. i'll try restarting the browser and then the os to see if that has any effect.