Git Product home page Git Product logo

website's Issues

Emphasize preferred package formats on platform download options

Under each of the operating system options, all the download files are sequentially listed seemingly arbitrarily. To less technically-savvy users, this may be a bit intimidating.

One way to alleviate this could be by having one, no more than two, immediately-visible "preferred" download methods, and a hidden drop-down menu for "other download options." If I knew how to use design software, I'd provide a prototype of what I'm thinking about, but I could always provide a pencil-and-paper drawing if need be!

Layout issues are also present in the full version of the website

In the English version of the website, elements are not aligned relative to the images, and the images themselves are also misaligned. However, this is not as noticeable as in the French version of the site and several others languages, where all elements are displaced, the logo is rearranged, and it all looks very bad
2023130123
2023130314

Make the logo *spin*

I don't know why it's not the default, since the logo spins in the app itself.

It ruined my experience with the website fr fr ๐Ÿ˜ค

<!-- Home.vue -->

<style scoped>
/** NOTE: Logo should have id="logo" for this to work,
  * otherwise, no funy spin :(
  */
#logo {
  animation: rotating 20s linear infinite;
}

@keyframes rotating {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
</style>

autostart after login error

when i press the "settings"
image
the windows settings will say "can't find the app". The details page also seems to have garbled characters.
image
but when i found the value of localsend and changed [ D:\Software\LocalSend\localsend_app.exe ] to [ "D:\Software\LocalSend\localsend_app.exe" --hidden ] in register
image
it would be ok
image

Bug report Elements in the mobile version of the website are not centered at all

Describe the bug

Elements in the mobile version of the website are not centered at all, and the new icons, instead of labels, are too dark, such as TERMS

To reproduce

Open the website on your phone

Expected behavior

All elements are centered

Screenshots

202312122001

Desktop (please complete the following information)

No response

Smartphone (please complete the following information)

iPhone 14 Pro Max

Additional context

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.