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: robotframework/robotframework-RFCP-syllabus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: robotframework/robotframework-RFCP-syllabus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: glossary-proposal
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 23 files changed
  • 4 contributors

Commits on Dec 5, 2025

  1. implemented dynamic glossary

    Signed-off-by: René <[email protected]>
    Snooz82 committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    3c25a41 View commit details
    Browse the repository at this point in the history
  2. implemented dynamic glossary

    Signed-off-by: René <[email protected]>
    Snooz82 committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    dbb34ac View commit details
    Browse the repository at this point in the history
  3. Update website/static/glossary/glossary.json

    Co-authored-by: Copilot <[email protected]>
    Snooz82 and Copilot authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    92e5027 View commit details
    Browse the repository at this point in the history
  4. implemented glossary tooltips

    Signed-off-by: René <[email protected]>
    Snooz82 committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    d6171b7 View commit details
    Browse the repository at this point in the history
  5. implemented glossary tooltips

    Signed-off-by: René <[email protected]>
    Snooz82 committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    91c3482 View commit details
    Browse the repository at this point in the history
  6. fixed typos

    Signed-off-by: René <[email protected]>
    Snooz82 committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    3349f89 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. updated glossary terms around Arguments

    Signed-off-by: René <[email protected]>
    Snooz82 committed Dec 6, 2025
    Configuration menu
    Copy the full SHA
    9041b67 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2025

  1. Apply suggestions from code review

    Co-authored-by: Copilot <[email protected]>
    Snooz82 and Copilot authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    8ebbf11 View commit details
    Browse the repository at this point in the history
  2. improved css of glossary terms

    Signed-off-by: René <[email protected]>
    Snooz82 committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    74638ac View commit details
    Browse the repository at this point in the history
  3. Optimize GlossaryTable: pre-compute sanitized HTML (#73)

    - [x] Revert to useMemo approach for entries and aliasToCanonicalSlug
    - [x] Remove unnecessary purifyRef and purifyReady state
    - [x] Simplify sanitization logic while maintaining security
    - [x] Ensure proper SSR handling
    - [x] Test and validate changes (TypeScript passes, dev server runs)
    - [x] Clean up build artifacts from repository
    - [x] Code review and security checks passed (CodeQL found no issues)
    
    <!-- START COPILOT CODING AGENT TIPS -->
    ---
    
    💬 We'd love your input! Share your thoughts on Copilot coding agent in
    our [2 minute survey](https://gh.io/copilot-coding-agent-survey).
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: Snooz82 <[email protected]>
    Co-authored-by: René <[email protected]>
    Co-authored-by: Copilot <[email protected]>
    4 people authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    8317d45 View commit details
    Browse the repository at this point in the history
  4. improved outline in dark mode

    Signed-off-by: René <[email protected]>
    Snooz82 committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    c5ed31c View commit details
    Browse the repository at this point in the history
  5. Update website/src/components/Term.tsx

    Co-authored-by: Copilot <[email protected]>
    Snooz82 and Copilot authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    d648e8a View commit details
    Browse the repository at this point in the history
Loading