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

feat(analyze): Adds Analyze option to test command #2265

Merged
merged 28 commits into from
Jan 29, 2025
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
da8e844
feat: Adds Insights Notification
luistak Jan 13, 2025
7a3d8ea
feat(analyze): Adds initial Analyze option to test command locally
luistak Jan 19, 2025
fe5d20e
refactor(analyze): Test analyze report and generation to use server s…
luistak Jan 22, 2025
eba4686
feat(login): Adjusts apiUrl option to kebab case
luistak Jan 23, 2025
6431aa0
feat(test): Adjusts api url and key options to kebab case
luistak Jan 23, 2025
326f968
style(analyze): Adjusts cli output messages and styles
luistak Jan 23, 2025
9f07924
Scroll local video rendering to follow currently executing command (#…
Leland-Takamine Jan 14, 2025
5deb64a
Update README.md
Leland-Takamine Jan 15, 2025
97e83a5
Web fixes (#2250)
Leland-Takamine Jan 16, 2025
84acfe4
Enable running Maestro on Windows without WSL (#2248)
Leland-Takamine Jan 16, 2025
899f83d
Add console.log messages directly to the maestro log (#2249)
Fishbowler Jan 17, 2025
18962b0
Fix: dark mode for browser action bar (#2255)
dmitry-zaitsev Jan 18, 2025
3cd8c59
Prepare release 1.39.9 (#2245)
amanjeetsingh150 Jan 20, 2025
d82a196
Improved install script (#2263)
Fishbowler Jan 20, 2025
25fc003
Prepare for release 1.39.10 (#2264)
Fishbowler Jan 20, 2025
adb2768
feat(analyze): Adds initial Analyze option to test command locally
luistak Jan 19, 2025
dda9ade
refactor(analyze): Test analyze report and generation to use server s…
luistak Jan 22, 2025
60dbad1
feat(login): Adjusts apiUrl option to kebab case
luistak Jan 23, 2025
bbd1cec
feat(test): Adjusts api url and key options to kebab case
luistak Jan 23, 2025
030da10
style(analyze): Adjusts cli output messages and styles
luistak Jan 23, 2025
820acab
feat(analyze): Adjusts Analysis Manager to maybe notify new feature
luistak Jan 24, 2025
c8e4f5f
Merge branch 'feat/insights-notification' into feat/insights-analyze
luistak Jan 24, 2025
8b41130
fix(analyze): Simplify AnalyzeResponse contract
luistak Jan 27, 2025
481ab04
refactor(analyze): Rename Flow Files to Debug files along with non-pr…
luistak Jan 27, 2025
b004395
fix(analyze): Adjusts Analytics class to Notification
luistak Jan 27, 2025
3746011
feat(analyze): Filters similar screenshots to avoid noise and unneces…
luistak Jan 27, 2025
8bb9882
fix(analyze): Tryout typo adjustmentt
luistak Jan 28, 2025
b31b60f
fix(analyze): Adjusts notification var naming
luistak Jan 28, 2025
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
Prev Previous commit
Next Next commit
Fix: dark mode for browser action bar (#2255)
dmitry-zaitsev authored and luistak committed Jan 24, 2025
commit 18962b07e4038c74a5d3c51225fd4800fe6c32ac
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ const BrowserActionBar = ({currentUrl, onUrlUpdated, isLoading}: {
</div>
<Input
className={twMerge(
"w-full pl-8 pr-1 py-0.5 rounded-full border-2 bg-slate-50",
"w-full pl-8 pr-1 py-0.5 rounded-full border-2 bg-slate-50 dark:bg-gray-800",
isLoading && "bg-gray-100",
)}
size="sm"