Commit graph

23 commits

Author SHA1 Message Date
William Casarin
2e568e4b44 web: focus reply box when replying 2022-11-12 12:38:09 -08:00
Thomas Mathews
6eb67bc3af web: Refactor UI code
* Created directory for UI
 * Moved rendering code to js/ui/render.js
 * Created initial js/ui/util.js for UI utilities

Notice I did not use modules. I was thinking of doing this but I am
avoiding it for now as it is much easier to just have everything
declared as global at this time. For onclick methods this makes sense;
but for code (such as rendering) I think it would be better off as a
module that gets imported. This is a task for another day.
2022-11-12 09:41:54 -08:00
Thomas Mathews
8bec3e126c web: retab & avoid race condition on main js entry 2022-11-12 09:04:43 -08:00
Thomas Mathews
353eb0872f web: reconstructed project
* Added initial README.md
 * Removed old Make command for webv2
 * Created js, css folders and moved files accordingly
2022-11-12 08:43:23 -08:00
William Casarin
81d62fd25a web: remove some unused buttons 2022-11-11 19:07:26 -08:00
William Casarin
418619bf0f web: stop images from screwing up mobile 2022-11-11 18:53:30 -08:00
William Casarin
62579db3a3 web: add logout button 2022-11-11 18:21:05 -08:00
William Casarin
ffbd5efe65 web: fix rendering of deleted comments 2022-11-11 18:14:52 -08:00
William Casarin
472681ae58 web: dont render bottom event border with replies 2022-11-11 18:03:10 -08:00
William Casarin
44b7b3ddae web: disable post button if there is nothing to post 2022-11-11 17:34:09 -08:00
William Casarin
01b8348dde web: bigger input box on mobile 2022-11-11 17:24:48 -08:00
William Casarin
ca193ae4c6 web: make profile pictures smaller on mobile 2022-11-11 17:22:10 -08:00
William Casarin
ddecd2ac36 web: fix scrolling 2022-11-11 17:08:30 -08:00
William Casarin
6085605743 web: more mobile-friendly 2022-11-11 17:02:04 -08:00
William Casarin
fb543919a7 fix up reaction groups and liking stuff 2022-11-11 16:35:48 -08:00
Thomas Mathews
c35f841089 Updated styling to look like twitter. 2022-11-11 16:11:31 -08:00
William Casarin
c0f612e2d3 web: always use the latest profile 2022-11-11 12:36:24 -08:00
William Casarin
347c6617fe web: fix url regex 2022-11-11 12:18:52 -08:00
William Casarin
4dc1292361 web: move webv2 to web 2022-11-11 12:10:39 -08:00
William Casarin
a5f7e50318 blah
Signed-off-by: William Casarin <jb55@jb55.com>
2022-09-08 11:16:11 -07:00
William Casarin
670dff9008 bump versions
Signed-off-by: William Casarin <jb55@jb55.com>
2022-08-22 16:55:10 -07:00
William Casarin
9788baa322 latest
Signed-off-by: William Casarin <jb55@jb55.com>
2022-08-19 11:15:26 -07:00
William Casarin
c075d3dd0e add all the things
Signed-off-by: William Casarin <jb55@jb55.com>
2022-08-04 08:51:56 -07:00