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] <[email protected]>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mariano Fuentes <[email protected]>
* 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mariano Fuentes <[email protected]>
* 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 <[email protected]>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Mariano Fuentes <[email protected]>
Co-authored-by: Dhanus <[email protected]>
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
File tree
5 files changed
+41
-31
lines changed- apps/app
- src
- app/(app)/no-access
- components
- packages/ui
5 files changed
+41
-31
lines changed| 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
767 | 767 | | |
768 | 768 | | |
769 | 769 | | |
770 | | - | |
| 770 | + | |
771 | 771 | | |
772 | | - | |
| 772 | + | |
773 | 773 | | |
774 | 774 | | |
775 | 775 | | |
| |||
1707 | 1707 | | |
1708 | 1708 | | |
1709 | 1709 | | |
1710 | | - | |
| 1710 | + | |
1711 | 1711 | | |
1712 | 1712 | | |
1713 | 1713 | | |
| |||
2755 | 2755 | | |
2756 | 2756 | | |
2757 | 2757 | | |
2758 | | - | |
| 2758 | + | |
2759 | 2759 | | |
2760 | 2760 | | |
2761 | 2761 | | |
| |||
4309 | 4309 | | |
4310 | 4310 | | |
4311 | 4311 | | |
4312 | | - | |
| 4312 | + | |
4313 | 4313 | | |
4314 | 4314 | | |
4315 | 4315 | | |
| |||
5111 | 5111 | | |
5112 | 5112 | | |
5113 | 5113 | | |
5114 | | - | |
5115 | | - | |
5116 | 5114 | | |
5117 | 5115 | | |
5118 | 5116 | | |
| |||
5247 | 5245 | | |
5248 | 5246 | | |
5249 | 5247 | | |
| 5248 | + | |
| 5249 | + | |
5250 | 5250 | | |
5251 | 5251 | | |
5252 | 5252 | | |
| |||
5821 | 5821 | | |
5822 | 5822 | | |
5823 | 5823 | | |
| 5824 | + | |
| 5825 | + | |
5824 | 5826 | | |
5825 | 5827 | | |
5826 | 5828 | | |
5827 | 5829 | | |
5828 | 5830 | | |
5829 | 5831 | | |
5830 | | - | |
5831 | | - | |
5832 | 5832 | | |
5833 | 5833 | | |
5834 | 5834 | | |
| |||
| 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