Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog project #1572

Merged
merged 28 commits into from
Nov 20, 2024
Merged

Changelog project #1572

merged 28 commits into from
Nov 20, 2024

Commits on Oct 21, 2024

  1. [Changelog] add new header to main changelog page (#1551)

    * add new header to main changelog page
    
    * [Changelog] update layout and formatting of changelog feed (#1552)
    
    * update layout of changelog feed
    
    * add styling for small screens
    
    * add styling for extra large
    ryancurtis1 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ce8a94a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. [Changelog] add filter bar to changelog page (#1558)

    * add new header to main changelog page
    
    * update layout of changelog feed
    
    * add styling for small screens
    
    * [Changelog] update layout and formatting of changelog feed (#1552)
    
    * update layout of changelog feed
    
    * add styling for small screens
    
    * save post filters
    
    * add styling for extra large
    
    * add filtering of posts by announcement or update
    
    * remove console log
    
    * rename as tsx
    
    * address comments
    
    * address comments
    ryancurtis1 authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    268ac74 View commit details
    Browse the repository at this point in the history
  2. Changelog-redesign-image-component (#1549)

    * Add tailwind-variants
    
    * Image component
    
    * Add next/image to introduce lazy loading and get/set img dimensions
    
    * Rm console logs
    
    * address comments
    
    ---------
    
    Co-authored-by: Ryan Curtis <[email protected]>
    lindseybradford and ryancurtis1 authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    493a652 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. [Changelog] post page updates to use new formatting (#1574)

    * update page layout
    
    * add header component
    
    * add new components to post page
    '
    
    * update video button styling
    ryancurtis1 authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1fd14a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. [Changelog] add subscribe to product updates modal and functionality (#…

    …1582)
    
    * add subscribe form api
    
    * more styling for subscribe modal
    
    * add reporting to rollbar for subscribe errors
    ryancurtis1 authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6adab3d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. [Changelog] update formatting for past 10 posts to match new styling (#…

    …1575)
    
    * update page layout
    
    * add header component
    
    * add new components to post page
    '
    
    * update video button styling
    
    * update formatting for old posts
    ryancurtis1 authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    da89ce1 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    8a5609b View commit details
    Browse the repository at this point in the history
  2. [Changelog] add dark mode support for changelog pages (#1596)

    * add dark mode support for changelog pages
    
    * address comments
    ryancurtis1 authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    fe3df02 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. [ChangeLog] Light and Dark mode filter button states (#1604)

    * light mode
    
    * remove black background
    
    * add dark mode
    
    * sort
    junhouse authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2a7aa20 View commit details
    Browse the repository at this point in the history
  2. [Changelog] Watch Video button states (#1605)

    * light and dark mode
    
    * add dark video icon
    
    * add dark icon
    junhouse authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d01318e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. [ChangeLog] Add states to Watch the video button in post (#1606)

    * add styling
    
    * light style
    
    * pr feedback
    junhouse authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3c2c86c View commit details
    Browse the repository at this point in the history
  2. [ChangeLog] More button States (#1610)

    * add styling
    
    * wip
    
    * update load more
    
    * clean up
    
    * remove whitepsace
    junhouse authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    75eeee1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    45fa350 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. scss update (#1615)

    junhouse authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c2f6b56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f16b9e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e140ac View commit details
    Browse the repository at this point in the history
  4. [Changelog] Header img css update (#1620)

    * align to top
    
    * scale
    junhouse authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3159b8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe105b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bb66e5 View commit details
    Browse the repository at this point in the history
  7. [changelog] bug fixes for small screens (#1625)

    * add images for announcement posts
    
    * update the image frame and post title styles for small screens
    ryancurtis1 authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3b9ed64 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. merge

    ryancurtis1 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8c36686 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. [ChangeLog] Different image background (#1624)

    * light and dark gradient background
    
    * clean up
    
    * clean up
    
    * fix background opacity
    
    * fix nx naming
    
    * extract color
    
    * move css to parent level
    junhouse authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    945145c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cf2870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3fcbd5 View commit details
    Browse the repository at this point in the history
  4. Fix code scanning alert no. 18: Incomplete URL substring sanitization

    Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    b930757 View commit details
    Browse the repository at this point in the history
  5. Fix code scanning alert no. 16: Incomplete URL substring sanitization

    Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    d580825 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    944b6ef View commit details
    Browse the repository at this point in the history
  2. fix type error

    ryancurtis1 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7d9bd48 View commit details
    Browse the repository at this point in the history