Skip to content

Commit

Permalink
Sparkle front2 (#3283)
Browse files Browse the repository at this point in the history
* Updating SliderToggle

* Bumping Sparkle to 70

---------

Co-authored-by: édouard wautier <[email protected]>
  • Loading branch information
Duncid and édouard wautier authored Jan 18, 2024
1 parent 008f806 commit 26bfd42
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ function DataSourceResourceSelector({
<SliderToggle
selected={isSelectAll}
onClick={toggleSelectAll}
size="md"
size="sm"
/>
</div>
<div className="flex flex-row pb-4 text-lg font-semibold text-element-900">
Expand Down
8 changes: 4 additions & 4 deletions front/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 front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"initdb": "npx tsx admin/db.ts"
},
"dependencies": {
"@dust-tt/sparkle": "^0.2.67",
"@dust-tt/sparkle": "^0.2.70",
"@dust-tt/types": "file:../types",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion front/pages/w/[wId]/assistant/assistants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ export default function PersonalAssistants({
/>

<SliderToggle
size="sm"
size="xs"
onClick={async () => {
await updateAgentUserListStatus(
agent,
Expand Down
2 changes: 1 addition & 1 deletion front/pages/w/[wId]/builder/assistants/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export default function WorkspaceAssistants({
) : (
<div className="relative">
<SliderToggle
size="sm"
size="xs"
onClick={async () => {
await handleToggleAgentStatus(agent);
}}
Expand Down
2 changes: 1 addition & 1 deletion front/pages/w/[wId]/builder/data-sources/[name]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ function SlackBotEnableView({
action={
<div className="relative">
<SliderToggle
size="sm"
size="xs"
onClick={async () => {
if (!plan.limits.assistant.isSlackBotAllowed)
setShowNoSlackBotPopup(true);
Expand Down

0 comments on commit 26bfd42

Please sign in to comment.