immense / immense/Remotely

Download page adjustment

Open
#363 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
5.1k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
When deploying Remotely, for only one organization, it would be nice if you could hide the text "Note: Only the default organization's branding will apply to these." on the Downloads page at least for users who aren't logged in.

This would make the downloads page little less confusing when trying to provide support to family members or friends and this note may confuse them a little. To me it makes sense to keep the downloads page simple as possible for non logged in users, as the people we are supporting are usually not that technically savvy.

**Describe the solution you'd like**
Simple toggle setting in Server Config section of the WebUI.

**Describe alternatives you've considered**
I compile the project myself to adjust the server URLs in the binaries so I could edit it in the code, but I feel other may benefit from having this as a central toggle.

Lines I could remove manually;
https://github.com/lucent-sea/Remotely/blob/eee74139bee8da3e5d55e084b8a70e26a2d85d5a/Server/Pages/Downloads.razor#L64-L66
https://github.com/lucent-sea/Remotely/blob/eee74139bee8da3e5d55e084b8a70e26a2d85d5a/Server/Pages/Downloads.razor#L73-L75

**Additional context**
![image](https://user-images.githubusercontent.com/3495647/137561719-609a78fd-232f-4b8f-91d1-98637142d9f7.png)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with Server/Pages/Downloads.razor at the referenced lines, then inspect the Server Config section of the WebUI to find where a setting could be added. Done means an administrator can toggle the setting and the branding note is hidden for unauthenticated users when disabled.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.