Skip to content

Commit

Permalink
Add tooltip to modal, POC Modal provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Casal authored and Andrew Casal committed Oct 24, 2024
1 parent b7a706c commit ec583d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ChallengeModal/ChallengeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import * as React from "react";

import * as data from "@/lib/data";
import * as player_cache from "@/lib/player_cache";
import * as DynamicHelp from "react-dynamic-help";

import { OgsResizeDetector } from "@/components/OgsResizeDetector";
import { browserHistory } from "@/lib/ogsHistory";
Expand Down
1 change: 1 addition & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,5 @@ window.preferences = preferences;
window.player_cache = player_cache;

import * as requests from "@/lib/requests";
import { ModalProvider } from "./components/Modal/ModalProvider";
window.requests = requests;

0 comments on commit ec583d8

Please sign in to comment.