Michael Peters
72b0b0004d
add top-of-channel message
2023-01-14 15:03:16 -08:00
Michael Peters
29b7c47a7e
add infinite scroll "jump to bottom" ui components
2022-12-12 20:53:20 -08:00
Michael Peters
72c34f7e63
unverify both on disconnect, neither on connect.
2022-10-25 23:22:34 -07:00
Michael Peters
366022cebb
fix double-requests by removing verify on connect
2022-10-25 22:37:40 -07:00
Michael Peters
97b3d3d4e1
pin file-type to non-esm version, fix a few warnings
2022-10-02 23:29:22 -07:00
Michael Peters
107d5fcb29
Revert "server is running with modules!"
...
This reverts commit c0c7e18471
.
Conflicts:
package.json
2022-10-02 20:55:57 -07:00
Michael Peters
c0c7e18471
server is running with modules!
2022-07-05 18:46:05 -05:00
Michael Peters
3aa0866aa3
I assume these are fixes and potentially debugging changes
2022-06-25 10:18:31 -05:00
Michael Peters
609947b350
overlay fixes, tokens fix
2022-02-13 14:27:33 -06:00
Michael Peters
c1e669f697
prettier apply
2022-02-08 18:05:45 -06:00
Michael Peters
eab1dfca03
eslint config complete
2022-02-07 00:42:42 -06:00
Michael Peters
afd02757d9
ALMOST DONE WITH ESLINT BASE CONFIG
2022-02-07 00:25:06 -06:00
Michael Peters
09b24a6e19
most syntax checks in. going through personal formatting options
2022-02-06 23:19:01 -06:00
Michael Peters
12519e5f0b
more linting. still more to come!
2022-02-06 21:54:48 -06:00
Michael Peters
a112da96db
updates to linter (more to come soon)
2022-02-06 21:14:19 -06:00
Michael Peters
09390fad8f
fixed bug with verification
...
Fixes problem with guildMeta not updating from the server
Fixes problem with unknown member for "second" guild
The pairVerifier was getting unverified due to the socket connecting
*after* the fetch request was sent. Unfortunately, this unverification
happened *before* the fetch request was resolved. Fixed by re-fetching
the trusted promise after unverification. For a perfect solution in the
future, we should remove the re-fetch. This could be done by canceling
socket-guild fetches if the socket isn't connected yet.
2022-02-03 18:06:26 -06:00
Michael Peters
afd2939fa1
fetch messages before/after based on order
...
This way, if the reference message was deleted at some point, the fetch request can still go through.
Also it's easier to run the queries directly on an order id/text anyway
2022-01-23 17:23:43 -06:00
Michael Peters
46aade557d
COR-192 Don't set status if it's the same
2021-12-30 18:19:22 -06:00
Michael Peters
97bb08c255
autofix unused imports
2021-12-13 18:29:20 -06:00
Michael Peters
84d0a0e542
create invite token dialog
2021-12-13 02:29:06 -06:00
Michael Peters
d875a8f8fb
fixed subscriptions re-requesting because of re-created fetch functions
2021-12-13 01:32:29 -06:00
Michael Peters
4c81488187
Reactify modify channel
2021-12-10 01:45:17 -06:00
Michael Peters
01da06b57b
starting move to .tsx for elements
2021-12-05 21:01:17 -06:00
Michael Peters
9f53b4640a
added a linter
...
archived files are probably not needed but kept around in case as a reference
2021-12-04 09:49:47 -06:00
Michael Peters
3c6f94bd93
move source code to ./src and added preliminary linter support
2021-12-04 08:59:30 -06:00