SCE-Development / Clark

Made entirely by SJSU students, this is the Software and Computer Engineering Society's outward face on the internet.
https://sce.sjsu.edu
MIT License
28 stars 12 forks source link

Cleezy (URL Shortener) Table Improvements #1363

Closed evanugarte closed 7 months ago

evanugarte commented 7 months ago

lets follow the format of the user manager page https://github.com/SCE-Development/Clark/blob/a8ce677097931bbcf1b7f9dab4d7722d814b127b/src/Pages/Overview/Overview.js#L23

where we update the url shortener table to have:

  1. Add a color gradient to the table background
  2. Combine the URL and alias into one link (the alias is a blue link which opens the shortened url in a new tab)
  3. Add a column in the UI to show when the url was created (the Cleezy API already returns this date)
  4. Remove the text "List of URLs:" from the admin url shortner page

Example UI is below:

image
evanugarte commented 7 months ago

@banyar-shin will work on this instead

pnavab commented 7 months ago

resolved by #1371