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

#456 cron job and other fixes #521

Merged
merged 26 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
452af27
data dictionary table with minor features replicated in primeng
joshsjurik Jul 26, 2024
c797dc6
updated dd-poc page to use the new table comp instead of it being har…
joshsjurik Jul 30, 2024
7ad7dd2
added ability to create dynamic filter buttons
joshsjurik Jul 30, 2024
8980905
testing out possible sticky header solutions
joshsjurik Aug 14, 2024
ee9fddd
update to table height
joshsjurik Sep 10, 2024
12b757e
Merge branch 'dev' into poc-table-primeng
joshsjurik Sep 12, 2024
8e3a4f7
screenHeight is now based on window innerHEight
joshsjurik Sep 13, 2024
01e9bb6
add identifier-component and replace sidebar
joshsjurik Sep 24, 2024
25af9fe
adding google api service and commented some of log stmts and removed…
khgsa Sep 26, 2024
db8952b
update google api call udpates.
khgsa Sep 26, 2024
fd061fe
commenting code about duplicate row check using formatted date value
khgsa Sep 26, 2024
452aee9
commenting debug stmts
khgsa Sep 26, 2024
c93b498
added keyboard functionality to sidebar. removed old sidenav and upda…
joshsjurik Sep 30, 2024
54da61a
Merge pull request #497 from GSA/494-add-USWDS-identifier-component
hatfieldjm4 Oct 1, 2024
2572bb8
Patching body-parser and path-to-regexp packages due to GitHub Depend…
hatfieldjm4 Oct 1, 2024
dcaa38c
added ability to turn filters on/off
joshsjurik Oct 2, 2024
0770670
fixed stickyheader offset
joshsjurik Oct 2, 2024
d846a09
Merge pull request #499 from GSA/494-add-USWDS-identifier-component
hatfieldjm4 Oct 2, 2024
bcc69a6
added report style
joshsjurik Oct 14, 2024
c4616e3
Merge branch 'dev' into poc-table-primeng
joshsjurik Oct 14, 2024
58766ba
Replaced all report tables with new PrimeNG table
joshsjurik Oct 18, 2024
9962dcb
Merge pull request #502 from GSA/poc-table-primeng
hatfieldjm4 Oct 21, 2024
eaf9cce
Merge branch 'test' into dev
khgsa Oct 23, 2024
9021a52
Making the rows of the websites service category modal table clickabl…
hatfieldjm4 Oct 24, 2024
8f29e1a
comning all commits for #456 & #507 tasks to remove data
khgsa Oct 25, 2024
63a8778
change to sanitize sql input
khgsa Oct 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
"node_modules/bootstrap-table/dist/bootstrap-table.min.css",
"node_modules/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css",
"node_modules/@ng-select/ng-select/themes/default.theme.css",
"node_modules/@uswds/uswds/dist/css/uswds.css"
"node_modules/@uswds/uswds/dist/css/uswds.css",
"node_modules/primeng/resources/themes/lara-light-blue/theme.css",
"node_modules/primeng/resources/primeng.min.css"
],
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
Expand Down Expand Up @@ -84,8 +86,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "4mb",
"maximumError": "5mb"
"maximumWarning": "6mb",
"maximumError": "7mb"
},
{
"type": "anyComponentStyle",
Expand All @@ -111,8 +113,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "4mb",
"maximumError": "5mb"
"maximumWarning": "6mb",
"maximumError": "7mb"
},
{
"type": "anyComponentStyle",
Expand All @@ -132,8 +134,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "4mb",
"maximumError": "5mb"
"maximumWarning": "6mb",
"maximumError": "7mb"
},
{
"type": "anyComponentStyle",
Expand Down
Loading
Loading