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(pythonanywhere): init #1243

Merged
merged 51 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from 42 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
107e4ef
feat(pythonanywhere): init
Aug 20, 2024
f743f7a
fix(pythonanywhere): lint error
Aug 20, 2024
b5481ba
feat(pythonanywhere): add blog
Aug 20, 2024
0bb0776
feat(pythonanywhere): add icons and search bar, along with some text
Aug 21, 2024
6a660f9
fix(pythonanywhere): optimize svgs
Aug 21, 2024
8916310
feat(pythonanywhere): add preview
Aug 21, 2024
98e73c2
Merge branch 'main' into main
Aug 21, 2024
6051186
feat(pythonanywhere): add icons and update preview
Aug 21, 2024
f2ebd4d
feat(pythonanywhere): add more icons
Aug 22, 2024
5b6a01b
feat(pythonanywhere): finish off the icons
Aug 22, 2024
8841e37
fix(pythonanywhere): some unthemed stuff
Aug 22, 2024
42f1998
fix(pythonanywhere): use ``past-maintainers`` instead of ``current-ma…
Aug 22, 2024
7e03cab
fix(pythonanywhere): lint error
Aug 22, 2024
da5a82b
fix(pythonanywhere): fix icons not theming
Aug 22, 2024
b200847
fix(pythonanywhere): miscolored search bar
Aug 22, 2024
2cd1c6c
fix(pythonanywhere): wrong link
Aug 22, 2024
d767650
fix(pythonanywhere): add whitespace
Aug 22, 2024
3587aed
fix(pythonanywhere): move @import beneath the @-moz-document line
Aug 22, 2024
14cc758
Merge branch 'main' of github.com:somerand0mcat/userstyles
Aug 22, 2024
835ea69
fix(pythonanywhere): syntax highlighting
Aug 22, 2024
d8c7728
fix(pythonanywhere): use uncenter's suggestions
Aug 22, 2024
60a7a92
fix(pythonanywhere): error messages
Aug 23, 2024
b504e99
fix(pythonanywhere): post previews
Aug 23, 2024
a6585b6
Merge branch 'main' into main
uncenter Aug 23, 2024
b4690cb
fix(pythonanywhere): teacher navbar
Aug 23, 2024
1b9be96
feat(pythonanywhere): run tasks lint:fix and format
Aug 23, 2024
26cff0c
feat(pythonanywhere): add license comment (as required)
Aug 23, 2024
c6b9df4
fix(pythonanywhere): misc changes
uncenter Aug 28, 2024
0e4e7d7
update pythonanywhere
trinkey Oct 27, 2024
8f69324
womp womp
trinkey Oct 27, 2024
fdd1e4d
readd maintainer
trinkey Oct 27, 2024
d73afe0
chore: delete extra past-maintainers
uncenter Oct 27, 2024
a27a4b1
style(pythonanywhere): format
uncenter Nov 10, 2024
658fbe7
fix(pythonanywhere): console and ansi colors
uncenter Nov 10, 2024
1c65767
fix(pya): style label-primary
trinkey Nov 10, 2024
c1678c7
fix(pya): domain selector
trinkey Nov 10, 2024
b804c7f
style(pya): window size/copy text popup
trinkey Nov 11, 2024
c436582
Update styles/pythonanywhere/catppuccin.user.css
trinkey Nov 11, 2024
0048a2e
Update styles/pythonanywhere/catppuccin.user.css
trinkey Nov 11, 2024
75e73b1
requested changes + a couple unstyled elements
trinkey Nov 11, 2024
6ab7635
fix image link
trinkey Nov 11, 2024
01f5f5d
remove duplicate selector (you're welcome deno)
trinkey Nov 11, 2024
755ce42
Update styles/pythonanywhere/catppuccin.user.css
trinkey Nov 11, 2024
5fcecff
remove extra `@import`
trinkey Nov 11, 2024
e6885f0
move blog to main block
trinkey Nov 11, 2024
1d4f04e
add missing comma
trinkey Nov 11, 2024
ef54613
remove extra svg
trinkey Nov 11, 2024
a0bce0f
fix(pythonanywhere): change black/bright black ansi colors to mantle
uncenter Nov 11, 2024
f8ba847
fix(pya): ansi black/bright black, bright green + background
trinkey Nov 11, 2024
060fd50
fix(pya): unthemed ace editor classes + small stuff
trinkey Nov 12, 2024
714c3a8
fix(pya): changes to ace colors
trinkey Nov 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions scripts/userstyles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,13 @@ userstyles:
readme:
app-link: "https://pypi.org"
current-maintainers: [*trinkey]
pythonanywhere:
name: PythonAnywhere
categories: [development]
color: sapphire
readme:
app-link: "https://pythonanywhere.com"
current-maintainers: [*trinkey]
quizlet:
name: Quizlet
categories: [education, productivity]
Expand Down
Loading
Loading