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

New GUI #105

Closed
wants to merge 159 commits into from
Closed

New GUI #105

wants to merge 159 commits into from

Commits on Jan 26, 2023

  1. Barebones SvelteKit init

    Owez committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    36ac992 View commit details
    Browse the repository at this point in the history
  2. Added an API project

    Owez committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    2fce192 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f932f1c View commit details
    Browse the repository at this point in the history
  4. Skeleton yark pages project

    Owez committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    d0ba4b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96b1fb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2385ae1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c040143 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Start page

    Owez committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    8577eeb View commit details
    Browse the repository at this point in the history
  2. Load zoom-in

    Owez committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    3ad489c View commit details
    Browse the repository at this point in the history
  3. Styled loading list

    Owez committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    3afefcd View commit details
    Browse the repository at this point in the history
  4. Drop/browse to load archive

    Owez committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    7aab95a View commit details
    Browse the repository at this point in the history
  5. Fixed pojo issues with list

    Owez committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    bab3558 View commit details
    Browse the repository at this point in the history
  6. Added tauri

    Owez committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    58eab4c View commit details
    Browse the repository at this point in the history
  7. Deleted yark-app for now

    Owez committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    12ebce1 View commit details
    Browse the repository at this point in the history
  8. Experimental no-ssr

    Owez committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    8cd33e1 View commit details
    Browse the repository at this point in the history
  9. Full tauri build support

    Owez committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    63de2a3 View commit details
    Browse the repository at this point in the history
  10. Fixed path system using dropzone

    Owez committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    95bdefd View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Made dropzone allow drops

    Owez committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    faf95c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a4a902 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27ab203 View commit details
    Browse the repository at this point in the history
  4. Moved Viewer code into its own package yark-viewer

    This is just for keeping in pair, to be deprecated in favor of upcoming `yark-pages`
    OriDevTeam committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    b0ebedf View commit details
    Browse the repository at this point in the history
  5. Moved CLI code into its own package project yark-cli

    Some functionality like Download logger was commented out for now, to address after structural changes upcoming
    OriDevTeam committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    9ff21af View commit details
    Browse the repository at this point in the history
  6. Moved yark project files into its own project package, yark

    Dependency relations on other recent packages are to be checked, and also some code
    OriDevTeam committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    7197479 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Check if an archive exists

    Owez committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    d76173d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Corrected and cleaned some imports, moved and tweaked PyPi versioning

    Some TODOS need to be addressed later when `yark-pages` consideration caveats are refined
    OriDevTeam committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    9decda7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sveltekit' of https://github.com/OriDevTeam/yark into g…

    …ui-restructure-interation
    Owez committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    65a27d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    154abec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7902394 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ea6b73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8de03f View commit details
    Browse the repository at this point in the history
  7. Renamed pages yark to archive

    Owez committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    7c6980c View commit details
    Browse the repository at this point in the history
  8. Federated card wip

    Owez committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    a5a08a1 View commit details
    Browse the repository at this point in the history
  9. Project revamp integration into the GUI rewrite (#108)

    * Exclude JetBrains IDEA configuration folder
    
    * Bumped Python version requirements on README
    
    * Moved Viewer code into its own package `yark-viewer`
    
    This is just for keeping in pair, to be deprecated in favor of upcoming `yark-pages`
    
    * Moved CLI code into its own package project `yark-cli`
    
    Some functionality like Download logger was commented out for now, to address after structural changes upcoming
    
    * Moved yark project files into its own project package, `yark`
    
    Dependency relations on other recent packages are to be checked, and also some code
    
    * Corrected and cleaned some imports, moved and tweaked PyPi versioning
    
    Some TODOS need to be addressed later when `yark-pages` consideration caveats are refined
    
    * Deleted cli files which didn't fit into merge
    
    * Removed viewer and formatted pyprojects
    
    * Added some TODOs and added gitignore to cli
    
    * Rewrote structure in CONTRIBUTING
    
    ---------
    
    Co-authored-by: NewWars <15692866+OriDevTeam@users.noreply.github.com>
    Owez and OriDevTeam authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    41afd20 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    48233b2 View commit details
    Browse the repository at this point in the history
  11. New cards and connect remote

    Owez committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    fa81536 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7bd5f89 View commit details
    Browse the repository at this point in the history
  13. Start of federation integration

    Owez committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    20b1d6c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. More federated, fixed local card

    Owez committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    74ef306 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cf22a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e02b25 View commit details
    Browse the repository at this point in the history
  4. Started on internals of connect

    Owez committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    10abbea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4964ae6 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Finished connect styling

    Owez committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    f2eb1a3 View commit details
    Browse the repository at this point in the history
  2. Finished connect page

    Owez committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    4209f9a View commit details
    Browse the repository at this point in the history
  3. Start on create page

    Owez committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9651887 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fb2f9e View commit details
    Browse the repository at this point in the history
  5. More validation on create

    Owez committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    06fe4bb View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Changed placeholder to name

    Owez committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    a0dcc81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09e82c4 View commit details
    Browse the repository at this point in the history
  3. Better validation

    Owez committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d191f18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39325ee View commit details
    Browse the repository at this point in the history
  5. Proper async for validate

    Owez committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    fea496d View commit details
    Browse the repository at this point in the history
  6. Fixed validity checking

    Owez committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    b6a0036 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45c64ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    053d965 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f69e381 View commit details
    Browse the repository at this point in the history
  10. Added a plain api project

    Owez committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    79fc070 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    039729f View commit details
    Browse the repository at this point in the history
  12. Relocked api project

    Owez committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    0bbf74b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4bfac08 View commit details
    Browse the repository at this point in the history
  14. Added archive creation

    Owez committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    23a5d17 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

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

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    3f71b84 View commit details
    Browse the repository at this point in the history
  2. Basic route structure for api

    Owez committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    36f7c94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    330126a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a977a96 View commit details
    Browse the repository at this point in the history
  5. TODO comments

    Owez committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    49092d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Configuration menu
    Copy the full SHA
    057973a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2ce2bc View commit details
    Browse the repository at this point in the history
  3. Thumbnail serving

    Owez committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    37a384e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddf7e32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f13612 View commit details
    Browse the repository at this point in the history
  6. See previous

    Owez committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    3f00883 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c27ced3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Federated connection rewrite

    Owez committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    363ec37 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Broken archive page

    Owez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    eb0cde1 View commit details
    Browse the repository at this point in the history
  2. Removed old comment

    Owez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    bb81120 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Simplistic auth for post

    Owez committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    5416b00 View commit details
    Browse the repository at this point in the history
  2. Removed pyproject readme backs

    Owez committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    3b87df4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f65f82 View commit details
    Browse the repository at this point in the history
  4. Route information for api

    Owez committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    7ab1034 View commit details
    Browse the repository at this point in the history
  5. Fixed auth slip is none

    Owez committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    ca89942 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    6c61a9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ed31a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Migration steps for api

    Owez committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    db2f340 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    9b30efd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d307d6c View commit details
    Browse the repository at this point in the history
  3. Fixed thumbnail cache issue

    Owez committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    daf6855 View commit details
    Browse the repository at this point in the history
  4. URL-based routing

    Owez committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    bee1254 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b99780 View commit details
    Browse the repository at this point in the history
  6. Specific video getting

    Owez committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    d187d03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3f61d0 View commit details
    Browse the repository at this point in the history
  8. Specific video route docs

    Owez committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    285235c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    972df2f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Pyinstaller builds for api

    Owez committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    bbf4dd5 View commit details
    Browse the repository at this point in the history
  2. Added phonies to make

    Owez committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    8466e20 View commit details
    Browse the repository at this point in the history
  3. Custom launcher host/port config

    Owez committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ba352c4 View commit details
    Browse the repository at this point in the history
  4. Smarter api building

    Owez committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ec9b409 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1115e6 View commit details
    Browse the repository at this point in the history
  6. Started sidecar support

    Owez committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    6851b43 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Target triple for sidecar

    Owez committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    2138ab0 View commit details
    Browse the repository at this point in the history
  2. Port documentation

    Owez committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    b229063 View commit details
    Browse the repository at this point in the history
  3. Fix SSR running on yark-pages SPA (#111)

    * fix(yark-pages): 🐛 fix SSR running on yark
    
    * feat(nixos): 🚀 add nix flake as a deployment method
    
    * fix: I am way too lazy to conventional commit this
    
    * Removed outdated pojo and formatted
    
    * Made openedArchive undefined instead of null
    
    * Removed extra files
    
    * Documented archive lib file
    
    * Removed federated file
    
    * Addressed final comment concerns for approval
    
    ---------
    
    Co-authored-by: Owen Griffiths <root@ogriffiths.com>
    Suyashtnt and Owez authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    fd65786 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    139de21 View commit details
    Browse the repository at this point in the history
  5. Segregated dev tooling

    Owez committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    7e7002b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60c9add View commit details
    Browse the repository at this point in the history
  7. Fixed import error

    Owez committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    0bd768b View commit details
    Browse the repository at this point in the history
  8. Added auth todo notices

    Owez committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    484e1b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Start of archive page styling

    Owez committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    dd7d84a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

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

Commits on Feb 23, 2023

  1. Removed shadows

    Owez committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    974f78e View commit details
    Browse the repository at this point in the history
  2. Sidebar buttons

    Owez committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    12c4bfa View commit details
    Browse the repository at this point in the history
  3. Shorts on sidebar

    Owez committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    5f4f4bc View commit details
    Browse the repository at this point in the history
  4. Not found information

    Owez committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    4e74d93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fb0b96 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Finished navbar for now

    Owez committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    7bc2258 View commit details
    Browse the repository at this point in the history
  2. Start on the details page

    Owez committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    9c06823 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    673ae8c View commit details
    Browse the repository at this point in the history
  2. Back button for videos

    Owez committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    be2b57d View commit details
    Browse the repository at this point in the history
  3. Raw video file api fetching

    Owez committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    a01dae6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    7d1ba90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    803fea2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f672320 View commit details
    Browse the repository at this point in the history
  4. Video title

    Owez committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    d309eb4 View commit details
    Browse the repository at this point in the history
  5. Video info section

    Owez committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    9afb54d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    75aa8e3 View commit details
    Browse the repository at this point in the history
  2. Human readable dates

    Owez committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    f41cb7f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Better changelog styling

    Owez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    fa38f0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a23e04f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cc27e9 View commit details
    Browse the repository at this point in the history
  4. Start of graph implementation

    Owez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    5f28998 View commit details
    Browse the repository at this point in the history
  5. Fixed ticks issue

    Owez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    6187021 View commit details
    Browse the repository at this point in the history
  6. Mostly finished graphs

    Owez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    c8fcb8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8d5f26 View commit details
    Browse the repository at this point in the history
  8. Polished subtitle margin bottom

    Owez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    fed8a7a View commit details
    Browse the repository at this point in the history
  9. Fixed archive creation

    Owez committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    3d47131 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Reverted just mp4 conversion

    Owez committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    b3b7770 View commit details
    Browse the repository at this point in the history
  2. Started to test out sidecar

    Owez committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    c68385d View commit details
    Browse the repository at this point in the history
  3. Updated config to try to fix

    Owez committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    a9aaf28 View commit details
    Browse the repository at this point in the history
  4. Used cutting edge yt-dlp

    Owez committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    1018fbd View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    1674af2 View commit details
    Browse the repository at this point in the history
  2. Proper API auth

    Owez committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    fe9b734 View commit details
    Browse the repository at this point in the history
  3. Dev mode for secrets

    Owez committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    b961252 View commit details
    Browse the repository at this point in the history
  4. Improved importing

    Owez committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    1636bcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ccd591 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86c2a7f View commit details
    Browse the repository at this point in the history
  7. Start on video notes

    Owez committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    63e982f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 5, 2023

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

Commits on Mar 6, 2023

  1. Better note styling

    Owez committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    189721e View commit details
    Browse the repository at this point in the history
  2. Start on note api logic

    Owez committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    1c199e4 View commit details
    Browse the repository at this point in the history
  3. Note creation

    Owez committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    dd50b36 View commit details
    Browse the repository at this point in the history
  4. Start of note deletion

    Owez committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    1140491 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Completed note deletion

    Owez committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    960b5d9 View commit details
    Browse the repository at this point in the history
  2. Completed note deletion

    Owez committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b1af911 View commit details
    Browse the repository at this point in the history
  3. Note editing work in progress

    Owez committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    f12e2a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Finished note editing

    Owez committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a904630 View commit details
    Browse the repository at this point in the history
  2. Tooltips reimplemented

    Owez committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    31b4da5 View commit details
    Browse the repository at this point in the history