Ignore:
Timestamp:
12/08/22 22:44:02 (22 months ago)
Author:
viktor <viktor@…>
Branches:
main
Children:
a5aba17
Parents:
3b6962d
Message:

finished edit/delete/displace opinion/thread from report (react); todo reporting user/opinion/thread interface, public user pages and messaging (springboot)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • reactapp/src/Components/UserHeader.js

    r3b6962d raf801e3  
    33import axios from "../api/axios";
    44import Logout from "./Logout";
     5import LoadingSpinner from "./Styled/LoadingSpinner.style";
    56
    67function UserHeader({}) {
     
    1011
    1112  useEffect(() => {
    12     const url = `http://192.168.0.19:8080/secure/currentUser`;
     13    const url = `http://192.168.0.29:8080/secure/currentUser`;
    1314
    1415    const fetchUser = async () => {
     
    3435  ) : (
    3536    <div style={{ float: "left", marginTop: 25, marginLeft: 60 }}>
    36       се вчитува...
     37      <LoadingSpinner/>
    3738    </div>
    3839  );
Note: See TracChangeset for help on using the changeset viewer.