Results 11 comments of AdoreJC

Create an independent website and requiries login for theme submission and voting may be a good approach that is how other custom theme sites do. ex: [SteamGridDB](https://www.steamgriddb.com/) [userstyles](https://userstyles.org/)

From the Canvas basic guide, it seems like Canvas supports this feature, but it may be hidden on the student end. [How do I send a message to all course...

You can hold Ctrl key when selecting the students, so you don't need to open the drop-down bar every time. [Is there a way to send a message to all...

This feature should be able to be made by using Canvas API, but only up to 100 students in each course can be selected due to the limitation of Canvas...

The user list in the inbox is obtained from `graphql` database, and uses a base64 id to identify users which is like this ``` TWVzc2FnZWFibGVVc2VyLTEyMzQ1Ng== MessageableUser-123456 ``` To get the...

I have trid to send a message, it is trying to post a data into everyone selected, maybe we can add recipients before the message was send. ```json { "operationName":...

I have tried to created a new group and send message to the group with group id, but I get this. ```json [{"attribute":"recipients","message":"blank"}] ``` I think it might be there...

Custom images works on Card View. Click on the three dots in the upper right corner and select Card View.

Edit image style in the class `Grouping-styles__hero Grouping-styles__heroHover` will change the background image. Edit class `Grouping-styles__overlay` disables color overlay.

It originally is looked like this. ![image](https://github.com/user-attachments/assets/00cd7dc7-1bee-4d05-945a-b39e3043a8cc) ```html Dashboard ``` ```css .ic-app-header__logomark-container { width: 100%; background-color: var(--ic-brand-global-nav-logo-bgd); box-sizing: border-box; } ``` When dark mode is on, it removes the logo's...