Skip to content

Commit

Permalink
Merge pull request #4 from wowsims/ui-rewrite
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
kayla-glick authored Mar 12, 2024
2 parents b46dcfa + fb161f9 commit 70d363e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion ui/core/proto_utils/logs_parser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,6 @@ export class ResourceChangedLog extends SimLog {
const match = params.raw.match(
/((Gained)|(Spent)) \d+\.?\d* ((health)|(mana)|(energy)|(focus)|(rage)|(combo points)|(runic power)|(blood rune)|(frost rune)|(unholy rune)|(death rune)) from (.*) \((\d+\.?\d*) --> (\d+\.?\d*)\)/,
);
console.log(match);
if (match) {
const resourceType = stringToResourceType(match[4]);
return ActionId.fromLogString(match[16])
Expand Down
1 change: 1 addition & 0 deletions ui/scss/homepage/_homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@

.sim-link,
.sim-link-dropdown {
max-width: 50%;
flex: 1 50%;
margin-right: 0 !important;
}
Expand Down

0 comments on commit 70d363e

Please sign in to comment.