9 Commits

Author SHA1 Message Date
Alessio
8410182129 Big front-end refactor to make CSS management more tractable
- Convert most CSS class names to BEM style
- Improve a significant amount of layouts / UI bugs
- Probably add a bunch of UI bugs
2024-04-05 15:49:19 -07:00
Alessio
aeb2782356 Reorganize styles.css a bit, moving common / utility / layout styles to top of file 2024-03-30 20:19:58 -07:00
a65937d6e4 Add a button to Search page to scrape search results 2024-03-01 17:25:00 -08:00
7330dfe05f Add button to remove user from List 2024-02-25 20:39:46 -08:00
3f66daef68 Add Lists pages
- List index page
- List detail pages: Feed and Users
- Improve styling for page headings (e.g., Search, Follows, list title, etc)
2024-02-25 17:14:09 -08:00
24364a26b0 REFACTOR: rework the rendering helpers
- rendering helpers moved to their own file (separate from response helpers)
- create a unified render helper instead of "buffered_render_basic_X" and "buffered_render_tweet_X"
	- this helper takes 2 data objects: one with global data (tweet trove, logged in user, etc) and one page-specific
	- this lets us remove the disgusting interface type
- modify the User List template to use UserIDs indexing into a global data object instead of a list of Users
2023-12-31 15:56:12 -06:00
ae749a19d2 Add users search page 2023-11-07 12:21:53 -04:00
535f28c278 Enable search sort-orders 2023-10-14 15:06:50 -03:00
72110e6558 Enable searching through the search bar 2023-08-20 15:02:47 -03:00