Closed freds-dev closed 1 week ago
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/@types/node@18.19.59 | None | 0 |
2.03 MB | types |
npm/@types/react@18.3.12 | None | +2 |
1.69 MB | types |
🚮 Removed packages: npm/@types/node@18.19.58, npm/@types/react@18.3.11
This pull request includes several changes to the
app/components
directory, primarily focusing on UI enhancements and code simplification. The most important changes include the replacement of thePopover
component with theSelect
component in theAggregationFilter
, updates to theDeviceDetailBox
component, and the addition of tooltips in theGraph
component.UI Component Updates:
app/components/aggregation-filter.tsx
: Replaced thePopover
component with theSelect
component for aggregation selection. This change simplifies the UI and removes the keyboard shortcut for opening the aggregation selection. [1] [2] [3]app/components/device-detail/device-detail-box.tsx
:app/components/device-detail/graph.tsx
: Added tooltips to the reset zoom button and adjusted the overlay for the color picker. [1] [2] [3] [4]Minor Style Changes:
app/components/ui/calendar.tsx
: Updated theday_selected
class to usetext-white
instead oftext-slate-50
for better contrast.Backend Changes:
app/models/measurement.server.ts
: Reduced the limit for fetching measurements from 20,000 to 3,600 to optimize performance.