Thomas Camlong
d864942aa3
fix(magic-card): update theme handling
2026-01-09 18:30:32 +01:00
Thomas Camlong
5eea2e69b7
docs: add issue template for icon variant feature specification
...
Add comprehensive documentation template describing the icon variant system architecture, current implementation, and proposed enhancements for supporting arbitrary icon variants.
2026-01-09 18:29:10 +01:00
Thomas Camlong
31fb0022e1
feat(icons): add variant selection to icon customizer
...
- Add variant selector dropdown inside IconCustomizerInline component
- Implement getAvailableSvgVariants() to detect all available SVG variants (base, light, dark, wordmark-light, wordmark-dark)
- Update getSvgUrl() to support variant selection for both community and collection icons
- Add variant state management with automatic fallback to first available variant
- Enable users to switch between icon variants while customizing colors
- Support both community icons (with assetUrls) and collection icons (with metadata)
The variant selector appears within the customizer component when multiple variants are available, allowing users to customize any SVG variant of an icon.
2026-01-09 18:28:54 +01:00
Dashboard Icons Bot
5cf6f11fd9
ci(github-actions): convert SVG assets to PNG and WEBP
2026-01-09 14:21:16 +00:00
github-actions[bot]
b25a17f8cc
chore: add icon "streamyfin" (submission rfvtfbiz6c709da, approved by ajnart)
2026-01-09 14:19:35 +00:00
github-actions[bot]
492fc3e86b
chore: add icon "fladder" (submission 2nswig2ffccosee, approved by ajnart)
2026-01-09 14:19:32 +00:00
github-actions[bot]
4e62a6bc08
chore: add icon "comfyui" (submission gg5p3lwghhjqa0c, approved by ajnart)
2026-01-09 14:19:30 +00:00
Thomas Camlong
2aefb5cde0
chore: fix typo for wordmark in submission form
2026-01-09 13:40:09 +01:00
Thomas Camlong
c08bc94b70
chore: improve asset matching logic
2026-01-09 13:31:55 +01:00
Dashboard Icons Bot
6732d7f282
ci(github-actions): convert SVG assets to PNG and WEBP
2026-01-09 00:12:22 +00:00
github-actions[bot]
d722caaf2e
chore: add icon "apache-iceberg" (submission wje2kdhb0n8pwxv, approved by lammersbjorn)
2026-01-09 00:10:39 +00:00
github-actions[bot]
16dbfbc7f9
chore: add icon "freshbooks" (submission lczy6h0hqcb2vuk, approved by lammersbjorn)
2026-01-09 00:10:37 +00:00
github-actions[bot]
13fef062d6
chore: add icon "solarwinds" (submission iquetgi1b9yuhmh, approved by ajnart)
2026-01-09 00:10:35 +00:00
github-actions[bot]
9f38de2f90
chore: add icon "broadcom" (submission mcbc1n6hv8hd4dj, approved by ajnart)
2026-01-09 00:10:32 +00:00
github-actions[bot]
3ef4603100
chore: add icon "svg" (submission yyixck7mvbyvuo3, approved by ajnart)
2026-01-09 00:10:29 +00:00
github-actions[bot]
b1b45cd2c8
chore: add icon "prunemate" (submission rv5es1mfjhyghjc, approved by ajnart)
2026-01-09 00:10:27 +00:00
github-actions[bot]
89475d7a18
chore: add icon "aliasvault" (submission hfp45mqu1t8shd8, approved by lammersbjorn)
2026-01-09 00:10:25 +00:00
github-actions[bot]
6bd2df4e8d
chore: add icon "whatseerr" (submission 3r1ptwt9awl6jyl, approved by lammersbjorn)
2026-01-09 00:10:22 +00:00
github-actions[bot]
1baa0126d2
chore: add icon "erugo" (submission 5i0wchuarb1swdw, approved by lammersbjorn)
2026-01-09 00:10:20 +00:00
github-actions[bot]
a09a64f971
chore: add icon "qbitmanage" (submission n6dhi7jl6m0eqp5, approved by lammersbjorn)
2026-01-09 00:10:18 +00:00
github-actions[bot]
e51a75d08b
chore: add icon "a3" (submission 8vh87bzi2h4nsuz, approved by lammersbjorn)
2026-01-09 00:10:15 +00:00
github-actions[bot]
0dbd8ef14e
chore: add icon "fastapi" (submission 2pgkhz46jz5jk6a, approved by lammersbjorn)
2026-01-09 00:10:12 +00:00
github-actions[bot]
8b1d5e70d8
chore: add icon "deq" (submission txte61gxjkkqupl, approved by ajnart)
2026-01-09 00:10:09 +00:00
github-actions[bot]
d089454a88
chore: add icon "archivebox" (submission o0tq04x1566yxiw, approved by ajnart)
2026-01-09 00:10:07 +00:00
ajnart
71cfd22bb8
Merge pull request #2791 from homarr-labs/copilot/modify-existing-icons-functionality
2026-01-09 01:01:55 +01:00
ajnart
eeefb04f99
Merge pull request #2793 from homarr-labs/copilot/show-description-on-approval-page
2026-01-09 01:00:21 +01:00
Thomas Camlong
76b7af5fae
refactor(community): rename and export fetchCommunitySubmissions function for improved data fetching
2026-01-09 00:57:40 +01:00
copilot-swe-agent[bot]
7357a1f2c2
Allow editing existing icons
...
Co-authored-by: ajnart <49837342+ajnart@users.noreply.github.com >
2026-01-08 23:25:59 +00:00
copilot-swe-agent[bot]
4ddf309a87
Add description field to submission details component
...
Co-authored-by: ajnart <49837342+ajnart@users.noreply.github.com >
2026-01-08 23:22:11 +00:00
copilot-swe-agent[bot]
bbe178432c
Initial plan
2026-01-08 23:17:39 +00:00
copilot-swe-agent[bot]
38bbd4663e
Initial plan
2026-01-08 23:14:02 +00:00
ajnart
8809d8a00c
Merge pull request #2789 from homarr-labs/feat/update-logo
2026-01-08 20:00:24 +01:00
Thomas Camlong
462ad43899
update favicon and logo
2026-01-08 14:37:37 +01:00
ajnart
56c27a690f
Merge pull request #2788 from homarr-labs/copilot/add-github-oauth-login
2026-01-08 13:55:52 +01:00
Thomas Camlong
5b31eea1c9
chore(metadata): strip internal author login fields
2026-01-08 13:44:58 +01:00
Thomas Camlong
85d0a77d7b
chore(scripts): add metadata author sanitizer
2026-01-08 13:44:49 +01:00
Thomas Camlong
318ecd5bd4
fix(scripts): write GitHub author ids and avoid email logins
2026-01-08 13:44:41 +01:00
Thomas Camlong
f38d6ef7fa
fix(api): handle numeric-string GitHub author ids
2026-01-08 13:44:32 +01:00
Thomas Camlong
8b4f0eef67
fix(web): resolve community author as GitHub profile when possible
2026-01-08 13:44:25 +01:00
Thomas Camlong
46369283d2
fix(web): redirect to community preview after submission
2026-01-08 13:44:16 +01:00
Thomas Camlong
c9606f7e0a
feat: add optional github_id field to pb User
2026-01-08 13:00:27 +01:00
Thomas Camlong
077955a6ee
Update .gitignore to exclude GitHub Actions output artifacts and modify add-icon workflow to use temporary output files
2026-01-08 12:49:10 +01:00
Thomas Camlong
4b4a77d37a
remove old import traces
2026-01-08 12:49:00 +01:00
ajnart
ae6bdfad47
Merge pull request #2787 from homarr-labs/copilot/add-browser-search-bar-popup
2026-01-08 12:27:17 +01:00
ajnart
64dce8fd4f
Merge pull request #2785 from homarr-labs/copilot/add-github-oauth-login
2026-01-08 12:26:41 +01:00
ajnart
c52aa10219
Merge pull request #2783 from homarr-labs/copilot/migrate-issue-templates
2026-01-08 12:26:31 +01:00
Thomas Camlong
a69eedc638
feat: enhance styling and animations for search
...
- Added rainbow animation to global styles.
- Introduced new color variables for consistent theming.
- Updated AddToSearchBarButton to use the new RainbowButton component.
- Adjusted dialog content size for better layout.
- Removed deprecated RainbowButton component from magicui registry.
2026-01-08 11:29:56 +01:00
copilot-swe-agent[bot]
9ec2047967
chore: update search button copy and safari steps
...
Co-authored-by: ajnart <49837342+ajnart@users.noreply.github.com >
2026-01-08 10:08:34 +00:00
copilot-swe-agent[bot]
d45a26bea5
feat: add browser search rainbow button and dialog
...
Co-authored-by: ajnart <49837342+ajnart@users.noreply.github.com >
2026-01-08 10:05:55 +00:00
copilot-swe-agent[bot]
990d640872
Initial plan
2026-01-08 09:55:52 +00:00