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

feature: allow embed <replay-web-page> to also support updating favicons from replay #287

Merged
merged 6 commits into from Mar 8, 2024

Commits on Mar 8, 2024

  1. feature: allow embed <replay-web-page> to also support updating favic…

    …ons from the replay
    
      - enabled via 'updateFavicons' attribute
      - pass icons via postMessage() update, adding type to embed message to allow different types of message
      - currently supporting 'urlchange' and 'favicons'
      - add shared updateFaviconLinks(), used by both embed and main app
    ikreymer committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b1b8fef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b87be2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68240c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97df2d5 View commit details
    Browse the repository at this point in the history
  5. propogate type correctly and convert non-string values to strings whe…

    …n creating a `new URLSearchParams`
    emma-sg committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    41ba2fb View commit details
    Browse the repository at this point in the history
  6. add EmbedReplayData base for tab data that is passed via message, inc…

    …luding url, ts, view and query
    
    only specific values as part of hashtag
    only include view in hashtag if no url is set
    ikreymer committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    525fb17 View commit details
    Browse the repository at this point in the history