Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge from master to my branch #680

Merged
merged 38 commits into from
Apr 7, 2023
Merged

Merge from master to my branch #680

merged 38 commits into from
Apr 7, 2023

Conversation

skyjune0824
Copy link
Contributor

Issue

Note which issue number(s) this Pull Request closes. All pull requests should close an issue, if one does not exists, make one. This helps us plan and discuss before we decide on implementation

Example:

closes #113

Database Changes/Migrations

If you added/modified a table, notify people of schema change here

Example:

Added table account_semester_selection for a mapping from a students account and semester to a class and section (aka class/section selections)

Test Modifications

Note added unit/integration tests: (all backend changes should contain unit/integration tests with pytest)

Example:

Added test tests/api/db/test_classinfo.py:test_crn_uniqueness to ensure all classes returned from API call don't have repeat CRNs

Test Procedure

Show procedure to test functionality with a clear procedure

Example:

  1. Create a branch
  2. Commit a change to that branch
  3. Push branch
  4. Create Pull Request and fill in PR template

Photos

Show before and after, capture screenshot/gif of finished feature/bug

Additional Info

More info that would help people review your change

DarknessUnder and others added 30 commits January 30, 2023 17:53
This merge is a test to see if Lighthouse CI is being honest to us or not

Co-authored-by: dorian451 <112524240+dorian451@users.noreply.github.com>
* Update requirements.txt

* Update requirements.txt
-Changed the notification button to a switch
-Added brief text in front so user knows function
- Moved toast notification to top-center of screen
added drop down to condense all 3 functions of button/moon
Drop down logic is now functional, still need to add more styling
Changed the text and color of notifications. added some logic for functions. currently have one bug where sometimes the first mode clicked is the opposite.
* add highlight to currently selected page in navbar
(this took a lot longer than it should have)

* make border thicker

* fix navbar only being highlighted on top-level pages
* Update CourseExplorer.vue

Changed the color of the title same ad other pages.

* Font_and_color_changed
This is a bad news. Since the localhost Docker appears to require us to specify the version.
Believe to have resolved bug, now working as intended. Need to change text color on dark mode so that its more readable
comments to understand logic and other updates
just cleaning up code and testings
updated function logic to hopefully fix errors
Dark mode hover color changed so that the text is more visible to the user
trying to change background color based on currently selected item
changes explore icon
Updated some logic and testing, not fully complete
Still working out logic, changed color to what will most likely be close to final color
removing unnecessary code
Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.1.3...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mlammon11 and others added 8 commits April 1, 2023 17:36
reworking logic to fix cookie issue not following device theme
trying to fix logic to update cookies correctly
believed to have fixed cookie issue, atleast it works on my local device
changed default logic to toggle follow theme if user gets rid of cookie or its first time loading site
# Conflicts:
#	src/web/src/components/Header.vue
@skyjune0824 skyjune0824 merged commit 3f49f69 into animated_collapse Apr 7, 2023
dorian451 added a commit that referenced this pull request Apr 14, 2023
jonha1 pushed a commit that referenced this pull request Apr 21, 2023
* Update NewCourseScheduler.vue

Made the hide and open button for the side menu

* Update NewCourseScheduler.vue

* Update NewCourseScheduler.vue

Added the close sidebar function and after the sidebar is closed the schedule image expended to the full screen. Also after the sidebar is closed new button called "Open" appears and if we click it the sidebar opens again.

* Update NewCourseScheduler.vue

* Update NewCourseScheduler.vue

* Update NewCourseScheduler.vue

* Update NewCourseScheduler.vue

* Sidebar creation

* Update Sidebar.vue

* Update NewCourseScheduler.vue

* Update NewCourseScheduler.vue

* Button Activate

* Fix

* Update NewCourseScheduler.vue

* Syntax error fixed

* Animation prototype

* Finally functional animation

* Update NewCourseScheduler.vue

* Size and padding fix

* Column dynamics

* Update NewCourseScheduler.vue

* Merge

* Merge complete

Please work

* Update NewCourseScheduler.vue

* Finalize

* Collapse button design

* Animation finalize

* [CodeFactor] Apply fixes

* Unclickable problem solved

* Color-fix for darkmode

* Bug fix

font-size and color was re-defined, so I fixed it.

* Update NewCourseScheduler.vue

Defalt status of sidebar is now 'open'

