[PR #8] [MERGED] simplify icon handling logic #38

Closed
opened 2026-03-04 23:13:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/creamlike1024/EasyLPAC/pull/8
Author: @septs
Created: 3/6/2024
Status: Merged
Merged: 3/7/2024
Merged by: @creamlike1024

Base: masterHead: simplify-icon-logic


📝 Commits (1)

  • 2783b3e simplify icon handling logic

📊 Changes

2 files changed (+23 additions, -34 deletions)

View changed files

📝 struct.go (+9 -9)
📝 widgets.go (+14 -25)

📄 Description

Array and slice values encode as JSON arrays, except that []byte encodes as a base64-encoded string, and a nil slice encodes as the null JSON value.

see https://pkg.go.dev/encoding/json#Marshal


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/creamlike1024/EasyLPAC/pull/8 **Author:** [@septs](https://github.com/septs) **Created:** 3/6/2024 **Status:** ✅ Merged **Merged:** 3/7/2024 **Merged by:** [@creamlike1024](https://github.com/creamlike1024) **Base:** `master` ← **Head:** `simplify-icon-logic` --- ### 📝 Commits (1) - [`2783b3e`](https://github.com/creamlike1024/EasyLPAC/commit/2783b3e8a106e4111a6da8e186758e48033d2de5) simplify icon handling logic ### 📊 Changes **2 files changed** (+23 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `struct.go` (+9 -9) 📝 `widgets.go` (+14 -25) </details> ### 📄 Description > Array and slice values encode as JSON arrays, except that []byte encodes as a base64-encoded string, and a nil slice encodes as the null JSON value. see https://pkg.go.dev/encoding/json#Marshal --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 23:13:39 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/EasyLPAC#38
No description provided.