the new base path that web.comm.app will proxy to needs to be added to the express router. this diff makes that change and also deduplicates logic around generating route paths.
depends on D3414
Differential D3433
[server] add helper function to generate all route paths varun on Mar 15 2022, 11:20 AM. Authored by Tags None Referenced Files
Subscribers
Details the new base path that web.comm.app will proxy to needs to be added to the express router. this diff makes that change and also deduplicates logic around generating route paths. depends on D3414 flow, ran the web app and everything looked fine
Diff Detail
Event Timeline
|
Then why are we keeping styles like border and border-radius?
Don't these styles also affect the <textarea> tag? Are you sure we want to be removing these styles for that as well? Or should we break this into two separate selectors (one for input and another for textarea)?