Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
e3c0f95
wip
StefanCodes Nov 17, 2025
d6ccad5
wip
StefanCodes Nov 21, 2025
aff95a7
Final batch of CSS fixes to try to better match the original layout
StefanCodes Dec 28, 2025
ce182dd
Add local Bulma and FontAwesome
StefanCodes Feb 3, 2026
8c2fc11
Remove old SASS FA assets
StefanCodes Feb 3, 2026
2c3cd20
Remove JS-based theme selection in favour of server side + cookie
StefanCodes Feb 3, 2026
1ecb622
Revert source add/edit layout changes
StefanCodes Feb 3, 2026
c361c1e
Make button label/icon positions consistent
StefanCodes Feb 3, 2026
2f0816e
Revert unrelated changes to Makefile, Pipfile, urls.py
StefanCodes Feb 3, 2026
c7be202
Fix media item table layout
StefanCodes Feb 3, 2026
812dbe7
Remove Js=S hamburger menu
StefanCodes Feb 3, 2026
d2d08ca
Merge upstream/main into dark_mode
StefanCodes Feb 3, 2026
984b3c0
Tone down some of the dark mode colors
StefanCodes Feb 4, 2026
076097b
Merge changes from upstream
StefanCodes Feb 4, 2026
0e769f6
Update tubesync/sync/templates/sync/tasks.html
StefanCodes Feb 5, 2026
0f7ea26
Update tubesync/sync/templates/sync/tasks.html
StefanCodes Feb 5, 2026
a911e65
Update tubesync/sync/templates/sync/tasks.html
StefanCodes Feb 5, 2026
aa6f635
Update tubesync/sync/templates/sync/tasks.html
StefanCodes Feb 5, 2026
0abd13a
Merge branch 'main' into dark_mode
tcely Apr 27, 2026
36b81e8
Use the (previous) local FontAwesome
tcely Apr 27, 2026
85d07be
Restructure the local Bulma
tcely Apr 27, 2026
ec2e8ea
fix: rename the middleware class
tcely Apr 27, 2026
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
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,3 @@ Pipfile.lock
/tubesync/tasks/*.db
/tubesync/tasks/*.db-shm
/tubesync/tasks/*.db-wal

# Compiled CSS
/tubesync/common/static/styles/*.css
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python=/usr/bin/env python
python=pipenv run python
docker=/usr/bin/docker
name=tubesync
image=$(name):latest
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ autopep8 = "*"
django = "~=5.2.5"
django-huey = "*"
django-sass-processor = {extras = ["management-command"], version = "*"}
libsass = "*"
pillow = "*"
whitenoise = "*"
gunicorn = "*"
Expand Down
71 changes: 0 additions & 71 deletions tubesync/common/static/styles/_colours.scss

This file was deleted.

20 changes: 0 additions & 20 deletions tubesync/common/static/styles/_fonts.scss

This file was deleted.

52 changes: 0 additions & 52 deletions tubesync/common/static/styles/_forms.scss

This file was deleted.

40 changes: 0 additions & 40 deletions tubesync/common/static/styles/_helpers.scss

This file was deleted.

Loading