Skip to content

Conversation

@Fredkiss3
Copy link
Contributor

@Fredkiss3 Fredkiss3 commented Nov 19, 2025

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Main changes:

  • Request logs analytics page showing analytics grouped by countries and also grouped by day
  • Also translated the sidebar headings (they weren't before)
  • Added an endpoint for getting all resource names, this is what is shown in the resource filter of the analytics page

Other changes:

  • log postgres DB queries in DEV
  • Added a component TailwindIndicator for showing the current breakpoint and screen width, this component is only shown in DEV
  • Added react compiler for quick and easy perf wins
  • Updated the set:pg & set:sqlite scripts to also export a driver variable:
    // server/db/index.ts
    export * from "./pg";
    export const driver: "pg" | "sqlite" = "pg";

Screenshots

- -
Analytics page chart Screenshot 2025-11-21 at 06 01 57
Analytics page contries Screenshot 2025-11-21 at 06 02 58
Tailwind Indicator image

@miloschwartz
Copy link
Member

Screenshots look great!

@Fredkiss3 Fredkiss3 marked this pull request as ready for review November 21, 2025 05:04
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.

2 participants