-
Notifications
You must be signed in to change notification settings - Fork 1
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
Various fixes and features #75
Merged
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
d67b9a2
Make the interface a bit more "brutalist"
tamuri 0917e76
Add handler to drop into REPL
tamuri 539ebac
Add condition to check sort isn't activated to allow 'ss' to sort asc…
tamuri f061c83
Add readline and some history to make filter easier to use
tamuri 0dc5d5a
Tidy up comparison function, create and return result if we don't hav…
tamuri 16838c8
Many tournament references a bit clearer
tamuri de9d59c
ruff format
tamuri f48889b
Minor improvements for clarity
tamuri 5240896
Fix errors from static analysis
tamuri 10eb74b
readkeys not used
tamuri 6a63ff3
Fix some type errors
tamuri 952993c
Print a message whether shortlist was restored or created
tamuri 95453c1
Rationalise applicants table view and put collect context variables t…
tamuri 90b2032
Tidy up context
tamuri 499fe97
Loop with enumerate so user can filter by number
tamuri 2897fb4
Add filtering help
tamuri b4151a4
Add `total_score` example
tamuri 2545d45
Add an interactive sorter and add it as a sort option
tamuri a54a822
Add table legend and option to redisplay applicant (e.g. if scrolls o…
tamuri 9946633
Improve display of applicants comparison sorting
tamuri a05be3e
Use pywebview to display applicant PDFs
tamuri 9f09673
Serving httpd in thread (for serving pdf.js)
tamuri 00126de
present pdfs in webview window using pdf.js
tamuri 35f53bf
tidy-up webview usage
tamuri 97e22fb
change to always open in external viewer
tamuri f56af3b
don't override built-in keyword `object`
tamuri 8a2ad5b
Remove unused argument
tamuri cda256e
Fix imports
tamuri 41de72d
Small linter fixes
tamuri ca92732
Catch more specific errors for eval
tamuri d9974da
Add docstring
tamuri 263fe35
Slightly dim background of start page
tamuri 2a138b3
Only listen on loopback
tamuri bf6c179
use keyword arguments clarity
tamuri b5d0df0
webview might not be available, so we can't load things from shortlis…
tamuri f83e490
use a better word (than the word I made up - unretrievable)
tamuri 4b1c15f
Add pdfjs-4.9.155-dist
tamuri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Putting these variable into a separate class makes the code so much more cleaner!