87a84e248b
add invalid style for select2 elements
Build and Push Docker Image / build (push) Successful in 14s
2024-10-15 11:55:26 +01:00
1593c3b370
big integer field for
Build and Push Docker Image / build (push) Successful in 13s
2024-10-15 00:21:44 +01:00
1573393311
compress static files
Build and Push Docker Image / build (push) Successful in 14s
2024-10-15 00:02:32 +01:00
0d37e6fd8e
offline compress for prod
Build and Push Docker Image / build (push) Successful in 13s
2024-10-15 00:00:56 +01:00
ed7dab3147
add bootstrap to libsass paths
Build and Push Docker Image / build (push) Successful in 8s
2024-10-14 23:56:31 +01:00
c5595ab823
subscription channels required
...
Build and Push Docker Image / build (push) Successful in 8s
set blank=False, meaning 400 error will be raised if the channels field is missing or blank.
2024-10-14 23:29:16 +01:00
19c1657813
remove unused code & add more sidebar-loading items
Build and Push Docker Image / build (push) Successful in 15s
2024-10-14 23:27:56 +01:00
4bad3fb45b
change server-item spot hover effect
...
now covers the full height, and the border radius of the server item creates straight edges to meet the expanded spot icon
2024-10-14 23:27:26 +01:00
8a563ca51e
close theme dropmenu when sidebar collapses
2024-10-14 23:26:47 +01:00
2571630c41
.sidebar-pin-btn to .js-pinSidebar
Build and Push Docker Image / build (push) Failing after 7m2s
2024-10-14 22:45:16 +01:00
7705ff1fcb
set theme icon on sidebar
2024-10-14 22:45:00 +01:00
507b60e54e
finish sidebar scss rewrite
2024-10-14 22:44:52 +01:00
c10c1ff511
remove bootstrap import from base file
Build and Push Docker Image / build (push) Successful in 12s
2024-10-14 11:13:53 +01:00
1d6e7c6884
tidy up sidebar scss
Build and Push Docker Image / build (push) Has been cancelled
2024-10-14 11:13:38 +01:00
38b8184499
move to scss (incomplete)
...
Build and Push Docker Image / build (push) Successful in 42s
incomplete, moving to scss
2024-10-13 23:36:42 +01:00
36a744159f
add missing await statement
Build and Push Docker Image / build (push) Successful in 15s
2024-10-13 00:25:26 +01:00
0b50b2bb7f
fixed unable to delete message styles #66
...
Build and Push Docker Image / build (push) Successful in 14s
embarrassing mistake, accidentally used super().__init__(self) over super().delete()
2024-10-12 23:35:49 +01:00
306b24988f
"spot" colours for sidebar items
Build and Push Docker Image / build (push) Successful in 14s
2024-10-12 23:13:01 +01:00
d7a30b9139
quicker transition speed for "is-not-operational" indicator
2024-10-12 22:48:13 +01:00
180a646267
remove select2 dependence on 'dropdownParent'
...
Build and Push Docker Image / build (push) Successful in 14s
fixes an issue with dropdown options placement on smaller screens in modals.
Instead of 'dropdownParent', just set the z-index of the dropdown options to 9999 - above the modal.
2024-10-12 21:06:52 +01:00
a3279a4c91
completed #67 - "Cache" Loaded Channels
Build and Push Docker Image / build (push) Successful in 14s
2024-10-12 20:00:50 +01:00
b671c59a48
remove unused api functions
...
Build and Push Docker Image / build (push) Successful in 13s
these are old and obsolete
2024-10-12 19:01:17 +01:00
082cf2989d
rate limit handling for generate channels
Build and Push Docker Image / build (push) Successful in 14s
2024-10-12 19:00:53 +01:00
56e125c0bf
invite link when channels load fails
Build and Push Docker Image / build (push) Successful in 16s
2024-10-12 18:26:14 +01:00
c8bae087f9
sidebar item · show active state when disabled
Build and Push Docker Image / build (push) Successful in 15s
2024-10-12 13:19:35 +01:00
eceee915fa
disable sidebar while loading channels
...
Build and Push Docker Image / build (push) Has been cancelled
and add new modal code for "non-operational" warning
2024-10-12 13:17:16 +01:00
3d4d5733b2
replace older modal code with new code
2024-10-12 13:15:25 +01:00
16e468f2f3
remove old custom modal code
2024-10-12 13:14:55 +01:00
65f12d9efa
New confirm modal library
...
custom made
2024-10-12 13:04:15 +01:00
170c06ccab
unpin sidebar when resizing to larger screen
Build and Push Docker Image / build (push) Successful in 14s
2024-10-11 19:37:58 +01:00
1073309646
update red "not operational" dot position and transition
Build and Push Docker Image / build (push) Successful in 14s
2024-10-11 19:09:59 +01:00
5949d72541
"bot not operational" indicator on sidebar items
Build and Push Docker Image / build (push) Successful in 14s
2024-10-11 18:54:32 +01:00
b2e75e6924
return serialized server data when generating servers
2024-10-11 18:52:16 +01:00
35c8e7582b
is_bot_operational
field on the Server model
...
Build and Push Docker Image / build (push) Successful in 13s
True, False or None
indicates if the bot is a member of said server, and has sufficient permissions to perform it's job.
Starts as None (unknown) and becomes True or False when calling a server's `/generate-channels/` endpoint.
2024-10-11 17:24:49 +01:00
b324b6accb
rate limit text and button change
...
Build and Push Docker Image / build (push) Successful in 14s
Also added flex with justify and align both centred for server icons on the sidebar, so that the alt text (if no image exists) is vertically centred.
2024-10-11 17:23:07 +01:00
aff45f9ac5
add missing delete function for filters table & modal
Build and Push Docker Image / build (push) Successful in 17s
2024-10-11 13:30:24 +01:00
4646c0a564
fix broken confirmation modal on subs table
2024-10-11 13:29:14 +01:00
2d3f4b6294
tidy up GuildsView
...
Build and Push Docker Image / build (push) Successful in 13s
abstraction
comments
restructure of existing code ...
2024-10-11 11:49:26 +01:00
5f0251bd87
ChannelsView - 404 if server not found
Build and Push Docker Image / build (push) Successful in 14s
2024-10-11 10:35:03 +01:00
c4ce4b28a0
sidebar username overflow fix #64
Build and Push Docker Image / build (push) Successful in 14s
2024-10-11 10:16:26 +01:00
41211e61bd
set roundness of retry button
2024-10-11 00:35:35 +01:00
e4e0264fd4
rate limit warning
Build and Push Docker Image / build (push) Successful in 15s
2024-10-11 00:27:22 +01:00
15ce3c1dbb
prevent selecting the active server
...
Build and Push Docker Image / build (push) Successful in 14s
instead, hide the sidebar on smaller screens, so that the user's input doesn't feel unresponsive.
2024-10-10 22:24:58 +01:00
49dfb59d71
don't disable search input & clear it on server change
Build and Push Docker Image / build (push) Successful in 13s
2024-10-10 22:14:49 +01:00
b8ff2ae303
nicer pin btn size, and disable sidebar toggle btns when pinned
Build and Push Docker Image / build (push) Successful in 14s
2024-10-10 16:44:20 +01:00
9ff2cdd1f1
pin sidebar btn
2024-10-10 16:37:21 +01:00
e07ea1f832
add missing margin below subUniqueRules
control
Build and Push Docker Image / build (push) Successful in 13s
2024-10-10 16:37:06 +01:00
0b153d14bc
improve server tabs on mobile screens
Build and Push Docker Image / build (push) Successful in 15s
2024-10-10 16:36:23 +01:00
048e293fb2
fix backdrop blur
2024-10-10 14:53:41 +01:00
ccb383fed8
backdrop for sidebar on smaller screens
Build and Push Docker Image / build (push) Successful in 15s
2024-10-10 09:33:23 +01:00