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

Simplify optimization tab #1514

Closed
wants to merge 24 commits into from
Closed

Simplify optimization tab #1514

wants to merge 24 commits into from

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    d827b54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40e9869 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c6c9ae View commit details
    Browse the repository at this point in the history
  4. Fix bad width for tabs

    nguyentvan7 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4d3ef7c View commit details
    Browse the repository at this point in the history
  5. Adjust sizing mechanism

    nguyentvan7 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8371d64 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    5b170b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    936c9fd View commit details
    Browse the repository at this point in the history
  3. Fix error

    nguyentvan7 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1d2ff9a View commit details
    Browse the repository at this point in the history
  4. Update default db

    nguyentvan7 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5bf0450 View commit details
    Browse the repository at this point in the history
  5. Fix format

    nguyentvan7 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    98a6adb View commit details
    Browse the repository at this point in the history
  6. Fix bad merge

    nguyentvan7 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8fb1107 View commit details
    Browse the repository at this point in the history
  7. Fix layout and typo

    nguyentvan7 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7549df2 View commit details
    Browse the repository at this point in the history
  8. Fix lint and layout

    nguyentvan7 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f6d5d14 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Fix strings

    nguyentvan7 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1b514ff View commit details
    Browse the repository at this point in the history
  2. Fix accordion styling

    nguyentvan7 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8b0ea5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fd2392 View commit details
    Browse the repository at this point in the history
  4. Modify header

    nguyentvan7 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9760e48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83e9c0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb29ae6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

Commits on Mar 12, 2024

  1. Frzyc/go/simplify opt (#1666)

    * Condense characters page (#1621)
    
    * fix null checks (#1624)
    
    * Cache more actions (#1622)
    
    * cache more
    
    * Add comment
    
    * Speed up builds (#1626)
    
    * drop unnecessary deps
    
    * remove almost all build steps
    
    why doesnt json have trailing commas :(
    
    * rm build steps from sr
    
    * make equipped build title button-like (#1629)
    
    * make equipped build title button-like
    
    * format
    
    * make build TC title more button-like
    
    * only deploy if build was a success (#1633)
    
    * Create PRs in `new-release.yml` (#1631)
    
    * yep
    
    * fixes
    
    * allow squash merges
    
    * fix typo
    
    * typo2
    
    * printf
    
    * Convert Pagination to infinite scroll (#1627)
    
    * Infinite scroll experiment on artifacts page
    
    * convert all pagination to infinite scroll
    
    * add inf scroll to art exclusion
    
    * fix typecheck in mini-ci (#1636)
    
    * fix typecheck in mini-ci
    
    * typecheck first
    
    * move teambuff to team overview (#1632)
    
    * move teambuff to team overview
    
    * update team button to settings icon
    
    * non full-width add button
    
    * Add teams page filter (#1639)
    
    * Add teams page filter
    
    * format
    
    * additional features
    
    * fix translation
    
    * Add `teams` tab to mobile UI (#1654)
    
    * Update teamcard (#1653)
    
    * update teamcard
    
    * remove unnecessary divider
    
    * more colorful teammate selector
    
    * update migration naming (#1658)
    
    * update migration naming
    
    * add migration for GO migration on import
    
    * Open Team Editor after creating team from character editor (#1655)
    
    * Open Team Editor after creating team from character editor
    
    * remove console.log
    
    * Show loadout + build name on teamcard hover (#1656)
    
    * show loadout + build name on teamcard hover
    
    * update teamcard
    
    * fix team navigation (#1659)
    
    * Combine Loadout and Build settings into a singular popup (#1662)
    
    * fix SetEffectDisplay
    
    * fix build
    
    ---------
    
    Co-authored-by: eeeqeee <103794572+eeeqeee@users.noreply.github.com>
    Co-authored-by: HassnHamada <44922829+HassnHamada@users.noreply.github.com>
    3 people authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ca73f9f View commit details
    Browse the repository at this point in the history
  2. Revert "Frzyc/go/simplify opt (#1666)" (#1668)

    This reverts commit ca73f9f.
    nguyentvan7 authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0196ffe View commit details
    Browse the repository at this point in the history
  3. Frzyc/go/simplify opt (#1669)

    * Condense characters page (#1621)
    
    * fix null checks (#1624)
    
    * Cache more actions (#1622)
    
    * cache more
    
    * Add comment
    
    * Speed up builds (#1626)
    
    * drop unnecessary deps
    
    * remove almost all build steps
    
    why doesnt json have trailing commas :(
    
    * rm build steps from sr
    
    * make equipped build title button-like (#1629)
    
    * make equipped build title button-like
    
    * format
    
    * make build TC title more button-like
    
    * only deploy if build was a success (#1633)
    
    * Create PRs in `new-release.yml` (#1631)
    
    * yep
    
    * fixes
    
    * allow squash merges
    
    * fix typo
    
    * typo2
    
    * printf
    
    * Convert Pagination to infinite scroll (#1627)
    
    * Infinite scroll experiment on artifacts page
    
    * convert all pagination to infinite scroll
    
    * add inf scroll to art exclusion
    
    * fix typecheck in mini-ci (#1636)
    
    * fix typecheck in mini-ci
    
    * typecheck first
    
    * move teambuff to team overview (#1632)
    
    * move teambuff to team overview
    
    * update team button to settings icon
    
    * non full-width add button
    
    * Add teams page filter (#1639)
    
    * Add teams page filter
    
    * format
    
    * additional features
    
    * fix translation
    
    * Add `teams` tab to mobile UI (#1654)
    
    * Update teamcard (#1653)
    
    * update teamcard
    
    * remove unnecessary divider
    
    * more colorful teammate selector
    
    * update migration naming (#1658)
    
    * update migration naming
    
    * add migration for GO migration on import
    
    * Open Team Editor after creating team from character editor (#1655)
    
    * Open Team Editor after creating team from character editor
    
    * remove console.log
    
    * Show loadout + build name on teamcard hover (#1656)
    
    * show loadout + build name on teamcard hover
    
    * update teamcard
    
    * fix team navigation (#1659)
    
    * Combine Loadout and Build settings into a singular popup (#1662)
    
    * fix SetEffectDisplay
    
    * fix build
    
    ---------
    
    Co-authored-by: frzyc <frzyc@users.noreply.github.com>
    Co-authored-by: eeeqeee <103794572+eeeqeee@users.noreply.github.com>
    Co-authored-by: HassnHamada <44922829+HassnHamada@users.noreply.github.com>
    4 people authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4c566b8 View commit details
    Browse the repository at this point in the history