-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic page titles are not working on navigation #41
Labels
Comments
masterkain
added a commit
that referenced
this issue
May 27, 2023
… from the database based on optional search term, refs #41 feat(queries/projects.ts): add getProjectsGroupedByOrganization function to fetch projects grouped by organization from the database refactor(ProjectsTable.tsx): remove prisma import and replace with getProjects function to fetch projects from the database refactor(SidebarDesktop.tsx): remove prisma import and replace with getProjectsGroupedByOrganization function to fetch projects grouped by organization from the database
masterkain
added a commit
that referenced
this issue
May 27, 2023
This commit adds support for sorting and filtering notices by environment, seen count, last update, and exception type. It also includes changes to the `NoticesTable` and `Sort` components to use the new search parameters. Additionally, a new utility function `generateUpdatedURL` was added to generate updated URLs with new search parameters. Finally, a new module `notices.ts` was added to handle queries related to notices.
masterkain
changed the title
Dynamic page titles
Dynamic page titles are not working on navigation
Jun 4, 2023
masterkain
added a commit
that referenced
this issue
Jun 8, 2023
… from the database based on optional search term, refs #41 feat(queries/projects.ts): add getProjectsGroupedByOrganization function to fetch projects grouped by organization from the database refactor(ProjectsTable.tsx): remove prisma import and replace with getProjects function to fetch projects from the database refactor(SidebarDesktop.tsx): remove prisma import and replace with getProjectsGroupedByOrganization function to fetch projects grouped by organization from the database
masterkain
added a commit
that referenced
this issue
Jun 8, 2023
This commit adds support for sorting and filtering notices by environment, seen count, last update, and exception type. It also includes changes to the `NoticesTable` and `Sort` components to use the new search parameters. Additionally, a new utility function `generateUpdatedURL` was added to generate updated URLs with new search parameters. Finally, a new module `notices.ts` was added to handle queries related to notices.
This was referenced Jun 8, 2023
should be fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
metadata, etc. little bugged in nextjs at the moment
did everything but
generateMetadata
has some issuesvercel/next.js#49409
The text was updated successfully, but these errors were encountered: