Skip to content

Commit 37a3a24

Browse files
committed
Implementation for Add plus button tab
1 parent c5238ca commit 37a3a24

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

.posthog/eab37807-a48e-410a-90de-3cd2ad0bf59a/questions.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,12 @@
33
{
44
"id": "1",
55
"question": "What should the plus button do when clicked?",
6-
"options": [
7-
"Open task modal",
8-
"Create new tab",
9-
"Something else"
10-
]
6+
"options": ["Open task modal", "Create new tab", "Something else"]
117
},
128
{
139
"id": "2",
1410
"question": "Where should it be placed?",
15-
"options": [
16-
"Inside scrollable area",
17-
"Fixed position",
18-
"Something else"
19-
]
11+
"options": ["Inside scrollable area", "Fixed position", "Something else"]
2012
},
2113
{
2214
"id": "3",
@@ -30,11 +22,7 @@
3022
{
3123
"id": "4",
3224
"question": "Any keyboard shortcuts needed?",
33-
"options": [
34-
"Yes, specify",
35-
"No",
36-
"Something else"
37-
]
25+
"options": ["Yes, specify", "No", "Something else"]
3826
}
3927
],
4028
"answered": true,
@@ -53,4 +41,4 @@
5341
"selectedOption": "Match tab styling"
5442
}
5543
]
56-
}
44+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"dependencies": {
6767
"@ai-sdk/openai": "^2.0.52",
6868
"@phosphor-icons/react": "^2.1.10",
69-
"@posthog/agent": "1.12.0",
69+
"@posthog/agent": "1.13.0",
7070
"@radix-ui/react-icons": "^1.3.2",
7171
"@radix-ui/themes": "^3.2.1",
7272
"@tanstack/react-query": "^5.90.2",

0 commit comments

Comments
 (0)