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

Tick Climbs and Show Stats #72

Merged
merged 33 commits into from
Aug 29, 2024
Merged

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    12dd4c5 View commit details
    Browse the repository at this point in the history
  2. minor styling

    gardaholm committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2507028 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. updated bids

    gardaholm committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    d7a1b92 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. updated views.py

    gardaholm committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d254fd0 View commit details
    Browse the repository at this point in the history
  2. Fix it

    Lukas Grundschober authored and Lukas Grundschober committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    da4a5d0 View commit details
    Browse the repository at this point in the history
  3. removed testing files

    gardaholm committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f8e7d5b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Combined Menu on Results

    - combined menu on results.view
    - tick modal draft
    - added attempts to results.view
    gardaholm committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4124ef3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Added some Features

    Lukas Grundschober authored and Lukas Grundschober committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    3869a2c View commit details
    Browse the repository at this point in the history
  2. updated radio buttons

    gardaholm committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    531419b View commit details
    Browse the repository at this point in the history
  3. Addded Save buttons

    Lukas Grundschober authored and Lukas Grundschober committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    52b55a1 View commit details
    Browse the repository at this point in the history
  4. Revert "updated radio buttons"

    This reverts commit 531419b.
    gardaholm committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4e5d72d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3c6d5e View commit details
    Browse the repository at this point in the history
  6. updated fly + requirements

    gardaholm committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9d7f553 View commit details
    Browse the repository at this point in the history
  7. Your commit message here

    Karlosschmidtos committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    c32723c View commit details
    Browse the repository at this point in the history
  8. Merge branch 'alerts'

    gardaholm committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    c9417e5 View commit details
    Browse the repository at this point in the history
  9. form updates

    css fixed and disable button to prevent multiple submissions
    gardaholm committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    60dbe88 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Remove from Logging Attempts

    Remove attempts from the log modal
    gardaholm committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    8d99168 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Fixed CSS Problem on Menu Dropdown

    wrong div-class for bootstrap dropdown
    gardaholm committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    9aaf434 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. minor cleanups

    gardaholm committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3d7aa68 View commit details
    Browse the repository at this point in the history
  2. cleanup

    gardaholm committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c34e747 View commit details
    Browse the repository at this point in the history
  3. Reverted fly.toml for climbdex

    removed climbdex.why.dev settings
    gardaholm committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e732edf View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. diffForSave camelCase

    removed typo
    gardaholm committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b7be947 View commit details
    Browse the repository at this point in the history
  2. Added some things

    Karlosschmidtos committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a687ce7 View commit details
    Browse the repository at this point in the history
  3. Added some things

    Karlosschmidtos committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6a6e155 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Added import request and chaged view.py

    Karlosschmidtos committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1a35c2b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Back to start

    Karlosschmidtos committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    582f5bb View commit details
    Browse the repository at this point in the history
  2. Angle missmatch resolved

    Karlosschmidtos committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9854444 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. bid_count instead of attempt_id

    using bid_count instead of attempt_id to log attempts.
    updated view.py to handle login in via user_id/token only
    gardaholm committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3656539 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. fixed overflow

    fixed overflow for #div-climb on results and create-climb page.
    gardaholm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f150117 View commit details
    Browse the repository at this point in the history
  2. Your Attempts instead of Statistics

    renamed menu item and modal title
    gardaholm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    cf3a7ee View commit details
    Browse the repository at this point in the history
  3. mistake in overflow commit

    mistakenly removed id="div-climb" in the previous commit. added it back as before …
    gardaholm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bdc521c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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