* Finalize fixation & animations

Animatino is now rotating for only Y-axis

* Merge from master to my branch (#680)

* Creating Contribution Guide (#644)

This merge is a test to see if Lighthouse CI is being honest to us or not

Co-authored-by: dorian451 <112524240+dorian451@users.noreply.github.com>

* Fix docker (#655)

* Update requirements.txt

* Update requirements.txt

* Color Mode Button/Notification

-Changed the notification button to a switch
-Added brief text in front so user knows function
- Moved toast notification to top-center of screen

* Delete workspace.xml

* Dropdown

added drop down to condense all 3 functions of button/moon

* Drop Down Funcitonal

Drop down logic is now functional, still need to add more styling

* Updated Notifications and functions

Changed the text and color of notifications. added some logic for functions. currently have one bug where sometimes the first mode clicked is the opposite.

* Navbar highlight current page (#632)

* add highlight to currently selected page in navbar
(this took a lot longer than it should have)

* make border thicker

* fix navbar only being highlighted on top-level pages

* beep boop Github Action Master Branch CI Prettier hard at work

* Font and color branch (#625)

* Update CourseExplorer.vue

Changed the color of the title same ad other pages.

* Font_and_color_changed

* beep boop Github Action Master Branch CI Prettier hard at work

* See if  I can't specify sqlAlchemy

This is a bad news. Since the localhost Docker appears to require us to specify the version.

* remove 2020 data

* Updated Toggle Style Logic

Believe to have resolved bug, now working as intended. Need to change text color on dark mode so that its more readable

* More updates

comments to understand logic and other updates

* Cleaning up

just cleaning up code and testings

* New logic update

updated function logic to hopefully fix errors

* Fixed Dropdown Colors

Dark mode hover color changed so that the text is more visible to the user

* update to running fall 2023 instead pf spring 2023

* change to get summer class info

* fixed a summer address link

* Adding Current Item Highlight

trying to change background color based on currently selected item

* changes explore icon (#661)

changes explore icon

* beep boop Github Action Master Branch CI Prettier hard at work

* Update CourseListing.vue (#667)

* beep boop Github Action Master Branch CI Prettier hard at work

* Current Mode Selected Feature Update

Updated some logic and testing, not fully complete

* More updates

Still working out logic, changed color to what will most likely be close to final color

* Clean up

removing unnecessary code

* Bump json5 from 2.1.3 to 2.2.3 in /tests/integration (#638)

Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.1.3...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Working on fixing cookies

reworking logic to fix cookie issue not following device theme

* Revert "Working on fixing cookies"

This reverts commit a27eab5.

* Update cookie

trying to fix logic to update cookies correctly

* Fixed Cookie

believed to have fixed cookie issue, atleast it works on my local device

* Updating Default Logic

changed default logic to toggle follow theme if user gets rid of cookie or its first time loading site

* beep boop Github Action Master Branch CI Prettier hard at work

* Update ci.yaml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Harry Tan <32246618+DarknessUnder@users.noreply.github.com>
Co-authored-by: dorian451 <112524240+dorian451@users.noreply.github.com>
Co-authored-by: Troy-bailan-King <97757033+Troy-bailan-King@users.noreply.github.com>
Co-authored-by: Matt Lammon <mlammon11@gmail.com>
Co-authored-by: Matt Lammon <91478985+mlammon11@users.noreply.github.com>
Co-authored-by: I'm a Github Action <beepboop@github.com>
Co-authored-by: charleschae12 <112535899+charleschae12@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update NewCourseScheduler.vue

* Revert "Merge from master to my branch (#680)"

This reverts commit 3f49f69.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Charles Chae <charleschae12@gmail.com>
Co-authored-by: codefactor-io <support@codefactor.io>
Co-authored-by: Harry Tan <32246618+DarknessUnder@users.noreply.github.com>
Co-authored-by: dorian451 <112524240+dorian451@users.noreply.github.com>
Co-authored-by: Troy-bailan-King <97757033+Troy-bailan-King@users.noreply.github.com>
Co-authored-by: Matt Lammon <mlammon11@gmail.com>
Co-authored-by: Matt Lammon <91478985+mlammon11@users.noreply.github.com>
Co-authored-by: I'm a Github Action <beepboop@github.com>
Co-authored-by: charleschae12 <112535899+charleschae12@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants