Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
8d69348
re-merge all components
tagyoureit Oct 16, 2024
83c29ec
Update maxDuration to 60 seconds in metadata route
tagyoureit Oct 16, 2024
c414f2e
Fix to wait for filters to be ready before display
tagyoureit Oct 16, 2024
deb7dd3
Fix: show/hide metrics
tagyoureit Oct 18, 2024
25a4ec1
adjust spacing for web fonts
tagyoureit Oct 18, 2024
8027a77
adjust formatting for web
tagyoureit Oct 18, 2024
013f6d9
bug fixes for interactive and standalone popups
tagyoureit Oct 21, 2024
5c22993
Refactor code to use useMetricPopup hook in InsightsOnlyPopup.tsx
tagyoureit Oct 22, 2024
bf7f07f
add error handling to insights parsing. update metric detail components
tagyoureit Oct 24, 2024
662cea1
Adjust carousel item basis for Metric component
tagyoureit Oct 24, 2024
9c91ff5
Add error handling for metrics fetching and fix markup rendering in I…
tagyoureit Oct 31, 2024
e8d2254
error handling improvements
tagyoureit Nov 1, 2024
60bcea6
remove env
tagyoureit Nov 1, 2024
55a3292
gitignore
tagyoureit Nov 1, 2024
792c8f3
Add state update for Tableau URL subdomain in PulseExtensionDialog
tagyoureit Nov 8, 2024
8b3f0bd
Remove error logging from onError handler in useTableauSessionExtensi…
tagyoureit Nov 8, 2024
1878862
major upgrade
tagyoureit Dec 14, 2024
95edf62
test env settings
tagyoureit Dec 14, 2024
dd09f06
bug fixes for pop-ups
tagyoureit Dec 24, 2024
4c69d8d
separate out single metric login for popups
tagyoureit Dec 24, 2024
63bc71e
debug target
tagyoureit Dec 24, 2024
320b99a
more target debug testing
tagyoureit Dec 24, 2024
58ba6b1
remove unnecessary debug and console messages
tagyoureit Dec 24, 2024
4f8eb10
bug fixes
tagyoureit Jan 6, 2025
2c45f23
update package lock
tagyoureit Jan 6, 2025
16b61ad
retry - build merge error
tagyoureit Jan 6, 2025
801ff12
add ts-ignore for
tagyoureit Jan 6, 2025
9c508b4
insights pop-up fixes
tagyoureit Jan 6, 2025
8496a55
update neutral sentiment color in configure dialog
tagyoureit Jan 7, 2025
0c37db1
synchronize default options
tagyoureit Jan 7, 2025
ced7f66
fix: correct region label and url for US East 1
tagyoureit Jan 21, 2025
f684166
refactor: remove AgentRuntimeProvider and related imports
tagyoureit Jan 21, 2025
6dcbf6d
remove other embedded components
tagyoureit Jan 21, 2025
12252e1
update for us-east-1 issue;
tagyoureit Jan 22, 2025
e8f6d34
No code changes made. Readme and img updates
tagyoureit Jan 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
21 changes: 0 additions & 21 deletions .env.development

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ components.json

# ignore temporarily
config/assets
.env.development
2 changes: 2 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Repository Admin
* @stephenlprice
544 changes: 472 additions & 72 deletions README.md

Large diffs are not rendered by default.

134 changes: 0 additions & 134 deletions components/Demo/components/Auth.jsx

This file was deleted.

Loading