[PR #2541] [MERGED] Make basic functionality work without JavaScript #16452

Closed
opened 2025-11-02 12:10:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2541
Author: @jorgesumle
Created: 9/18/2017
Status: Merged
Merged: 9/18/2017
Merged by: @bkcsoft

Base: masterHead: master


📝 Commits (2)

  • 43129b2 Make basic functionality work without JavaScript
  • f83f53f Merge branch 'master' into master

📊 Changes

2 files changed (+8 additions, -1 deletions)

View changed files

📝 options/locale/locale_en-US.ini (+1 -0)
📝 templates/base/head.tmpl (+7 -1)

📄 Description

Targeting https://github.com/go-gitea/gitea/issues/2538 to make the basic functionality of the website work better when JavaScript is disabled. The dropdowns of branches still don't work without JavaScript (the dropdown works, but the names of the branches don't appear), but this pull request makes the other dropdowns work just fine by using CSS and the <noscript> tag (unless I'm missing something).


🔄 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/go-gitea/gitea/pull/2541 **Author:** [@jorgesumle](https://github.com/jorgesumle) **Created:** 9/18/2017 **Status:** ✅ Merged **Merged:** 9/18/2017 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`43129b2`](https://github.com/go-gitea/gitea/commit/43129b2c2fb1d9b478c4b64f6b5ddfb361879b1a) Make basic functionality work without JavaScript - [`f83f53f`](https://github.com/go-gitea/gitea/commit/f83f53f4ae34f7534725e6c343368455422f3cff) Merge branch 'master' into master ### 📊 Changes **2 files changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `options/locale/locale_en-US.ini` (+1 -0) 📝 `templates/base/head.tmpl` (+7 -1) </details> ### 📄 Description Targeting https://github.com/go-gitea/gitea/issues/2538 to make the basic functionality of the website work better when JavaScript is disabled. The dropdowns of branches still don't work without JavaScript (the dropdown works, but the names of the branches don't appear), but this pull request makes the other dropdowns work just fine by using CSS and the `<noscript>` tag (unless I'm missing something). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:10:58 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16452