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
Copy link
Member

@miloschwartz miloschwartz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Added notes to register those routes with the integration router. I can update these.

ReturnType<typeof queryResourceNames>
>;

registry.registerPath({
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add to integration api

}

registry.registerPath({
method: "get",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add to integration api

@miloschwartz miloschwartz merged commit 6da7f58 into fosrl:dev Dec 4, 2025
2 checks passed
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