Commit cdb71c8
[comp] Production Deploy (#1424)
* refactor: enhance EmployeeCompletionChart with profile links
- Added external profile links for employees in the EmployeeCompletionChart, allowing users to view detailed profiles.
- Integrated organization ID retrieval using useParams for dynamic linking.
- Improved layout of employee details for better visual presentation.
* fix: Enforce role-based access control in app
* fix: Prisma seed command in `packages/db`
* fix: Move role checks on org level
* fix: Allow access to auditor role
* chore: Just restrict access to employee role
* chore(deps): bump @tiptap/extension-highlight from 2.22.3 to 3.3.0 (#1404)
Bumps [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) from 2.22.3 to 3.3.0.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-highlight/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.3.0/packages/extension-highlight)
---
updated-dependencies:
- dependency-name: "@tiptap/extension-highlight"
dependency-version: 3.3.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump dub from 0.63.7 to 0.66.1 (#1399)
Bumps [dub](https://github.com/dubinc/dub-ts) from 0.63.7 to 0.66.1.
- [Release notes](https://github.com/dubinc/dub-ts/releases)
- [Changelog](https://github.com/dubinc/dub-ts/blob/main/RELEASES.md)
- [Commits](dubinc/dub-ts@v0.63.7...v0.66.1)
---
updated-dependencies:
- dependency-name: dub
dependency-version: 0.66.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* chore(deps): bump @dub/embed-react from 0.0.15 to 0.0.16 (#1337)
Bumps [@dub/embed-react](https://github.com/dubinc/dub) from 0.0.15 to 0.0.16.
- [Commits](https://github.com/dubinc/dub/commits)
---
updated-dependencies:
- dependency-name: "@dub/embed-react"
dependency-version: 0.0.16
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* chore: update Header component and enhance NoAccess page layout (#1425)
- Added Header component to NoAccess page for better organization context.
- Adjusted layout of NoAccess page to improve user experience and visual structure.
- Updated Header component to conditionally render AssistantButton based on hideChat prop.
Dependencies updated in bun.lock for @dub/embed-react, dub, and @tiptap/extension-highlight.
Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
Co-authored-by: Dhanus <dhanus3133@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 07e116e commit cdb71c8
5 files changed
Lines changed: 41 additions & 31 deletions
File tree
- apps/app
- src
- app/(app)/no-access
- components
- packages/ui
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
15 | | - | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments