[PR #660] [CLOSED] Better UI - that works good on mobile devices #669

Closed
opened 2026-04-08 16:53:54 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/660
Author: @besoeasy
Created: 1/14/2026
Status: Closed

Base: mainHead: main


📝 Commits (5)

  • 3dca6ec No max-width constraint - utilizes entire screen width
  • 4ed55a5 refactor: update paths-table cell width and add time ago formatting
  • 2dd66ef refactor: adjust CSS styles for improved layout and spacing; update paths table header properties
  • 21cad26 feat: add "Time Ago" column to paths table and update mtime formatting
  • e141f37 fix: update viewport meta tag for better scaling and add theme color

📊 Changes

3 files changed (+613 additions, -149 deletions)

View changed files

📝 assets/index.css (+559 -126)
📝 assets/index.html (+18 -16)
📝 assets/index.js (+36 -7)

📄 Description

In simpler terms

  1. made UI use full width of browser
  2. sticky top bar which has all the Action and search bar
  3. Added time ago which now displays time ago for files so its easier for humans to understand

Mobile Optimised, works better on touch devices


🔄 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/sigoden/dufs/pull/660 **Author:** [@besoeasy](https://github.com/besoeasy) **Created:** 1/14/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`3dca6ec`](https://github.com/sigoden/dufs/commit/3dca6ec138381901ae2916271aa773795c6894db) No max-width constraint - utilizes entire screen width - [`4ed55a5`](https://github.com/sigoden/dufs/commit/4ed55a5ea5304a4275306439cf60970e284c145d) refactor: update paths-table cell width and add time ago formatting - [`2dd66ef`](https://github.com/sigoden/dufs/commit/2dd66ef5fbd51dfd807fc777ec4a58f8a40106eb) refactor: adjust CSS styles for improved layout and spacing; update paths table header properties - [`21cad26`](https://github.com/sigoden/dufs/commit/21cad26cbc06f2c8157f2cae535629aefea02ab3) feat: add "Time Ago" column to paths table and update mtime formatting - [`e141f37`](https://github.com/sigoden/dufs/commit/e141f37900ec6cdf83e6b77efa94e94063c10c78) fix: update viewport meta tag for better scaling and add theme color ### 📊 Changes **3 files changed** (+613 additions, -149 deletions) <details> <summary>View changed files</summary> 📝 `assets/index.css` (+559 -126) 📝 `assets/index.html` (+18 -16) 📝 `assets/index.js` (+36 -7) </details> ### 📄 Description In simpler terms 1. made UI use full width of browser 2. sticky top bar which has all the Action and search bar 3. Added time ago which now displays time ago for files so its easier for humans to understand Mobile Optimised, works better on touch devices --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:54 +03:00
zhus closed this issue 2026-04-08 16:53:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#669