* ui: start redesign for live search/list
* ui: remove search field, show filters picker by default for assist
* ui: filter modal wip
* ui: filter modal wip
* ui: finish with omnisearch thing
* ui: start new dashboard redesign
* refining new card section
* ui: some "new dashboard" view improvs, fix icons fill inheritance, add ai button colors
* ui: split up search component (1.22+ tbd?), restrict filter type to own modals
* ui: mimic ant card
* ui: some changes for card creation flow, add series table to CustomMetricLineChart.tsx
* ui: more chart types, add table with filtering out series, start "compare to" thing
* ui: comparison designs
* ui: better granularity support, comparison view for bar chart
* ui: add comparison to more charts, add "metric" chart (BigNumChart.tsx)
* ui: cleanup logs
* ui: fix defualt import, fix sessheader crash, fix condition set ui
* ui: some refactoring and type coverage...
* ui: more refactoring; silence warnings for list renderers
* ui: moveing and renaming filters
* ui: add metricOf selector
* ui: check for metric type
* ui: fix crashes, add widget library table
* ui: change new series btn
* ui: restrict filterselection
* ui: fix timeseries table format
* ui: autoclose autocomplete modal
* ui: some fixes to issue filters default value, display and placeholder consistency
* ui: some dashboard issues with card selection modal and empty states
* ui: comparing for funnels, alternate column view, some refactoring to prepare for customizations...
* Style improvements in omnisearch headers
* Revert "Style improvements in omnisearch headers"
This reverts commit 89e51b0531.
* ui: show health status fetch error
* ui: table, bignum and comp for funnel, add csv export
* Omni-search improvements. (#2823)
Co-authored-by: Sudheer Salavadi <connect.uxmaster@gmail.com>
* ui: fix bad merge (git hallo?)
* ui: fix filter mapper
* rm husky
* ui: add card floater
* ui: add card floater
* ui: refactor local autocomplete input
* ui: filterout empty options
* UI improvements in New Cards (#2864)
* ui: some minor dashb improvements
* ui: metric type selector for head
* ui: change card type selector, add automapping
* ui: check chart/widget components for crashes
* ui: fix crash with table metrics
* ui: fix crashes related to metric type changes
* ui: filter category for clickmap filt
* ui: fix dash options menu, fix cr/up button
* ui: fix dash list menu propagation
* ui: hide addevent in heatmaps
* ui: fix time mapping for charts
* ui: fix exclusion component for path
* ui: fix series amount for path analysis, rm grid/list selector
* ui: fix icons in list view
* ui: fix for dlt button in widgets
* Various improvements Cards, OmniSearch and Cards Listing (#2881)
* ui: some improvements for cards list view, funnels and general filter display
* ui: longer node width for journey
* Product Analytics UI Improvements. (#2896)
* Various improvements Cards, OmniSearch and Cards Listing
* Improved cards listing page
* Various improvements in product analytics
* Charts UI improvements
---------
Co-authored-by: nick-delirium <nikita@openreplay.com>
* Live se red s2 (#2902)
* Various improvements Cards, OmniSearch and Cards Listing
* Improved cards listing page
* Various improvements in product analytics
* Charts UI improvements
* ui crash
---------
Co-authored-by: Sudheer Salavadi <connect.uxmaster@gmail.com>
* ui: fix lucide version
* ui: fix custom comparison period
* ui: fix custom comparison period
* ui: handle minor paths on frontend for path/sankey
* ui: assign icon for event types in sankey nodes
* ui: some strings changed
* ui: hide btn control for table view
* Various improvements in graphs, and analytics pages. (#2908)
* Various improvements Cards, OmniSearch and Cards Listing
* Improved cards listing page
* Various improvements in product analytics
* Charts UI improvements
* ui crash
* Chart improvements and layout toggling
* Various improvements
* Tooltips
---------
Co-authored-by: nick-delirium <nikita@openreplay.com>
* ui: fix weekday mapper for x axis on >7d range
* ui: lower default density to 35, fix table card display
* ui: filterMinorPaths -> return input data if nodes arr. is empty
* ui: use default filter for sessions, move around saved search actions, remove tags modal
* ui: fix card creator visibility in grid, fix table exporter visiblility in grid
* ui: fix some proptype warnings
* ui: change new series default expand state
* ui: save comp range in widget details
* ui: move timeseries to apache echarts
* ui: use unique id for window values
* ui: add timestamp for comp tooltip row
* ui: rename var for readability
* ui: fix comparison for 24hr
* Streamlined icons and improved echarts trends (#2920)
* Various improvements Cards, OmniSearch and Cards Listing
* Improved cards listing page
* Various improvements in product analytics
* Charts UI improvements
* ui crash
* Chart improvements and layout toggling
* Various improvements
* Tooltips
* Improved icons in cards listing page
* Update WidgetFormNew.tsx
* Sankey improvements
* Icon and text updates
Text alignment and color changes in x-ray
Icon Mapping with appropriate names and shapes
* Colors and Trend Chart Interaction updates
* ui
---------
Co-authored-by: nick-delirium <nikita@openreplay.com>
* ui: series update observe
* ui: resize chart on window
* ui: move barchart to echarts
* ui: fixing bars under comparison
* ui: fixing horizontal bar tooltip
* ui: rm unused
* ui: keep state in storage
* ui: small fixes for granularity and comparisons
* ui: fix savesearch button, fix comparison period tracking
* ui: fix funnel type selection
* ui: fixing saved search button
* ui: enable error logging, remove immutable reference
* ui: update savedsearch drop
* ui: disable button if no saved
* ui: small ui fixes
* ui: add drill to summary charts, add more options to card category picker
* ui: filter compSeries with table
* ui: swap tag_el operator and value
* ui: fix top countries
* ui: further changes for search/cards
* ui: move focus to session list on line click
* ui: fix issue filter mapper
* ui: fix alert pre-init function, fix metric list options, fix legend placement
* ui: fixes for card library
* ui: work on new sankey chart
* ui: fix metadata prefetch
* ui: moving snakey to echarts
* ui: fix funnel comparison focus
* ui: stale loader
---------
Co-authored-by: Sudheer Salavadi <connect.uxmaster@gmail.com>
459 lines
7.5 KiB
CSS
459 lines
7.5 KiB
CSS
:root{
|
|
--bg-teal: #394dfe;
|
|
}
|
|
|
|
.ant-btn{
|
|
border-radius: .5rem;
|
|
}
|
|
|
|
.ant-btn-primary{
|
|
background-color: var(--bg-teal);
|
|
}
|
|
|
|
:root{
|
|
--bg-teal: #394dfe;
|
|
}
|
|
|
|
.ant-btn{
|
|
border-radius: .5rem;
|
|
}
|
|
|
|
.ant-btn-primary{
|
|
background-color: var(--bg-teal);
|
|
}
|
|
|
|
.ml-15 { margin-left: 15px; }
|
|
|
|
.ph-10 { padding-left: 10px; padding-right: 10px; }
|
|
.ph-20 { padding-left: 20px; padding-right: 20px; }
|
|
|
|
|
|
.info.info.info.info.info { /* BAD HACK >:) */
|
|
background-color: rgba(242, 248, 255, 0.6);
|
|
&:hover {
|
|
background-color: rgba(242, 248, 255, 1);
|
|
}
|
|
}
|
|
|
|
.warn.warn.warn.warn {
|
|
background-color: rgba(253, 248, 240, 0.6);
|
|
&:hover {
|
|
background-color: rgba(253, 248, 240, 1);
|
|
}
|
|
}
|
|
|
|
.error.error.error.error {
|
|
background-color: rgba(252, 242, 242, 0.6);
|
|
&:hover {
|
|
background-color: rgba(252, 242, 242, 1);
|
|
}
|
|
}
|
|
|
|
|
|
.thin-scrollbar {
|
|
scrollbar-width: thin;
|
|
&::-webkit-scrollbar {
|
|
width: 4px;
|
|
}
|
|
}
|
|
|
|
.scroll-x {
|
|
overflow-x: auto;
|
|
scrollbar-width: thin;
|
|
&::-webkit-scrollbar {
|
|
width: 4px;
|
|
}
|
|
}
|
|
.scroll-y {
|
|
overflow-y: auto;
|
|
scrollbar-width: thin;
|
|
&::-webkit-scrollbar {
|
|
width: 4px;
|
|
}
|
|
}
|
|
|
|
.grecaptcha-badge{
|
|
display:none !important;
|
|
}
|
|
|
|
/* .divider,
|
|
.divider-light {
|
|
height: 1px;
|
|
background-color: $gray-light;
|
|
margin: 25px 0;
|
|
|
|
&.m5 {
|
|
margin: 5px 0;
|
|
}
|
|
} */
|
|
|
|
/* .divider-light {
|
|
border-color: $gray-lightest;
|
|
height: 2px;
|
|
} */
|
|
|
|
.font-size-10 { font-size: 10px; }
|
|
.font-size-12 { font-size: 12px; }
|
|
.font-size-16 { font-size: 16px; }
|
|
.font-size-20 { font-size: 20px; }
|
|
|
|
.font-weight-regular { font-weight: 400; }
|
|
.font-weight-bold { font-weight: 600; }
|
|
.font-weight-thin { font-weight: 100; }
|
|
|
|
.text-center { text-align: center; }
|
|
|
|
.default-hover {
|
|
transition: all 0.4s;
|
|
&:hover {
|
|
/* background-color: $active-blue; */
|
|
color: $teal;
|
|
transition: all 0.2s;
|
|
& a {
|
|
color: $teal;
|
|
}
|
|
& svg {
|
|
fill: $teal;
|
|
}
|
|
}
|
|
}
|
|
|
|
.img-crcle {
|
|
border-radius: 50%;
|
|
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0 0.3);
|
|
}
|
|
|
|
.active-bg {
|
|
background-color: $active-blue;
|
|
}
|
|
|
|
.border-b-light {
|
|
border-bottom: solid thin $gray-light;
|
|
}
|
|
|
|
.mb-15-imp {
|
|
margin-bottom: 15px !important;
|
|
}
|
|
|
|
.color-red {
|
|
color: $red;
|
|
}
|
|
|
|
.InputContainer .InputElement,
|
|
.ElementsApp, .ElementsApp .InputElement {
|
|
font-size: 40px;
|
|
padding: 20px;
|
|
background-color: white !important;
|
|
border: solid thin white !important;
|
|
}
|
|
|
|
.ui.modal>.content {
|
|
background-color: white !important;
|
|
}
|
|
.ui.modal>.actions {
|
|
text-align: left !important;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.border-gray-light {
|
|
border: solid thin rgb(229 231 235 / var(--tw-text-opacity, 1))
|
|
}
|
|
|
|
.btn-disabled {
|
|
opacity: 0.5;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.code-font {
|
|
font-family: 'Menlo', 'monaco', 'consolas', monospace;
|
|
font-size: 13px;
|
|
}
|
|
|
|
::placeholder {
|
|
color: $gray-medium !important;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.placeholder-lg::placeholder {
|
|
color: $gray-medium !important;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.ui[class*="top fixed"].menu {
|
|
background-color: white !important;
|
|
border-bottom: solid thin #ddd !important;
|
|
}
|
|
|
|
.border-radius-3 {
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.muted {
|
|
color: $gray-medium;
|
|
}
|
|
|
|
.thin-gray-border {
|
|
border: 1px solid $gray-light;
|
|
}
|
|
.thin-blue-border {
|
|
border: 1px solid $active-blue-border;
|
|
}
|
|
|
|
.speedIndexPopup {
|
|
font-size: 10px !important;
|
|
& span {
|
|
font-size: 10px;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
.fit-content {
|
|
width: fit-content;
|
|
}
|
|
|
|
.gray-hover:hover {
|
|
background-color: $gray-light;
|
|
transition: all 0.4s;
|
|
}
|
|
|
|
.quote:before {
|
|
position: absolute;
|
|
/* font-family: 'FontAwesome'; */
|
|
top: 10px;
|
|
left: 0;
|
|
|
|
content: "\201C";
|
|
font-size: 140px;
|
|
color: rgba(0,0,0,0.1);
|
|
}
|
|
|
|
.quote:after {
|
|
position: absolute;
|
|
/* font-family: 'FontAwesome'; */
|
|
bottom: 10px;
|
|
right: 0;
|
|
|
|
content: "\201E";
|
|
font-size: 140px;
|
|
color: rgba(0,0,0,0.1);
|
|
}
|
|
|
|
.cap-first:first-letter {
|
|
text-transform: capitalize
|
|
}
|
|
|
|
.bg-hover {
|
|
transition: all 0.3s;
|
|
&:hover {
|
|
transition: all 0.2s;
|
|
background-color: $active-blue;
|
|
}
|
|
}
|
|
|
|
.ui.progress:last-child {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.blink-border {
|
|
/* border: 1px #ff0000 solid; */
|
|
border-color: #CC0000;
|
|
|
|
animation: blink 1s;
|
|
animation-iteration-count: 3;
|
|
}
|
|
|
|
.underline-dashed {
|
|
text-decoration: underline;
|
|
text-decoration-style: dashed;
|
|
text-decoration-thickness: 2px;
|
|
}
|
|
|
|
@keyframes blink { 50% { border-color:#fff ; } }
|
|
|
|
|
|
.highlight-gray {
|
|
background-color: $gray-medium;
|
|
color: white;
|
|
border-radius: 3px;
|
|
padding: 1px 2px;
|
|
}
|
|
|
|
.highlight-blue {
|
|
background-color: $active-blue;
|
|
border-radius: 3px;
|
|
padding: 1px 3px;
|
|
}
|
|
|
|
.hljs {
|
|
padding: 12px !important;
|
|
border-radius: 6px !important;
|
|
background-color: $gray-lightest !important;
|
|
font-size: 12px !important;
|
|
}
|
|
|
|
p {
|
|
margin-bottom: 10px !important;
|
|
}
|
|
|
|
.link {
|
|
color: $teal !important;
|
|
cursor: pointer;
|
|
&:hover {
|
|
text-decoration: underline !important;
|
|
}
|
|
}
|
|
|
|
.tippy-tooltip.openreplay-theme {
|
|
background-color: $tealx;
|
|
color: white;
|
|
}
|
|
|
|
.tippy-tooltip.openreplay-theme[data-animatefill] {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.tippy-tooltip.openreplay-theme .tippy-backdrop {
|
|
background-color: $tealx;
|
|
}
|
|
.tippy-tooltip[data-theme~='nopadding'], .nopadding-theme {
|
|
padding: 0!important;
|
|
transition: none!important;
|
|
}
|
|
|
|
.tippy-tooltip[data-theme~='nopadding'] > .enter {
|
|
background-color: transparent!important;
|
|
}
|
|
|
|
.tippy-notransition, .tippy-notransition > * {
|
|
transition: none!important;
|
|
will-change: unset!important;
|
|
}
|
|
|
|
@media print {
|
|
.no-print {
|
|
display:none !important;
|
|
}
|
|
}
|
|
|
|
.printable-report * {
|
|
white-space: nowrap !important;
|
|
}
|
|
.recharts-default-legend {
|
|
display: flex !important;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.recharts-legend-item {
|
|
display: flex !important;
|
|
align-items: center !important;
|
|
white-space: nowrap !important;
|
|
}
|
|
|
|
.recharts-legend-item-text {
|
|
white-space: nowrap !important;
|
|
}
|
|
|
|
|
|
|
|
.stripes {
|
|
background: repeating-linear-gradient(
|
|
135deg,
|
|
transparent,
|
|
transparent 2px,
|
|
#ccc 1px,
|
|
#ccc 1px
|
|
);
|
|
}
|
|
|
|
.animate-fade {
|
|
animation: fade 0.1s cubic-bezier(0.4, 0, 0.6, 1);
|
|
}
|
|
|
|
@keyframes fade {
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
|
|
#arrow {
|
|
position: absolute;
|
|
background: #333;
|
|
width: 80px;
|
|
height: 80px;
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.dev-row {
|
|
transition: all 0.5s;
|
|
}
|
|
|
|
.hover-color-teal:hover {
|
|
color: $teal !important;
|
|
& div {
|
|
color: $teal !important;
|
|
}
|
|
& svg {
|
|
fill: $teal !important;
|
|
}
|
|
}
|
|
|
|
.text-area {
|
|
border: solid thin #ddd;
|
|
border-radius: 3px;
|
|
resize: none;
|
|
background-color: #ffff;
|
|
}
|
|
|
|
.ant-menu-light .ant-menu-item-selected, :where(.css-dev-only-do-not-override).ant-menu-light>.ant-menu .ant-menu-item-selected{
|
|
background-color: #E6E9FA;
|
|
}
|
|
|
|
.pref-projects-menu .ant-menu-light .ant-menu-item-selected{
|
|
background-color: #F6F7FF;
|
|
color: rgba(0,0,0,.7);
|
|
font-weight: 500;
|
|
}
|
|
|
|
.pref-projects-menu .ant-menu-light .ant-menu-item{
|
|
margin-bottom: .5rem;
|
|
border-radius: .75rem;
|
|
}
|
|
|
|
.dashboardDataPeriodSelector .dashboardMoreOptionsLabel{
|
|
display: none;
|
|
}
|
|
|
|
.utStatusToggler .ant-select-selector{
|
|
border-radius: .5rem;
|
|
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
}
|
|
|
|
|
|
.eg-card input[name="search"] {
|
|
visibility: hidden !important;
|
|
}
|
|
|
|
.ant-segmented-group{
|
|
gap:0.25rem;
|
|
}
|
|
|
|
.ant-segmented-item-label {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
input[type="number"]::-webkit-inner-spin-button,
|
|
input[type="number"]::-webkit-outer-spin-button {
|
|
-webkit-appearance: none; /* Remove default styling */
|
|
appearance: none;
|
|
margin: 0; /* Fix margin if necessary */
|
|
}
|
|
|
|
.ant-segmented-item{
|
|
border-radius: .5rem !important;
|
|
}
|