ICO Launchpad 6.0.6

7 January 2026

This release has upgrade notes. Read them before updating — they describe behaviour changes that need your attention.

BUG FIXADMINUI/UX

ICO/STO/IDO v6.0.6

Release Date: January 7, 2026 Tags: BUG FIX, ADMIN, UI/UX

Overview

Version 6.0.6 includes comprehensive improvements to the ICO admin panel including phase management, offering editing, dark theme support, metrics display, emergency cancel/refund functionality, and chart redesign.


Upgrade Notes

Requires Core v6.0.8 or higher.

Update Core to v6.0.8 first, then update ICO/STO/IDO extension.


Changed

Edit Offering

Added ability for admins to edit ICO offerings directly from the admin panel. Editable fields include:

  • Token name and symbol
  • Website URL
  • Target amount and token price
  • Blockchain and total supply
  • Description
  • Featured status

The Edit button is available for offerings with PENDING, ACTIVE, UPCOMING, or SUCCESS status.

Add Phase End Date Calculation

Fixed the Add Phase functionality to correctly calculate the new end date:

  • If the ICO has already ended, the new phase starts from the current date
  • If the ICO is still active, the new phase starts from the current end date
  • The offering's end date is extended by the phase duration from the appropriate start point
  • If the ICO was in SUCCESS status, it is automatically reactivated to ACTIVE

Previously, the end date was incorrectly calculated from the original start date plus all phase durations, which didn't account for ICOs that had already completed.

Phase Display Improvements

Improved the Phases tab in the ICO admin offering details:

  • Phases now store their actual start and end dates
  • New phases correctly show future dates (starting from current date + duration)
  • Phases are sorted by start date for correct chronological order
  • Added status badges (Active, Completed, Upcoming) based on current date
  • Active phase is highlighted with a green ring and pulsing indicator
  • Fixed small token prices (e.g. $0.001) displaying as $0.00 by dynamically adjusting decimal places

Delete Phase

Added ability for admins to delete phases from ICO offerings:

  • Delete button appears on phase cards that have no tokens sold
  • Phases with sold tokens cannot be deleted (protected with validation)
  • Deleting a phase automatically recalculates the offering's end date
  • Includes confirmation dialog to prevent accidental deletions
  • Admin activity is logged for audit purposes

Metrics Currency Display

Fixed the Key Performance Metrics section to use the offering's purchase currency instead of hardcoded USD:

  • Metrics now display values in the offering's actual currency (e.g. USDT, BTC)
  • Added missing space between "Avg" and the value in the platform average display
  • Daily funding rate now shows the correct currency suffix

Improved Error Display

Improved the error display on the ICO admin offering detail page:

  • Errors now display in a centered card in the middle of the page instead of a small alert at the top
  • Error card includes a prominent icon and clear messaging
  • Includes a full-width button to navigate back to the offerings list

Funding Chart Redesign

Redesigned the ICO funding chart with a modern, clean interface:

  • New metric toggle buttons with colored indicator dots
  • Theme-compatible tooltip styling for dark mode
  • Clean axis styling without lines, subtle tick marks
  • Dynamic currency display based on offering's purchase wallet currency
  • Improved loading and empty states with skeleton placeholders
  • Better responsive design for different screen sizes

Fixed

Add Phase Button Not Showing

Fixed an issue where the "Add Phase" button was not appearing in the ICO admin offering details page. Admins can now add new phases to active, pending, or upcoming ICO offerings.

Add Phase Decimal Input

Fixed an issue where the Token Price field in the Add Phase dialog would not allow typing decimal values like "0.01". The field now properly accepts decimal input.

Dark Theme Support

Fixed dark theme issues on the ICO admin pages. All cards, badges, and UI elements now properly support both light and dark modes.

Offer Loading Skeleton Dark Mode

Fixed the ICO offer loading skeleton to properly support dark mode, using theme-aware colors instead of hardcoded light theme values.

Emergency Cancel & Refund

Fixed the Emergency Cancel & Refund feature that was failing with "Invalid status value" error:

  • Added a Cancelled status for ICO offerings
  • Added an audit trail recording who cancelled an offering, when, and the reason given
  • Cancelled offerings now display a prominent alert showing the cancellation reason and date
  • Added a red Cancelled status badge in both the list and detail views
  • Cancellation refunds now run through the wallet service, so a refund cannot be applied twice