Skip to content

Stamps Frontend#1517

Draft
EfronC wants to merge 10 commits intoDifegue:devfrom
EfronC:feature/stamps-frontend
Draft

Stamps Frontend#1517
EfronC wants to merge 10 commits intoDifegue:devfrom
EfronC:feature/stamps-frontend

Conversation

@EfronC
Copy link
Copy Markdown
Contributor

@EfronC EfronC commented Apr 8, 2026

Just moved the Frontend code from #1493 to here. Will leave it as a draft until the other one merges.

$content = $c_content[1]
}

if ( $redis->exists($faves_id) ) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exist check comes too late. It should come before $redis->hget($faves_id => $key); and gate updates against nonexistent stamps.

See

if ( $redis->exists($tank_id) ) {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This review should probably be moved to #1493 since this PR should be exclusively for the Frontend files.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, just wondered why it was in draft and realized myb

@Difegue Difegue linked an issue Apr 17, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] O-Counter / Nut-Button

2 participants