monkeytype/frontend
Jack 409f0a83e4
Get profile by name (#3585)
* handling query param
getting user by name if query param is present

* added function to get user by name

* split profile function to get user by uid or name

* added  function to check if get parameter exists in url

* updating the profile based on the url parameter

* using query param in url

* using get param

* renamed param name
adding search param to pathname in the deafult parameter value

* renamed param

* renamed param
added query validation

* extracted repeated query to a function

* missing await

* fixed typo
fixed validation

* using em for dynamic font sizes

* using em for dynamic font sizes

* added line height

* using em

* using em

* using page profile search instead

* updated the way data is passed into the page

* profile search page

* setting line height

* removed vertical align

* moved navigate to an event to avoid circular deps

* fixed route controller not being included

* removed unnecessary test

* showing 404 error

* improved query checking

* renamed query param

* fixed test

* note

* yeet

* cleaner type definition
2022-09-22 17:45:57 +02:00
..
scripts checking if layouts have a valid type 2022-08-22 14:22:16 +02:00
src Get profile by name (#3585) 2022-09-22 17:45:57 +02:00
static Get profile by name (#3585) 2022-09-22 17:45:57 +02:00
webpack Revert "clearing webpack console output on rebuild" 2022-09-04 20:03:53 +02:00
.eslintignore
docker-compose.yaml
firebase.json removed das 2022-08-26 12:55:45 +02:00
gulpfile.js reverting path change 2022-09-22 13:42:54 +02:00
package-lock.json Revert "clearing webpack console output on rebuild" 2022-09-04 20:03:53 +02:00
package.json Move types dependency to devDeps (#3573) krau5 2022-09-22 14:26:58 +02:00
tsconfig.json