[PR #510] [MERGED] fix #495 file manager table #3121

Closed
opened 2026-02-27 00:55:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/510
Author: @zxdong262
Created: 6/15/2018
Status: Merged
Merged: 6/15/2018
Merged by: @zxdong262

Base: masterHead: fix-495


📝 Commits (10+)

📊 Changes

10 files changed (+667 additions, -167 deletions)

View changed files

📝 package.json (+2 -1)
📝 src/client/common/constants.js (+2 -0)
📝 src/client/components/sftp/drag-select.jsx (+5 -2)
📝 src/client/components/sftp/file.jsx (+39 -71)
📝 src/client/components/sftp/index.jsx (+17 -38)
src/client/components/sftp/list-table.jsx (+474 -0)
📝 src/client/components/sftp/sftp.styl (+74 -8)
src/client/components/sftp/sorters.js (+0 -34)
📝 src/client/components/terminal/terminal.styl (+4 -3)
📝 src/client/css/theme.styl (+50 -10)

📄 Description

No description provided


🔄 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/510 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 6/15/2018 **Status:** ✅ Merged **Merged:** 6/15/2018 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-495` --- ### 📝 Commits (10+) - [`9508a5e`](https://github.com/electerm/electerm/commit/9508a5e2563fcf3ef00fca57371b14e2911a9176) save - [`51a4f3e`](https://github.com/electerm/electerm/commit/51a4f3e2d3fec38d93ab82bd9c4a00af6d483211) save - [`e034970`](https://github.com/electerm/electerm/commit/e0349705f64d200e06b3bf6139256bb7a646e293) save - [`a232bbc`](https://github.com/electerm/electerm/commit/a232bbcba8b22593f41e4a002d0e0fef9f17d6ec) save - [`a79ff37`](https://github.com/electerm/electerm/commit/a79ff377c7318d6697ed9a6c53e3f9adc045bdbb) Merge branch 'master' of github.com:electerm/electerm into fix-495 - [`ab2d1aa`](https://github.com/electerm/electerm/commit/ab2d1aa28e42a21d3e840072b794605bae613da9) done - [`1c7a516`](https://github.com/electerm/electerm/commit/1c7a516c1b0e024db4a7c2916245c2b4bafd0459) click to sort - [`2eefeaf`](https://github.com/electerm/electerm/commit/2eefeaf8db885561c803d37955484442e34ac125) it works - [`b63b58f`](https://github.com/electerm/electerm/commit/b63b58fe8c8042de7eecabe58494194aa6b8addd) merge - [`55d507a`](https://github.com/electerm/electerm/commit/55d507a1248a924e0f4a181d5f597d954bf18ff8) all works after all ### 📊 Changes **10 files changed** (+667 additions, -167 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+2 -1) 📝 `src/client/common/constants.js` (+2 -0) 📝 `src/client/components/sftp/drag-select.jsx` (+5 -2) 📝 `src/client/components/sftp/file.jsx` (+39 -71) 📝 `src/client/components/sftp/index.jsx` (+17 -38) ➕ `src/client/components/sftp/list-table.jsx` (+474 -0) 📝 `src/client/components/sftp/sftp.styl` (+74 -8) ➖ `src/client/components/sftp/sorters.js` (+0 -34) 📝 `src/client/components/terminal/terminal.styl` (+4 -3) 📝 `src/client/css/theme.styl` (+50 -10) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 00:55:39 +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#3121
No description provided.