[PR #3689] [MERGED] Fix web session format #3933

Closed
opened 2026-02-27 01:54:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/3689
Author: @SpenserCai
Created: 12/4/2024
Status: Merged
Merged: 12/4/2024
Merged by: @zxdong262

Base: masterHead: fix-web-session-format


📝 Commits (3)

📊 Changes

1 file changed (+12 additions, -0 deletions)

View changed files

📝 src/client/components/bookmark-form/web-form-ui.jsx (+12 -0)

📄 Description

If url is none or not starts with http:// or https:// electerm will boom.

so,fix that like this:
image

image

🔄 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/electerm/electerm/pull/3689 **Author:** [@SpenserCai](https://github.com/SpenserCai) **Created:** 12/4/2024 **Status:** ✅ Merged **Merged:** 12/4/2024 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-web-session-format` --- ### 📝 Commits (3) - [`d5d55c2`](https://github.com/electerm/electerm/commit/d5d55c2cc3fb41d3466ea59265d0cba6adfae208) fix web session required not check. - [`a4c0763`](https://github.com/electerm/electerm/commit/a4c076319be4beb7991eed889099984e63452042) fix - [`ba4133e`](https://github.com/electerm/electerm/commit/ba4133ef986641ed1b179785ce8852aca69e040a) fix ### 📊 Changes **1 file changed** (+12 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/client/components/bookmark-form/web-form-ui.jsx` (+12 -0) </details> ### 📄 Description If url is none or not starts with http:// or https:// electerm will boom. so,fix that like this: <img width="1247" alt="image" src="https://github.com/user-attachments/assets/38ac5736-0adc-4a25-ac84-bef790b64e93"> <img width="1259" alt="image" src="https://github.com/user-attachments/assets/69a0025c-7dc6-46d8-b191-2ac6757eed8b"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:54:19 +03:00
Sign in to join this conversation.
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/electerm#3933
No description provided.