AntAlmanac
AntAlmanac copied to clipboard
A course exploration and scheduling tool for UCI Anteaters
The [Push API](https://developer.mozilla.org/en-US/docs/Web/API/Push_API) allows "native" notifications to be sent via a service worker. Essentially this allows us to send notifications though the AA website, rather than SMS or a native...
Central login location -> either login with username or with Google Once a user is logged in, the website is synchronized and identifies them to one account If user is...
## Description - Migrate the DB from Dynamo to RDS. - Even though we could make auth work with NoSQL, attaching the notifications system onto it would just not make...
# Summary ## 1. Eliminate render-blocking resources ### ⭐️Main Change: Change `rel="stylesheet"` to `rel="preload"` Add `as="style" onload="this.rel='stylesheet'"` ### Render-Blocking resources: - `google_font_roboto_300_400_500_700.css` - `https://unpkg.com/[email protected]/dist/leaflet.css` - `https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css` - `https://cdn.jsdelivr.net/npm/leaflet.locatecontrol/dist/L.Control.Locate.min.css` > [Official...
## Summary Changed the color to make the dark mode UI more like with dark reader ## Test Plan Bare eyes testing ## Issues Closes https://github.com/icssc/AntAlmanac/issues/842
## Description - Implement frontend changes for login system. - Branch off of `auth-backend`. ### Design TO BE ELABORATED if Brian doesn't get this done soon and we delegate it....
):< Long course names make the buttons resize and shifts the UI The fix should truncate the course names whenever they overflow some predefined min-length of the course info button....
The blue line that highlights what tab you are on does not adjust when you adjust the pane distribution. Before adjusting the pane (NORMAL) After shrinking the pane (blue line...
> I do think that the bar should be at the bottom _Originally posted by @MinhxNguyen7 in https://github.com/icssc/AntAlmanac/pull/921#pullrequestreview-2026748537_