Skip to content

Commit e496b25

Browse files
committed
chore: small changes
1 parent 7e327b6 commit e496b25

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

docs/cache_wiping.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/feature_graveyard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ And as part of the process, we "retired" many features and parts of our code bas
66
- **Admin add script:** Now its done via the master account creation UI flow, and the Admin Manager page;
77
- **Config tester:** With the gained knowledge of the edge cases, it became way easier to implement better checks and actionable error messages on the settings page;
88
- **Resources injector:** With the integration with FiveM, our plans for it changed drastically. It may or may not come back, meanwhile it was removed to prevent issues;
9-
- **Automatic cache cleaner:** This feature were created due to the vast number of requests, but in the end this "common knowledge" was based on misinformation, therefore it was removed since we don't actually need it;
9+
- **Automatic cache cleaner:** This feature were created due to the vast number of requests, but in the end this "common knowledge" was based on misinformation, therefore it was removed since we don't actually need it [(more info)](https://forum.fivem.net/t/why-people-delete-the-server-cache-folder/573851);
1010
- **SSL support:** With the rework of the entire web layer of txAdmin in preparation with the FiveM integration, we ended up removing this (tricky to implement) feature. As of 2024, we no longer believe that txAdmin is the correct place to deal with HTTPS encryption. If you want SSL, setup a self-hosted reverse proxy (nginx, caddy, etc), or preferably set up a [Cloudflare Tunnel](https://www.cloudflare.com/products/tunnel/);
1111
- **Experiments:** Well... not much to experience with right now;
1212
- **Discord static commands:** I don't think anyone ever used it since they can do it with basically any other bot;

panel/src/layout/PlayerlistSidebar/Playerlist.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export default function Playerlist() {
202202

203203
// The virtualizer
204204
const rowVirtualizer = useVirtualizer({
205-
scrollingDelay: 0,
205+
isScrollingResetDelay: 0,
206206
count: filteredPlayerlist.length,
207207
getScrollElement: () => (scrollRef.current as HTMLDivElement)?.getElementsByTagName('div')[0],
208208
estimateSize: () => 30,

0 commit comments

Comments
 (0)