Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-homepage
base: 25d61cff9215
Choose a base ref
...
head repository: NixOS/nixos-homepage
compare: c88ea505ead1
Choose a head ref
  • 20 commits
  • 22 files changed
  • 1 contributor

Commits on Aug 27, 2020

  1. common.tt: Add facilities to collect tags for header or end

    In addition to removing the now unused pager block.
    
    The added blocks collect the HTML used within them, which will in turn
    be inserted at the proper location.
    
    This mostly serves my need for everything to be tidy, but it also serves
    the need for everything to be *correct*.
    samueldr committed Aug 27, 2020
    Copy the full SHA
    3d952ff View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    54e72de View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8bf1df8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5959e09 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Copy the full SHA
    33c86d2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4676056 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    81efe10 View commit details
    Browse the repository at this point in the history
  4. js: cleanup to-be-unused js

    samueldr committed Aug 28, 2020
    Copy the full SHA
    382495b View commit details
    Browse the repository at this point in the history
  5. js: Remove jquery-ui

    samueldr committed Aug 28, 2020
    Copy the full SHA
    d412e46 View commit details
    Browse the repository at this point in the history
  6. js: jquery 1.8.3 -> 3.5.1

    samueldr committed Aug 28, 2020
    Copy the full SHA
    bafa5e5 View commit details
    Browse the repository at this point in the history
  7. layout.tt: Add JavaScript knowledge to <html>

    This allows the developer to make CSS rules to improve the behaviour of
    the site when JavaScript is not enabled.
    samueldr committed Aug 28, 2020
    Copy the full SHA
    dd82682 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3a7880a View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    c9cab4a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Copy the full SHA
    9ecad67 View commit details
    Browse the repository at this point in the history
  2. sdr-responsive: Fix breakpoints

    The 0.001 wasn't thoroughly tested. It turns out that with chrome it
    ends up activating on the 768 breakpoint even though it shouldn't have.
    
    At 0.01 it also triggers.
    
    This is now set back to a tenth of a pixel.
    samueldr committed Aug 30, 2020
    Copy the full SHA
    f3b153c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bf4c4b6 View commit details
    Browse the repository at this point in the history
  4. mixins.less: Fix unit conversion issue in #container

    This made the gutter "carving" not happen, instead the maths as
    made by LESS resulted in 47.8rem instead of 46rem.
    samueldr committed Aug 30, 2020
    Copy the full SHA
    637939b View commit details
    Browse the repository at this point in the history
  5. layout.tt: Prevent browsers from zooming *out*

    The layout is tightly controlled in that orientation. Let the user
    scroll instead.
    
    This works around *parts* of a problem with way-too-narrow for comfort
    sizes like the purported Galaxy Fold's 280 device pixel width for, what
    I presume is, the external display.
    samueldr committed Aug 30, 2020
    Copy the full SHA
    eae49ca View commit details
    Browse the repository at this point in the history
  6. site-styles: Prevent ridiculously small device issues

    Yes, we're scaling down the site, but we are **not** making it worse.
    This is because the site structure will not be glitched out by the weird
    proportions of those devices, and the users can still zoom-in.
    
    In fact, the actual pixel density of their displays allows the user to
    simply bring the phone closer to their face also!
    samueldr committed Aug 30, 2020
    Copy the full SHA
    5809f03 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Merge pull request #507 from NixOS/feature/2020-r/base-js

    Implement base JS + responsive menu
    samueldr committed Sep 1, 2020
    Copy the full SHA
    c88ea50 View commit details
    Browse the repository at this point in the history