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

#21 | [WIP] Implement search vue #21

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

#21 | [WIP] Implement search vue #21

wants to merge 12 commits into from

Commits on Aug 23, 2024

  1. Init search vue

    Rebased from commit f700cb7
    
    Bug: #21
    Change-Id: I918fd0f74044bea2344acd219f92115f4a377ce9
    lakejason0 authored and winstonsung committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b6f5452 View commit details
    Browse the repository at this point in the history
  2. Fix searchForm querySelector id

    Rebased from commit "Update" 2dd78d6
    
    Bug: #21
    Change-Id: I1f382480b725ec6f0911ae24b3b78eea94899be7
    lakejason0 authored and winstonsung committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0edff67 View commit details
    Browse the repository at this point in the history
  3. Add modules to skin.json and hook for search vue

    Rebased from commit "Update" b82e2a4
    
    Bug: #21
    Change-Id: Icac717f530a63e11b0e5ab20892b499abc5d1251
    lakejason0 authored and winstonsung committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    78a79b8 View commit details
    Browse the repository at this point in the history
  4. Fix hook name typo for search vue

    Rebased from commit "Update" 239e34f
    
    Bug: #21
    Change-Id: I57d1e75b566073673782ea157d7559c24e566437
    lakejason0 authored and winstonsung committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    47374fc View commit details
    Browse the repository at this point in the history
  5. Add config options to skin.json for search vue

    Rebased from commit "Update" 865df46
    
    Bug: #21
    Change-Id: Ic800f48a7a100882ecd85d3c6513eaa121fc7fda
    lakejason0 authored and winstonsung committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e8f1087 View commit details
    Browse the repository at this point in the history
  6. Fix a bug maybe?

    Rebased from commit d2ebae9
    
    Bug: #21
    Change-Id: I0a4f14d2ad6597d779cfeea60dc2dc16b7ed1631
    lakejason0 authored and winstonsung committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6cd246f View commit details
    Browse the repository at this point in the history
  7. I'm sorry DDElephant

    Rebased from commit 83ae5ff
    
    Bug: #21
    Change-Id: I10504bb03e3dd0bfd642c3e466ae20f034890b63
    lakejason0 authored and winstonsung committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b1e893b View commit details
    Browse the repository at this point in the history
  8. Update AUTHORS

    Rebased from commit "Update" 8179d52
    
    Bug: #21
    Change-Id: I52dab960aa53a4fb4c4669f38ba8283cb3f3da47
    lakejason0 authored and winstonsung committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    081296a View commit details
    Browse the repository at this point in the history
  9. Remove display flex for search vue

    Rebased from commit "Update" 538ba18
    
    Bug: #21
    Change-Id: I4442c6ab607e1014b84ce71fc0b76d4010e89dbc
    lakejason0 authored and winstonsung committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e80cb89 View commit details
    Browse the repository at this point in the history
  10. Update z-index for search vue

    Rebased from commit "Update" c82d383
    
    Bug: #21
    Change-Id: I19e4f0d7ae8eccdd178bdd1da5a036cc75bf6f7e
    lakejason0 authored and winstonsung committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    44a24c8 View commit details
    Browse the repository at this point in the history
  11. Update margin for search vue

    Rebased from commit "Update" 9f1ff37
    
    Bug: #21
    Change-Id: Iff3f13fccd6049c8a8ba58277f5b64404711a1d9
    lakejason0 authored and winstonsung committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    947e86d View commit details
    Browse the repository at this point in the history
  12. Deprecate WVUI, ResourceLoaderContext

    Deprecate WVUI in favor of Codex.
    
    Replace deprecated PHP class alias ResourceLoaderContext
    with namespaced MediaWiki\ResourceLoader\Context .
    
    The class was namespaced in MediaWiki 1.39
    (commit 3e2653f83bc096889d8b69d1e01a52d7de42b247,
    Change-Id Id08a220e1d6085e2b33f3f6c9d0e3935a4204659),
    
    and the deprecated class alias was removed in MediaWiki 1.42
    (commit 21d8d9863b393e0bea608ac2f926b40bfecff9ad,
    Change-Id I5929a2f760c8d21c1cb2542a19220a91ac7240e4).
    
    https://phabricator.wikimedia.org/T310243
    
    Bug: #21
    Bug: #38
    Bug: T310243
    Change-Id: I97f923dd9fc7b8305f7271c08076aaec12c3105c
    winstonsung committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    707668f View commit details
    Browse the repository at this point in the history