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

POC: Start using Codex #745

Closed
wants to merge 2 commits into from
Closed

POC: Start using Codex #745

wants to merge 2 commits into from

Commits on Sep 9, 2024

  1. POC: Start using Codex

    I thought the TextInput would be an easy component to start with. I was
    wrong, but hey, at least this mostly works. I also left some TODOs in
    the code as a treat.
    
    Bug: T369505
    lucaswerkmeister committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5d80288 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. POC: Start using Codex design tokens

    Use them as CSS variables, so they’ll automatically be updated when
    MediaWiki ships a new Codex version without having to rebuild the app
    (and they can depend on the skin too). To avoid including all the design
    tokens in the build anyway (Vite doesn’t really support excluding CSS
    imports yet, see vitejs/vite#18037), we have
    to make sure to not import the tokens anywhere in the app (i.e. neither
    in NewLexemeForm.vue nor in App.vue) – only directly in the index.html
    (dev entry point).
    
    Bug: T369505
    lucaswerkmeister committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    04e6e47 View commit details
    Browse the repository at this point in the history