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

feat: new window system (alpha) #1686

Draft
wants to merge 133 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 20, 2022

  1. add: backend-ai-window-page

    inureyes committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    cdc58d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d789599 View commit details
    Browse the repository at this point in the history
  3. add: basic window system

    inureyes committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    9b9a3b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dced1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8edcda6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36f998e View commit details
    Browse the repository at this point in the history
  7. add: test set for window set control

     * Also maximize window feature
    inureyes committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    5a42e02 View commit details
    Browse the repository at this point in the history
  8. add: window manager system

    inureyes committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f3bc174 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a80233 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4ed33cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f3706e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

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

Commits on Sep 22, 2022

  1. add: defaultWidth option

    inureyes committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    059d77d View commit details
    Browse the repository at this point in the history
  2. add: node.js compiled file

    inureyes committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    548bf91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1167f94 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    4427d32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84b3f86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb579a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa1c955 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75ddd17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e71c9a View commit details
    Browse the repository at this point in the history
  7. add: more adoption to pages

    inureyes committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    73690e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bed2b9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7df755e View commit details
    Browse the repository at this point in the history
  10. update: toggle window test

    inureyes committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    e56b49c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b9dbf31 View commit details
    Browse the repository at this point in the history
  12. add: import view as a window

    inureyes committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    b42e52d View commit details
    Browse the repository at this point in the history
  13. add: minimize function

    inureyes committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    cb9d4e2 View commit details
    Browse the repository at this point in the history
  14. test: embed URL-based iframe

    inureyes committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    cc3caa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    5a662b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e8115c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5090a5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bbb6ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eae5d76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b38ebc9 View commit details
    Browse the repository at this point in the history
  7. update: window shadow

    inureyes committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    dd2db63 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5bea61 View commit details
    Browse the repository at this point in the history
  9. add: comments

    inureyes committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    b3a319d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36cc48a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

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

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    f4bb9ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    519e62d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87b70cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    119b461 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f89ffbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7253291 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1170549 View commit details
    Browse the repository at this point in the history
  8. update: indicator location

    inureyes committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    9aaa063 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b59611f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77271ba View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

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

Commits on Oct 1, 2022

  1. Configuration menu
    Copy the full SHA
    e9e03ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77102f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    67212cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ba4fd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b377fd View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    fb1e851 View commit details
    Browse the repository at this point in the history
  2. update: code convention

    inureyes committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    61cfad9 View commit details
    Browse the repository at this point in the history
  3. fix: indentation

    inureyes committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    a200699 View commit details
    Browse the repository at this point in the history
  4. fix: typing issue

    inureyes committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    e2117d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b75ef0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e4dc0e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. fix: background while login

    inureyes committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    ac8eb49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65a369b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d77c085 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f687669 View commit details
    Browse the repository at this point in the history
  5. add: window icons

    inureyes committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    3e08503 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3e0601 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cb7a3e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

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

Commits on Oct 13, 2022

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

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    9d76511 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    342e7da View commit details
    Browse the repository at this point in the history
  3. add: new material icon fonts

    inureyes committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    f08c2c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74cf429 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    f65c18f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2875943 View commit details
    Browse the repository at this point in the history
  3. add: tab mode (WIP)

    inureyes committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    eea1ce7 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    e972d81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f963ff0 View commit details
    Browse the repository at this point in the history
  3. update: menu icons

    inureyes committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    486a35e View commit details
    Browse the repository at this point in the history
  4. add: tab order / margin

    inureyes committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    97dbd11 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

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

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    04f9ba9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    675f46f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

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

Commits on Dec 9, 2022

  1. add: missing future methods

    inureyes committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    ce49783 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    1560371 View commit details
    Browse the repository at this point in the history
  2. update: package-lock.json

    inureyes committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    b670d6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86bf38b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24b91c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    765acde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f69d283 View commit details
    Browse the repository at this point in the history
  3. update: version index (#208)

    inureyes committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e8b6f10 View commit details
    Browse the repository at this point in the history
  4. update: version index

    inureyes committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    024a2a8 View commit details
    Browse the repository at this point in the history
  5. update: version index

    inureyes committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8c411dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88896ae View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    09d9b68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bad559f View commit details
    Browse the repository at this point in the history
  3. fix: window moving

    inureyes committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    743da36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8216c8a View commit details
    Browse the repository at this point in the history
  5. fix: windows does not close

    inureyes committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    26f3274 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57119d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f634322 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    deec97e View commit details
    Browse the repository at this point in the history
  2. add: serving window

    inureyes committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b5458cb View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    1225f20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    458e734 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69cb5a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    6770efc View commit details
    Browse the repository at this point in the history
  2. add: test background image

    inureyes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bd01021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b05301 View commit details
    Browse the repository at this point in the history
  4. add: spa mode option

    inureyes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    aa7f624 View commit details
    Browse the repository at this point in the history
  5. add: testing SPA mode

    TODO: apps to use popup
    inureyes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3e03b72 View commit details
    Browse the repository at this point in the history
  6. update: legacy mode testing

    inureyes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3c7ae3f View commit details
    Browse the repository at this point in the history
  7. update: SPA mode (fin.)

    inureyes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d22dd4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b8fd01 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    7a4825d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    151db95 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    38fec54 View commit details
    Browse the repository at this point in the history
  2. fix: remove linter error

    inureyes committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1afe7ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebc7530 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfaa2ca View commit details
    Browse the repository at this point in the history
  5. update: webui component

    inureyes committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2e31fc6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    709ea16 View commit details
    Browse the repository at this point in the history
  7. fix: broken code by linter

    inureyes committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    8edca26 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    9c2013f View commit details
    Browse the repository at this point in the history
  2. fix: lint issue

    inureyes committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    f3b3bdf View commit details
    Browse the repository at this point in the history
  3. update: webui revamp

    inureyes committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    ee72e4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65df2e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    398327d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    743d042 View commit details
    Browse the repository at this point in the history