Joseph Spiker spikerj
  • Joined on 2025-11-03
spikerj closed issue spikerj/spikersoft-issues#194 2026-06-08 15:32:40 +00:00
## [Bug] Placeholder Text Overlaps and Causes Interaction Issues in Fundraiser Item Name Field
spikerj closed issue spikerj/spikersoft-issues#195 2026-06-08 15:32:40 +00:00
## [Bug] Cost Input Field Accepts Non-Numeric Characters and Prevents Saving in Fundraiser Setup
spikerj commented on issue spikerj/spikersoft-issues#193 2026-06-08 15:32:22 +00:00
## [Bug] Text Input Box Unresponsive and Text Not Displayed Correctly in Fundraising Creation Modal

Triage note: I can't reproduce this in the current build. The "Elige el tipo de recaudación" (step 1 / Tipo) screen was redesigned and no longer contains a free-text input — the fundraiser type…

spikerj commented on issue spikerj/spikersoft-issues#194 2026-06-08 15:32:14 +00:00
## [Bug] Placeholder Text Overlaps and Causes Interaction Issues in Fundraiser Item Name Field

Fixed in spikersoft-angular PR #14 (same two input fields as #195).

Root cause: the item-name and cost fields each had a floating mat-label and a redundant placeholder, so the duplicated…

spikerj commented on issue spikerj/spikersoft-issues#195 2026-06-08 15:32:14 +00:00
## [Bug] Cost Input Field Accepts Non-Numeric Characters and Prevents Saving in Fundraiser Setup

Fixed in spikersoft-angular PR #14.

The cost field was a native number input that silently dropped non-numeric keystrokes into an empty value, so the amount never registered, the profit…

spikerj closed issue spikerj/spikersoft-issues#149 2026-06-08 15:21:17 +00:00
## [UI] Missing Icon for X Button in Social Media Section
spikerj closed issue spikerj/spikersoft-issues#179 2026-06-08 15:20:12 +00:00
Suggestion: Icon-text alignment issues in Contact/Company Info
spikerj closed issue spikerj/spikersoft-issues#177 2026-06-08 15:20:11 +00:00
Suggestion : Contact/Company Info - Learning platform link text barely legible
spikerj commented on issue spikerj/spikersoft-issues#179 2026-06-08 15:20:01 +00:00
Suggestion: Icon-text alignment issues in Contact/Company Info

Fixed in spikersoft-angular PR #13 (shared root cause with #177).

The Company Info styling was dead CSS (scoped under a non-existent .info-card wrapper), so the section never received its…

spikerj commented on issue spikerj/spikersoft-issues#150 2026-06-08 15:20:01 +00:00
## [Bug] Invalid or Non-Functional Social Media and External Links on Contact Page

Triage note: actionable but blocked on input. The fix is to point the social/external links at the correct destinations, but I don't have the canonical, verified URLs (LinkedIn, Facebook,…

spikerj commented on issue spikerj/spikersoft-issues#177 2026-06-08 15:19:56 +00:00
Suggestion : Contact/Company Info - Learning platform link text barely legible

Fixed in spikersoft-angular PR #13.

Root cause: the Company Info styles were scoped under a non-existent .info-card wrapper (the markup renders as .panel-content.info-content), so the entire…

spikerj commented on issue spikerj/spikersoft-issues#149 2026-06-08 15:03:48 +00:00
## [UI] Missing Icon for X Button in Social Media Section

This was resolved as part of the X (Twitter) social-icon fix (issue #218 / #178), which is already merged to master.

The Contact page's social buttons now register the official monochrome…

spikerj commented on issue spikerj/spikersoft-issues#171 2026-06-08 14:57:43 +00:00
Bug: Hex Tower Defense - Blurry text in menus and gameplay

Root cause identified and fixed in spikerj/spikersoft-angular#12 (auto-merge scheduled once CI passes).

Cause: The game's WebGL renderer was created without setPixelRatio, so its drawing…

spikerj commented on issue spikerj/spikersoft-issues#170 2026-06-08 14:43:27 +00:00
Bug: Deploy Defender - Black screen on start, game does not load

Root cause identified and fixed in spikerj/spikersoft-angular#11 (auto-merge scheduled once CI passes).

Cause: The app is zoneless and the game canvas is rendered inside the *transloco

spikerj closed issue spikerj/spikersoft-issues#184 2026-06-08 13:50:19 +00:00
## [Bug] Text on Home Page Should Not Be Selectable
spikerj commented on issue spikerj/spikersoft-issues#184 2026-06-08 13:50:13 +00:00
## [Bug] Text on Home Page Should Not Be Selectable

Fixed in spikerj/spikersoft-angular#10.

Added user-select: none scoped to the home hero section (headline, tagline, badge, stats, CTAs) so it can no longer be click-dragged/highlighted.

Note…

spikerj closed issue spikerj/spikersoft-issues#217 2026-06-08 13:48:20 +00:00
## [Bug] Low Contrast Between Text and Background in Calendar Action Buttons
spikerj commented on issue spikerj/spikersoft-issues#217 2026-06-08 13:48:10 +00:00
## [Bug] Low Contrast Between Text and Background in Calendar Action Buttons

Fixed in spikerj/spikersoft-angular#9.

Root cause: the view-mode actions were transparent text buttons with primary/warn label colors, which blended into the dark modal background. Editar/Eliminar…

spikerj closed issue spikerj/spikersoft-issues#168 2026-06-08 13:44:42 +00:00
Bug: Space Game - Start text hidden behind page header
spikerj commented on issue spikerj/spikersoft-issues#168 2026-06-08 13:42:30 +00:00
Bug: Space Game - Start text hidden behind page header

Fixed in spikerj/spikersoft-angular#8.

Root cause: the game filled the viewport pinned at top: 0 (z-index 1), but the global app toolbar is position: fixed; top: 0 at z-index 1000+, so it…