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) File viewing #29

Merged
merged 9 commits into from
Nov 13, 2023
Merged

(feat) File viewing #29

merged 9 commits into from
Nov 13, 2023

Commits on Oct 2, 2023

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

Commits on Oct 4, 2023

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

Commits on Oct 8, 2023

  1. Add error ui to file viewer

    wingio committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    1947b6b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Improve code viewer

    - Dynamically size the line number instead of using constant value
    - Make all lines the same width to prevent jumping when scrolling
    - Optimize more values
    wingio committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d443243 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. feat: Add draggable scrollbar

    wingio committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    bdcffc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Add ability to view PDF files

    wingio committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    c77835c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. feat: Add gestures to the code viewer

    - Double tap to show/hide ui
    - Long press to start selection
    - Single press while in a selection to select more
    - Pinch to zoom (min 70%, max 200%)
    wingio committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3e13725 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Nov 10, 2023

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