Skip to content

Simple guide · Overview

Page status: HistoricalHistory group: Classified notes

NutsNews iOS Like Glow Update

This bundle updates the article card like interaction.

Visual overview

Primary diagram

System map

This bundle updates the article card like interaction.

Render the repository-owned system map when you need it.

Diagram is not rendered yet.

View as text
NutsNews iOS Like Glow Update

This bundle updates the article card like interaction.

flowchart TB
  accTitle: NutsNews iOS Like Glow Update
  accDescr {
    This bundle updates the article card like interaction.
  }
  A["NutsNews iOS Like Glow Update"] --> B["ios/NUTSNEWS_IOS_LIKE_GLOW_UPDATE_README.md"]
  B --> C["Auto-generated placeholder diagram"]

NutsNews iOS Like Glow Update

Fullscreen diagram view.

This bundle updates the article card like interaction.

Changed files:

  • NutsNews/NutsNews/Features/Feed/ArticleCardView.swift
  • NutsNews/NutsNews/Design/NutsNewsTheme.swift

Behavior:

  • Tapping the like button triggers a 1-second glow animation on only that article card.
  • After the glow ends, only that liked card keeps a subtly different border color.
  • The final border/glow color is theme-aware and changes with the active theme.
  • The like icon and button border now use the same theme-aware liked accent instead of fixed red.

Install from the repo root:

Terminal window
cd /Users/ramideltoro/WebstormProjects/nutsnews-ios
unzip -o ~/Downloads/nutsnews-ios-like-glow-update.zip -d .
cd NutsNews
xcodebuild -project NutsNews.xcodeproj -scheme NutsNews -destination 'id=8AABA667-DE66-44E9-8A10-A3FB84BECB39' build