Skip to content

Commit

Permalink
chore: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tabarra committed Oct 10, 2024
1 parent 7e327b6 commit e496b25
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions docs/cache_wiping.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/feature_graveyard.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ And as part of the process, we "retired" many features and parts of our code bas
- **Admin add script:** Now its done via the master account creation UI flow, and the Admin Manager page;
- **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;
- **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;
- **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;
- **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);
- **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/);
- **Experiments:** Well... not much to experience with right now;
- **Discord static commands:** I don't think anyone ever used it since they can do it with basically any other bot;
Expand Down
2 changes: 1 addition & 1 deletion panel/src/layout/PlayerlistSidebar/Playerlist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default function Playerlist() {

// The virtualizer
const rowVirtualizer = useVirtualizer({
scrollingDelay: 0,
isScrollingResetDelay: 0,
count: filteredPlayerlist.length,
getScrollElement: () => (scrollRef.current as HTMLDivElement)?.getElementsByTagName('div')[0],
estimateSize: () => 30,
Expand Down

0 comments on commit e496b25

Please sign in to comment.