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

New bar chart icon #9372

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion front/components/workspace/ActivityReport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function ActivityReport({
{!!monthOptions.length && (
<div className="flex-grow">
<div className="flex flex-col gap-3">
<Page.H variant="h6">Full activity report</Page.H>
<Page.H variant="h6">Detailed activity report</Page.H>
<Page.P variant="secondary">
Download workspace activity details.
</Page.P>
Expand Down
6 changes: 3 additions & 3 deletions front/components/workspace/Analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function QuickInsights({ owner }: QuickInsightsProps) {
className="w-full"
/>
<Card
title="Daily Active Users"
title="Daily Active Members"
subtitle="Average on 7 days"
content={
<div className="flex flex-col gap-1">
Expand All @@ -47,7 +47,7 @@ export function QuickInsights({ owner }: QuickInsightsProps) {
className="w-full"
/>
<Card
title="Active Users"
title="Active Members"
subtitle="Last 7 days"
content={
<div className="grid grid-cols-2">
Expand All @@ -65,7 +65,7 @@ export function QuickInsights({ owner }: QuickInsightsProps) {
className="w-full"
/>
<Card
title="Active Users"
title="Active Members"
subtitle="Last 30 days"
content={
<div className="grid grid-cols-2">
Expand Down
Binary file modified front/public/static/landing/api/api1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified front/public/static/landing/api/api2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified front/public/static/landing/api/api3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions sparkle/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sparkle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dust-tt/sparkle",
"version": "0.2.338",
"version": "0.2.339",
"scripts": {
"build": "rm -rf dist && npm run tailwind && npm run build:esm && npm run build:cjs",
"tailwind": "tailwindcss -i ./src/styles/tailwind.css -o dist/sparkle.css",
Expand Down
Binary file added sparkle/src/icons/solid/bar-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sparkle/src/icons/stroke/bar-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading