Skip to content
Snippets Groups Projects
  1. Jun 12, 2024
  2. Jun 09, 2024
  3. Jun 08, 2024
  4. Jun 07, 2024
    • dakkar's avatar
      rate limit note/reply/boost creation more tightly · 079abfd7
      dakkar authored
      5/minute is the same as 300/hour on average, and still high enough
      that it shouldn't be a problem for most people
      079abfd7
    • dakkar's avatar
      I meant `finally`, not `then`, thanks fEmber · 38892677
      dakkar authored
      38892677
    • dakkar's avatar
      only allow a single boost via hotkey - fixes #467 #468 · cb439948
      dakkar authored
      As usual, have to write the same thing four times ☹️
      
      The parentheses around `q` tell the hotkey/keymap code to ignore
      auto-repeat events (which works fine in Chrome but not in Firefox, I
      reported the bug https://bugzilla.mozilla.org/show_bug.cgi?id=1900397
      )
      
      In addition, I've added a guard variable that is true while calling
      the backend to boost/renote, and false otherwise. This way, even in
      Firefox we don't spam-boost. Unboosting is still *only with the
      mouse*, I have not added that functionality.
      cb439948
    • dakkar's avatar
      better block display for `<bdi>` elements · 43c0ffe7
      dakkar authored
      We use MfM in all sorts of places, and only some of them are actual
      blocks. We can now tell the `Mfm` component to make the top-level
      `<bdi>` a block when we need to (mostly note bodies, user
      descriptions, announcements) and leave it inline in all other places.
      
      This should still rendener inline rtl content embedded in ltr text in
      a sensible way, while providing right-alignment for fully rtl blocks.
      43c0ffe7
  5. Jun 03, 2024
  6. May 31, 2024
Loading