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

[GEN-1840]: refactor frontend icons from SVG to JSX #2017

Merged
merged 32 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5841993
feat: "other agent" for new UI
BenElferink Dec 15, 2024
ca6c1a9
Merge branch 'main' of https://github.com/odigos-io/odigos
BenElferink Dec 15, 2024
e9b0802
Merge branch 'main' of https://github.com/odigos-io/odigos
BenElferink Dec 16, 2024
891b45a
chore: kill unused icons from "assets" folder
BenElferink Dec 16, 2024
c891cb7
feat: add tooltip support to IconButton component
BenElferink Dec 16, 2024
4bf25f9
feat: add Slack invite component and integrate into header
BenElferink Dec 16, 2024
7269430
feat: improve tooltip positioning based on mouse coordinates
BenElferink Dec 16, 2024
caa66e8
feat: add tooltips to IconButton components for better accessibility
BenElferink Dec 16, 2024
c6203b4
fix: update Slack icon SVG for improved formatting and consistency
BenElferink Dec 16, 2024
d65cfae
feat: refactor icon handling and update imports for improved consistency
BenElferink Dec 16, 2024
7e8a5fd
feat: add new action and rule icons, update icon handling in components
BenElferink Dec 16, 2024
2273609
Merge branch 'main' of https://github.com/odigos-io/odigos into gen-1840
BenElferink Dec 16, 2024
08e2580
feat: add new action icons and refactor icon handling for improved co…
BenElferink Dec 16, 2024
82ab30b
feat: refactor AutocompleteInput to use SVG icons for improved flexib…
BenElferink Dec 16, 2024
4dc0a91
feat: add overview icons and update icon handling for improved consis…
BenElferink Dec 16, 2024
39ad54f
feat: update SVG icon attributes for consistency and improved styling
BenElferink Dec 16, 2024
317828c
feat: add monitor icons and refactor overview components for improved…
BenElferink Dec 16, 2024
0a6e66e
feat: refactor AddEntity component to use dynamic entity icons for im…
BenElferink Dec 16, 2024
703a3f7
feat: add new icons and refactor notification components for improved…
BenElferink Dec 16, 2024
0179ef9
feat: move common icons to notifications directory for better organiz…
BenElferink Dec 16, 2024
99b3444
feat: add new icon components and remove unused SVG files for better …
BenElferink Dec 17, 2024
ad3c793
feat: remove notifications icons and update common icons to support o…
BenElferink Dec 17, 2024
b33a4c3
feat: add new icon components and update styles for improved interact…
BenElferink Dec 17, 2024
0f45d5b
feat: add new icon components (Plus, Search, Trash, X) and update usa…
BenElferink Dec 17, 2024
b393f5b
feat: update icon components to use theme colors for improved consist…
BenElferink Dec 17, 2024
1b17a73
Merge branch 'main' of https://github.com/odigos-io/odigos into gen-1840
BenElferink Dec 17, 2024
2877da3
feat: update favicon to use SVG format and remove deprecated icon files
BenElferink Dec 17, 2024
8e97332
fix: build error
BenElferink Dec 17, 2024
36a7542
feat: refactor Status component to use new icon components for improv…
BenElferink Dec 17, 2024
01c068d
Merge branch 'main' of https://github.com/odigos-io/odigos into gen-1840
BenElferink Dec 17, 2024
400796c
feat: remove DescribeOdigos and SlackInvite components; integrate fun…
BenElferink Dec 17, 2024
b240da9
feat: remove opacity from Token styled component for improved visibility
BenElferink Dec 17, 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
feat: move common icons to notifications directory for better organiz…
…ation
  • Loading branch information
BenElferink committed Dec 16, 2024
commit 0179ef95b2c5844956f1c59f4be61eb1f9037450
4 changes: 0 additions & 4 deletions frontend/webapp/assets/icons/common/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
export * from './error-round-icon';
export * from './error-triangle-icon';
export * from './success-round-icon';
export * from './warning-triangle-icon';
3 changes: 2 additions & 1 deletion frontend/webapp/assets/icons/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
export * from './actions';
export * from './brand';
export * from './common';
// export * from './common';
export * from './compute-platform';
export * from './monitors';
export * from './notifications';
export * from './overview';
export * from './rules';
export * from './social';
4 changes: 4 additions & 0 deletions frontend/webapp/assets/icons/notifications/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export * from './error-round-icon';
export * from './error-triangle-icon';
export * from './success-round-icon';
export * from './warning-triangle-icon';