Skip to content

Commit bfb84a9

Browse files
committed
Added New PR and Refined some stuff
1 parent e8ccb38 commit bfb84a9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ GEM
3939
logger
4040
faraday-net_http (3.1.1)
4141
net-http
42-
ffi (1.17.0-arm64-darwin)
43-
ffi (1.17.0-x64-mingw-ucrt)
44-
ffi (1.17.0-x86_64-linux-gnu)
42+
ffi (1.17.2-arm64-darwin)
43+
ffi (1.17.2-x64-mingw-ucrt)
44+
ffi (1.17.2-x86_64-linux-gnu)
4545
forwardable-extended (2.6.0)
4646
gemoji (4.1.0)
4747
github-pages (232)
@@ -239,11 +239,11 @@ GEM
239239
mutex_m (0.2.0)
240240
net-http (0.4.1)
241241
uri
242-
nokogiri (1.16.7-arm64-darwin)
242+
nokogiri (1.18.9-arm64-darwin)
243243
racc (~> 1.4)
244-
nokogiri (1.16.7-x64-mingw-ucrt)
244+
nokogiri (1.18.9-x64-mingw-ucrt)
245245
racc (~> 1.4)
246-
nokogiri (1.16.7-x86_64-linux)
246+
nokogiri (1.18.9-x86_64-linux-gnu)
247247
racc (~> 1.4)
248248
octokit (4.25.1)
249249
faraday (>= 1, < 3)

_docs/developer/rensselaer_center_for_open_source/2025_Justin_Manion.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: Justin Manion
33
category: Developer > Rensselaer Center for Open Source (RCOS) > Summer 2025
44
---
55

6-
[View my commits here](https://github.com/Submitty/Submitty/commits?author=JManion32)
6+
[View my commits](https://github.com/Submitty/Submitty/commits?author=JManion32)
77

8-
**50** pull requests reviewed
9-
**24** pull requests created
10-
**14** pull requests taken over and merged
8+
**51** pull requests reviewed
9+
**26** pull requests created
10+
**17** pull requests taken over and merged
1111

1212
Spending Summer 2025 as a full time Submitty developer was a unique and incredibly rewarding experience! Here are some of the features I worked on:
1313
### Displaying all Notifications on the Home Page
@@ -46,8 +46,8 @@ Added toggles for line numbers and tab size.
4646
**Download Config as ZIP ([PR#11973](https://github.com/Submitty/Submitty/pull/11973))** -
4747
Added the ability to download the entire config directory as a ZIP archive for backup or transfer. This allows users to save edits they made on the site editor for future use.
4848

49-
**Design & UX Polish ([PR#11991](https://github.com/Submitty/Submitty/pull/11991))** -
50-
Refined visual layout and interactions to feel intuitive and consistent with the rest of Submitty. This will include binary file error handling, highlighting selected files, tool tips, and preventing full page reload when something is saved, added, or deleted.
49+
**Design & UX Polish ([PR#11991](https://github.com/Submitty/Submitty/pull/11991) and [PR#12003](https://github.com/Submitty/Submitty/pull/12003))** -
50+
Refined visual layout and interactions to feel intuitive and consistent with the rest of Submitty. Changes include highlighting selected files, adding tool tips to the customize toggles, making switch between text files smooth, ensuring correct file order (root-level directories first, then root-level files), and improving overall spacing.
5151

5252
**Edit Directory File (PR pending)** -
5353
Allows users who pull from Submitty's private autograding directory to use the gradeable config editor.

0 commit comments

Comments
 (0)