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

[Mobile] Add Global Search to Mobile #7477

Merged
merged 22 commits into from
Feb 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1729658
Add status area back to mobile
rukmini-bose Jan 17, 2024
cde5f15
Make search results responsive to width
rukmini-bose Jan 17, 2024
195f7d9
Make clear search button always visible, regardless of hover
rukmini-bose Jan 19, 2024
5215622
Make clear search button visible, and fix weird margin in top left co…
rukmini-bose Jan 19, 2024
c3edfc0
Fix input width, add logic to make close button work properly, fix ma…
rukmini-bose Jan 22, 2024
1988567
update mobile testing
unlikelyzero Feb 15, 2024
7d00f77
Fix dropdown sizes, remove shadows and corners to make it look less l…
rukmini-bose Feb 12, 2024
2636785
Add animation and persist search bar in mobile
rukmini-bose Feb 6, 2024
f1d88d6
Fix linting issues
rukmini-bose Feb 15, 2024
7b765f6
Fix padding in Desktop
rukmini-bose Feb 20, 2024
9511b8c
fix padding in status area
rukmini-bose Feb 20, 2024
c849059
Merge branch 'master' into status-area-redesign
unlikelyzero Feb 20, 2024
41c3eb0
fix bad merge
unlikelyzero Feb 21, 2024
5cc0dea
lint fixes
unlikelyzero Feb 21, 2024
c8fbae6
Merge branch 'master' of https://github.com/nasa/openmct into status-…
unlikelyzero Feb 21, 2024
bc0ce80
fix bad merge... again
unlikelyzero Feb 21, 2024
b5f86d6
again
unlikelyzero Feb 21, 2024
65bc381
fixes to mobile
unlikelyzero Feb 21, 2024
6433872
update tests
unlikelyzero Feb 21, 2024
8fcd4dd
lint fix
unlikelyzero Feb 21, 2024
679e9b4
test fixes
unlikelyzero Feb 21, 2024
f762f38
Merge branch 'master' of https://github.com/nasa/openmct into status-…
unlikelyzero Feb 21, 2024
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
lint fix
  • Loading branch information
unlikelyzero committed Feb 21, 2024
commit 8fcd4ddcd2c311c9518a126e3ae7c0866c01c47e
1 change: 0 additions & 1 deletion e2e/playwright-watch.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import { devices } from '@playwright/test';
import { fileURLToPath } from 'url';


/** @type {import('@playwright/test').PlaywrightTestConfig} */
const config = {
retries: 0, //Retries are not needed with watch mode
Expand Down