Commit Graph

266 Commits

Author SHA1 Message Date
4bc3f38f69 Merge branch 'marietje-zuid' into 'feature/improve-queueable'
# Conflicts:
#   marietje/queues/templates/queues/queue.html
2024-09-10 17:19:12 +02:00
6d545dddcc feat: grey-out already queued songs and make unclickable 2024-05-06 13:55:19 +02:00
3f947a934c Merge branch 'fix/communicate-file-too-large' into 'marietje-zuid'
fix(songs): handle HTTP 413 and remove redundant .json() calls

Closes #76

See merge request technicie/MarietjeDjango!90
2024-04-23 19:09:55 +02:00
b5aa079254 Merge branch 'wkuijltjes/playsinat' into 'marietje-zuid'
Fix toggling of Plays In/Plays At in mobile view

Closes #86

See merge request technicie/MarietjeDjango!93
2024-04-23 18:19:39 +02:00
7ab6bc6c78 fix(queues): remove redundant and faulty toggle_details call
song is not even defined in this scope.
2024-04-23 18:11:59 +02:00
3c2df2adfd styling(queues): move no underline to css 2024-04-23 17:56:58 +02:00
82dc7c0193 Merge branch 'wkuijltjes/fixtimer' into 'marietje-zuid'
Fix dynamic times that should be static and vice versa if logged in user has queued

Closes #66

See merge request technicie/MarietjeDjango!94
2024-04-23 17:44:22 +02:00
0f85727c5d Brush up some details: reduce breakpoints on small screens, Requested by --> Requested By 2024-03-18 18:02:25 +01:00
2b2e0a0275 Fix dynamic times that should be static and vice versa if logged in user has queued 2024-03-18 16:51:34 +01:00
311e13f696 Fix toggling of Plays In/Plays At in mobile view 2024-03-18 12:45:15 +01:00
d004ff81ac Left-align long song titles in the request tab with a lot of tender loving care from Kees xx 2024-03-05 11:59:28 +01:00
669e1e3b18 fix(queues): now really fix the request notifications
Instead of checking for success, now the correct HTTP response code is
sent by the request API. My previous fix broke the other responses, oops.

Closes #82

Relates #44

The refresh as introduced in my fix for #82 (!89) is reverted, as this
was already done on successful requests.
2024-03-05 10:48:21 +01:00
8218803ca8 feature(queue): refresh queue after requesting
Closes #84
2024-03-05 10:21:33 +01:00
5c32fcb1d1 fix(songs): handle HTTP 413 and remove redundant .json() calls
Closes #76
2024-02-28 00:20:57 +01:00
0e5fb7acd7 fix(queues): remove faulty update, add null-coalescing on song user
Removal of update call might resolve #66, but I hope I do not negate
@tjibbegottmer's work.
2024-02-27 23:20:23 +01:00
749546867a fix: set SameSite=Lax on cookies
Prevents Firefox warning.
2024-02-27 23:20:23 +01:00
521c047225 Auto-select search field in request tab 2024-02-27 22:37:35 +01:00
e45940772f Fix streepje from issue #48 2024-02-27 13:04:01 +01:00
13448a2eec Merge branch 'fix/remember-song-details-unfold' into 'marietje-zuid'
Keep song details unfolded between refreshes

Closes #79

See merge request technicie/MarietjeDjango!86
2024-02-27 20:56:24 +01:00
77728c9a82 Replace shift shit with array filter
Co-Authored-By: Olaf Slomp <git@oslomp.nl>
2024-02-27 12:48:52 +01:00
08cd59ce09 Store plays at/in in cookie
Closes #73
2024-02-27 12:16:38 +01:00
ad94fe7930 Keep song details unfolded between refreshes
Closes #79
2024-02-27 12:11:43 +01:00
5acf553269 feat(queue): re-add song details on mobile view
Closes #62
2024-02-21 15:50:20 +01:00
4768271aee Marietje in header and fix load times for upload page 2024-02-21 15:40:41 +01:00
2dd4dd3381 Merge branch 'fix/request-table' into 'marietje-zuid'
Other container layout and responsive queue container

