[ HORNET-Storage/HORNETS-Relay-Panel ] fix: Add REACT_APP_BASE_URL to .env.production and fix port - Add missing REACT_APP_BASE_URL line to .env.production - Fix .env.development port to use web port (base + 2) - Build scripts will auto-update these based on config.yaml
[ locobit-space/bitspace-pos ] Merge pull request #9 from locobit-space/develop feat: Add Chanthavong font for Lao language, update documentation ass…
[ rehansahab/Sparkle-Protocol ] Update README.md
[ HORNET-Storage/HORNETS-Relay-Panel ] chore: Consolidate .env example files - Delete empty .env.example (only had NODE_OPTIONS) - Rename .env.production.example to .env.example - Single example template is cleaner
[ 21dev-org/21dev-org ] fix: improve accessibility for Lighthouse score - Add aria-label to search modal dialog - Update search button aria-label to match visible text - Fix color contrast for BIP numbers (bitcoin-500 β†’ bitcoin-600)
[ rehansahab/Sparkle-Protocol ] Update README.md
[ burned-caroche455/haven-kit ] Update README.md
[ HORNET-Storage/HORNETS-Relay-Panel ] fix: Bitcoin price chart display and percentage calculation - Fix chart lines not appearing by using correct ECharts data format - Remove unused encode block that expected object data but received arrays - Fix tooltip formatter to read value directly instead of value[1] - Fix 0% price change by comparing first vs last rate instead of consecutive rates
[ 21dev-org/21dev-org ] fix: remove deprecated document.execCommand for clipboard
[ 21dev-org/21dev-org ] style: format Search.astro with Prettier