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: command palette #1611

Merged
merged 21 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c9a17a3
feat: make input clearable and add prefix icon
d-rita Oct 14, 2024
fbb2d4a
fix: prefix and clear button css alignment
d-rita Oct 15, 2024
5bed818
refactor: use onChange handler to clear text
d-rita Oct 16, 2024
6980665
feat: implement command palette
d-rita Sep 27, 2024
ba24ae8
refactor: replace multiple view components with one view + css modifi…
d-rita Sep 29, 2024
b6a17ee
fix: separate fields, views and command palette components
d-rita Oct 2, 2024
5351210
feat: update Search field and list item components
d-rita Oct 16, 2024
150e231
refactor: move components into separate files
d-rita Oct 16, 2024
f72dec2
fix: css adjustments
d-rita Oct 18, 2024
27ea177
feat: add shortcuts section
d-rita Oct 18, 2024
7d44fb4
refactor: separate actions into separate component
d-rita Oct 18, 2024
6f50168
refactor: create separate apps, commands, and shortcuts views
d-rita Oct 18, 2024
96ed25e
feat: update function to filter items across all views
d-rita Oct 21, 2024
284e284
feat: switch search field placeholder depending on the view
d-rita Oct 21, 2024
83243dd
chore: refactor and add unit tests for command palette component
d-rita Oct 25, 2024
0579262
chore: update HeaderBar tests
d-rita Oct 25, 2024
9d6d6ca
feat: handle navigation between the grid and list views
d-rita Oct 29, 2024
56ddf67
feat: handle navigation of actions menu items
d-rita Nov 6, 2024
5421520
test: add navigation tests across different views
d-rita Nov 6, 2024
f6a5c9d
refactor(cleanup): remove hardcoded shortcuts and commands arrays
d-rita Nov 6, 2024
731586e
refactor: split test file into multiple files for readability
d-rita Nov 6, 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
276 changes: 0 additions & 276 deletions components/header-bar/src/apps.js

This file was deleted.

Loading
Loading