AY2122S1-CS2103T-T09-1 / tp

https://ay2122s1-cs2103t-t09-1.github.io/tp/
MIT License
4 stars 5 forks source link

Fix outdated images in User Guide #228

Closed ruoyann closed 2 years ago

ruoyann commented 2 years ago

Resolves #205 #196

qreoct commented 2 years ago

Small visual nitpick, but can we standardize images of the StudyTracker window to show a drop shadow? 😅

The way to take screenshots with drop shadow on macOS should be Shift + Command + 4 + Space bar when you select the window, or check with @mslevis

codecov-commenter commented 2 years ago

Codecov Report

Merging #228 (337501b) into master (67e5144) will increase coverage by 2.67%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #228      +/-   ##
============================================
+ Coverage     62.30%   64.98%   +2.67%     
- Complexity      663      717      +54     
============================================
  Files            94       94              
  Lines          2573     2590      +17     
  Branches        335      348      +13     
============================================
+ Hits           1603     1683      +80     
+ Misses          870      818      -52     
+ Partials        100       89      -11     
Impacted Files Coverage Δ
src/main/java/seedu/address/model/tag/Tag.java 91.66% <0.00%> (-8.34%) :arrow_down:
...in/java/seedu/address/logic/parser/ParserUtil.java 78.12% <0.00%> (-2.73%) :arrow_down:
...seedu/address/logic/parser/AliasCommandParser.java 100.00% <0.00%> (ø)
...ava/seedu/address/logic/commands/AliasCommand.java 96.15% <0.00%> (+0.32%) :arrow_up:
.../seedu/address/model/studyspot/OperatingHours.java 90.24% <0.00%> (+2.43%) :arrow_up:
...u/address/model/studyspot/UniqueStudySpotList.java 97.56% <0.00%> (+2.43%) :arrow_up:
.../java/seedu/address/logic/commands/LogCommand.java 96.00% <0.00%> (+3.57%) :arrow_up:
...rc/main/java/seedu/address/model/StudyTracker.java 91.07% <0.00%> (+5.35%) :arrow_up:
.../java/seedu/address/model/studyspot/StudySpot.java 98.71% <0.00%> (+6.41%) :arrow_up:
.../main/java/seedu/address/model/studyspot/Name.java 92.30% <0.00%> (+7.69%) :arrow_up:
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 67e5144...337501b. Read the comment docs.