Together-100Devs / Together

Together is a group calendar application using the MERN stack intended to bring discord communities closer!
https://together.cyclic.app/
MIT License
167 stars 112 forks source link

fixed event times from overlapping #350

Closed sylfort closed 1 year ago

sylfort commented 1 year ago

Description

Added tailwind classes "text-xs" and "whitespace-nowrap" to prevent overlapping of spans.

npm run test-frontend is falling due some issue with Windows.

Type of change

Please select everything applicable. Please, do not delete any lines.

Issue

Checklist:

Caleb-Cohen commented 1 year ago

Great Work!

Caleb-Cohen commented 1 year ago

Great work!

@RascalTwo we were unable to get @sylfort to be able to run tests on his local on windows. Here's a snippet of the error below if you have any ideas.


[test-frontend]       throw err;
[test-frontend]       ^
[test-frontend]
[test-frontend] Error: expected <NPM script name that starts server> <url or port> <NPM script name that runs tests>
[test-frontend] example: start-test start 8080 test
[test-frontend] see https://github.com/bahmutov/start-server-and-test#use
[test-frontend]
[test-frontend]     at lazyAssLogic (D:\Sylvio\106Together\Together\node_modules\lazy-ass\index.js:110:14)
[test-frontend]     at lazyAss (D:\Sylvio\106Together\Together\node_modules\lazy-ass\index.js:115:28)
[test-frontend]     at Object.getArguments (D:\Sylvio\106Together\Together\node_modules\start-server-and-test\src\utils.js:118:5)
[test-frontend]     at Object.<anonymous> (D:\Sylvio\106Together\Together\node_modules\start-server-and-test\src\bin\start.js:13:22)```