Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ef32e1a
feat: FIT-725: Implement Command Palette
ricardoantoniocm Sep 17, 2025
b471dd8
Improves book icon. Adds Support icon.
ricardoantoniocm Sep 22, 2025
c27fabe
Fixes Support icon.
ricardoantoniocm Sep 23, 2025
b3c604d
Fixes color of Book icon.
ricardoantoniocm Sep 23, 2025
22d4e16
Removes unnecessary opacity from Book icon.
ricardoantoniocm Sep 23, 2025
f2a0ee2
Fixes door icon.
ricardoantoniocm Sep 23, 2025
89e63ef
Fixes Terminal icon.
ricardoantoniocm Sep 23, 2025
0db3655
Improves Organization icon. Adds Account & Settings, Blog, Changelog …
ricardoantoniocm Sep 23, 2025
d68eccd
Merge branch 'develop' into 'fb-fit-725/implement-command-palette'
ricardoantoniocm Sep 25, 2025
6d9fb31
Adds bottom-right alignment for tooltip.
ricardoantoniocm Sep 25, 2025
0088423
Improves workspaces icon. Introduces project icon.
ricardoantoniocm Sep 25, 2025
af68ac3
Merge branch 'develop' into 'fb-fit-725/implement-command-palette'
yyassi-heartex Sep 26, 2025
98ab5bb
Sync Follow Merge dependencies
borisheartex Sep 29, 2025
9398bdd
Merge branch 'develop' into 'fb-fit-725/implement-command-palette'
borisheartex Sep 29, 2025
4e89194
Merge branch 'develop' into fb-fit-725/implement-command-palette
yyassi-heartex Sep 29, 2025
060ee7a
Merge remote-tracking branch 'origin/develop' into fb-fit-725/impleme…
yyassi-heartex Sep 29, 2025
15d0db2
Merge branch 'develop' into 'fb-fit-725/implement-command-palette'
ricardoantoniocm Sep 30, 2025
1a835c9
Merge branch 'develop' into 'fb-fit-725/implement-command-palette'
ricardoantoniocm Oct 1, 2025
b43f367
Merge branch 'develop' into 'fb-fit-725/implement-command-palette'
ricardoantoniocm Oct 2, 2025
7e42cc9
Sync Follow Merge dependencies
ricardoantoniocm Oct 2, 2025
22423e5
Merge branch 'develop' into fb-fit-725/implement-command-palette
yyassi-heartex Oct 2, 2025
c593043
forcing an update
yyassi-heartex Oct 2, 2025
053ff16
linting
yyassi-heartex Oct 2, 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
6 changes: 3 additions & 3 deletions web/apps/labelstudio/src/components/Menubar/Menubar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import {
IconFolder,
IconHome,
IconHotkeys,
IconPeople,
IconPersonInCircle,
IconPin,
IconTerminal,
IconDoor,
IconGithub,
IconSettings,
IconSlack,
} from "@humansignal/icons";
import { LSLogo } from "../../assets/images";
Expand Down Expand Up @@ -182,7 +182,7 @@ export const Menubar = ({ enabled, defaultOpened, defaultPinned, children, onSid
content={
<Menu>
<Menu.Item
icon={<IconSettings />}
icon={<IconPersonInCircle />}
label="Account &amp; Settings"
href={pages.AccountSettingsPage.path}
/>
Expand Down Expand Up @@ -222,7 +222,7 @@ export const Menubar = ({ enabled, defaultOpened, defaultPinned, children, onSid
<Menu>
{isFF(FF_HOMEPAGE) && <Menu.Item label="Home" to="/" icon={<IconHome />} data-external exact />}
<Menu.Item label="Projects" to="/projects" icon={<IconFolder />} data-external exact />
<Menu.Item label="Organization" to="/organization" icon={<IconPersonInCircle />} data-external exact />
<Menu.Item label="Organization" to="/organization" icon={<IconPeople />} data-external exact />

<Menu.Spacer />

Expand Down
9 changes: 9 additions & 0 deletions web/libs/ui/src/assets/icons/blog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 5 additions & 12 deletions web/libs/ui/src/assets/icons/book.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions web/libs/ui/src/assets/icons/changelog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions web/libs/ui/src/assets/icons/closed-book.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions web/libs/ui/src/assets/icons/door.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions web/libs/ui/src/assets/icons/folder-empty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions web/libs/ui/src/assets/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ export { ReactComponent as IconBanSquare } from "./ban.svg";
export { ReactComponent as IconBanner } from "./banner-icon.svg";
export { ReactComponent as IconBell } from "./bell.svg";
export { ReactComponent as IconBlueCheckmark } from "./blue-checkmark.svg";
export { ReactComponent as IconBlog } from "./blog.svg";
export { ReactComponent as IconBook } from "./book.svg";
export { ReactComponent as IconClosedBook } from "./closed-book.svg";
export { ReactComponent as IconBouncing3Dots } from "./bouncing-3-dots.svg";
export { ReactComponent as IconBoundingBox } from "./bounding-box.svg";
export { ReactComponent as IconBrightnessTool } from "./brightness-tool.svg";
Expand All @@ -37,6 +39,7 @@ export { ReactComponent as IconBubbleSpikeAlt } from "./bubble-spike-alt.svg";
export { ReactComponent as IconBulb } from "./bulb.svg";
export { ReactComponent as IconBulkLabeling } from "./bulk-labeling.svg";
export { ReactComponent as IconCalendar } from "./calendar.svg";
export { ReactComponent as IconChangelog } from "./changelog.svg";
export { ReactComponent as IconChat } from "./chat.svg";
export { ReactComponent as IconCheck } from "./check.svg";
export { ReactComponent as IconCheck2 } from "./check2.svg";
Expand Down Expand Up @@ -174,6 +177,7 @@ export { ReactComponent as IconOutlinerEyeOpened } from "./outliner-eye-opened.s
export { ReactComponent as IconOutlinerExpand } from "./outliner-expand.svg";
export { ReactComponent as IconPause } from "./pause.svg";
export { ReactComponent as IconPencil } from "./pencil.svg";
export { ReactComponent as IconPeople } from "./people.svg";
export { ReactComponent as IconPersonInCircle } from "./person-circle.svg";
export { ReactComponent as IconPin } from "./pin.svg";
export { ReactComponent as IconUprightPin } from "./upright-pin.svg";
Expand Down Expand Up @@ -225,6 +229,7 @@ export { ReactComponent as IconStar } from "./star.svg";
export { ReactComponent as IconStarOutline } from "./star-outline.svg";
export { ReactComponent as IconStarRectangle } from "./star-rectangle.svg";
export { ReactComponent as IconStarSquare } from "./star-square.svg";
export { ReactComponent as IconSupport } from "./support.svg";
export { ReactComponent as IconSync } from "./sync.svg";
export { ReactComponent as IconSyncDisabled } from "./sync-disabled.svg";
export { ReactComponent as IconTerminal } from "./terminal.svg";
Expand Down
5 changes: 5 additions & 0 deletions web/libs/ui/src/assets/icons/people.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading