-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: replace usage of prisma queries with custom queries in seve…
…ral components to improve performance and maintainability feat: add icons to project edit page tabs to improve UX and make it easier to identify each tab fix: add type import for SortAttribute and SortDirection in project page component to avoid type errors feat: add support for sending test exceptions to Airbrake JS and Airbrake Node fix: change error message in Airbrake JS test exception to match convention refactor: change occurrences table to use getOccurrences query function refactor: change projects table to remove unused import refactor: change sidebar desktop to use selectedProjectId instead of selectedProject feat: add getProjectById query function to fetch a single project by ID refactor: change overview component to use getProjectById query function fix: remove unused import in airbrakeActions refactor: remove unused server-only import in notices query file feat(occurrences.ts): add function to fetch occurrences based on provided search parameters feat(occurrences.ts): add cached function to fetch a single occurrence by ID refactor(projects.ts): remove unnecessary import statement
- Loading branch information
1 parent
8216b8d
commit 78adf7a
Showing
13 changed files
with
229 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.