Closes #47

See merge request technicie/MarietjeDjango!67
2024-02-21 12:28:25 +01:00
219af8fa1d Merge branch 'wkuijltjes/aesthetic-changes' into 'marietje-zuid'
Some aesthetic changes to the dark mode colors and the table borders

See merge request technicie/MarietjeDjango!81
2023-11-25 07:45:46 +01:00
98e43aa688 Some aesthetic changes to the dark mode colors and the table borders 2023-11-25 07:45:46 +01:00
831f479eec Merge branch 'wkuijltjes/minor-edits-stats-pages' into 'marietje-zuid'
Slightly improve stats pages

Closes #69

See merge request technicie/MarietjeDjango!80
2023-11-25 07:45:01 +01:00
6a9c22b7f8 Slightly improve stats pages 2023-11-25 07:45:01 +01:00
fbafcf1b06 Reduce the width of buttons in the control column and recombine them into one row 2023-11-25 07:44:45 +01:00
222ff7598a Replace a with button 2023-10-14 08:51:27 +02:00
f4f6cd6eed Preventing the line breaking of some of the "# Requests" columns in the stats pages 2023-10-13 13:08:29 +02:00
f516a31476 Merge branch 'fix/personal-queue-stats' into 'marietje-zuid'
Reimplement personal queue length overview

Closes #52

See merge request technicie/MarietjeDjango!75
2023-10-13 08:58:37 +02:00
72a6e65e98 Update settings layout for uWSGI 2023-10-13 08:47:45 +02:00
16e99ea320 Merge branch 'fix/manage-page-shows-all-songs' into 'marietje-zuid'
Show only songs that match the user on manage page

Closes #45

See merge request technicie/MarietjeDjango!66
2023-10-12 18:14:03 +02:00
107d5053d3 Show only songs that match the user on manage page 2023-10-12 18:14:03 +02:00
0672555d75 Reimplement personal queue length overview
Closes #52

The functionality was partially removed in !62.
2023-10-12 15:43:01 +02:00
41b128e2d8 Changing a single lowercase letter to uppercase 2023-10-11 17:28:48 +02:00
f69d0f1377 Merge branch 'fix/beeldscherm-marietje-null' into 'marietje-zuid'
Fix beeldscherm by resolving null to marietje

See merge request technicie/MarietjeDjango!73
2023-10-11 17:22:04 +02:00
04bf9532e4 Fix beeldscherm by resolving null to marietje 2023-10-11 17:22:04 +02:00
a78098198f Add announcements app 2023-10-11 16:49:37 +02:00
5c0480853a Merge branch 'fix/forgot-password-page' into 'marietje-zuid'
Fix bug for Forgot Password page

Closes #54

See merge request technicie/MarietjeDjango!70
2023-10-11 16:17:47 +02:00
41f33f5d20 Merge branch 'feature/save-amount-shown-per-page' into 'marietje-zuid'
Store page size on manage and request pages

Closes #51

See merge request technicie/MarietjeDjango!68
2023-10-11 16:09:30 +02:00
a9e0614b2c Merge branch 'feature/development-settings' into 'marietje-zuid'
Split production and development settings

Closes #34

See merge request technicie/MarietjeDjango!64
2023-10-11 16:02:25 +02:00
4c10d2308c Split production and development settings 2023-10-11 16:02:25 +02:00
63cc1a8fe0 Sort tracks based on artist, then on title 2023-10-11 15:26:00 +02:00
d8fa14e377 Fix bug for Forgot Password page 2023-10-06 20:49:18 +02:00
7a1b0583a6 Store page size on manage and request pages 2023-10-04 20:41:00 +02:00
8a926f3924 Other container layout and responsive queue container 2023-10-04 20:31:49 +02:00
c061d1c304 Fix scroll bug and add success/error messages 2023-10-04 20:21:43 +02:00