Skip to content
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

Closed
1 task done
masterkain opened this issue May 26, 2023 · 1 comment
Closed
1 task done

Dynamic page titles are not working on navigation #41

masterkain opened this issue May 26, 2023 · 1 comment
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@masterkain
Copy link
Member

masterkain commented May 26, 2023

metadata, etc. little bugged in nextjs at the moment

did everything but generateMetadata has some issues

vercel/next.js#49409

@masterkain masterkain self-assigned this May 26, 2023
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 masterkain added bug Something isn't working good first issue Good for newcomers labels Jun 4, 2023
@masterkain 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.
@masterkain
Copy link
Member Author

should be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant