UTDNebula / planner

A tool for the UTD community to plan out their coursework 📚
https://planner.utdnebula.com
MIT License
40 stars 51 forks source link

Feature/smoother collapsing tiles #739

Closed ishaanthenerd closed 9 months ago

ishaanthenerd commented 11 months ago

Overview

Resolves "Bug: Make Collapse/Expanding of Transfer Bank and Semester Tiles Smoother · Issue #433 · UTDNebula/planner"

What Changed

I added code to smoothly transition the collapsing and expanding of the semester tiles and the transfer bank. Although they now have fixed sizes when closed, they match the original sizes almost exactly.

Other Notes

I noticed that venv/bin/activate was acting strangely... don't merge changes related to that, only from SemesterTile and TransferBank.

Jake3231 commented 9 months ago

@ishaanthenerd Looks like the issues with the unexpected changes are that the IDE included a venv folder in the project. I also rebased to the latest develop to catch up with those changes. Should be ready to test.