1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 18:32:34 +01:00
Commit Graph

155 Commits

Author SHA1 Message Date
Puyodead1
87f6f28e20
fix message sorting 2023-08-26 00:25:33 -04:00
Puyodead1
77fca507db
undo prevent selection highlighting for now 2023-08-26 00:06:37 -04:00
Puyodead1
c7845479d2
Revert "fixes for message loading spinner"
This reverts commit 17ef8d7988.
2023-08-26 00:05:32 -04:00
Puyodead1
17ef8d7988
fixes for message loading spinner 2023-08-25 23:11:34 -04:00
Puyodead1
c5a7ff2a28
actually finish fixing inconsistent section header heights 2023-08-25 22:53:09 -04:00
Puyodead1
8b908f9bf0
temporary placeholder for other message types 2023-08-25 22:51:33 -04:00
Puyodead1
a3a3135e2c
undo renaming Chat->Messages 2023-08-25 22:34:11 -04:00
Puyodead1
104b67ebcb
trim long guild names in header and context menu 2023-08-25 22:27:07 -04:00
Puyodead1
9ea7fd9e7f
fix inconsistent header bar heights 2023-08-25 22:25:55 -04:00
Puyodead1
662a49024b
rework message listing 2023-08-25 22:10:50 -04:00
Puyodead1
351f3eca92
minor ui fixes for modals 2023-08-24 22:41:42 -04:00
Puyodead1
ada219ee11
prevent double click text selection 2023-08-24 22:34:47 -04:00
Puyodead1
1adaf907ee
leave server confirmation modal 2023-08-24 22:33:59 -04:00
Puyodead1
7982a223ad
leave server functionality, context menu item visibility 2023-08-24 20:57:36 -04:00
Puyodead1
85a194d159
Implement server header menu 2023-08-24 20:34:22 -04:00
Puyodead1
1079eef742
fix not being able to open announcement channels 2023-08-22 12:01:11 -04:00
Puyodead1
c6ff589828
rename setContextMenuOptions 2023-08-14 22:34:50 -04:00
Puyodead1
b04ceb465f
seperate channel list items, and add channel context menu 2023-08-14 22:33:53 -04:00
Puyodead1
2f38954da1
basic message context menus 2023-08-14 22:27:33 -04:00
Puyodead1
7de47567ea
fix logger text saying the wrong level 2023-08-14 01:48:46 -04:00
Puyodead1
02e215c54b
switch to slate for chat input 2023-08-14 01:47:38 -04:00
Puyodead1
270c6c9083
fix multiline messages showing avatar in center 2023-08-13 23:31:32 -04:00
Puyodead1
c69519d1ae
darken channel icons 2023-08-13 21:40:12 -04:00
Puyodead1
3f4a98f465
darken guild sidebar divider color 2023-08-13 21:36:41 -04:00
Puyodead1
ef2df53af9
mock chat header action items 2023-08-13 21:33:34 -04:00
Puyodead1
8f808595af
fix sidebar action item cursor not matching guild items 2023-08-13 20:11:10 -04:00
Puyodead1
7c32dd53c4
fix? 2023-08-12 09:55:20 -04:00
Puyodead1
7da3ceeea9
Update JoinServerModal.tsx 2023-08-12 09:49:56 -04:00
Madeline
18e8a824f5
make join server modal code field required 2023-08-12 23:47:47 +10:00
Puyodead1
7b5c4bbece
Merge pull request #150 from spacebarchat/feat/joinguild
Join guild via invite
2023-08-12 09:41:10 -04:00
Madeline
1e7c3050d1
...fix CI? 2023-08-12 18:42:05 +10:00
Madeline
2775f6ff99
Fix CI 2023-08-12 18:29:00 +10:00
Madeline
0509aec987
Merge branch 'main' into feat/joinguild 2023-08-12 18:27:12 +10:00
Puyodead1
d7bd977503
message hover effect 2023-08-11 22:26:54 -04:00
Puyodead1
0648dd96c6
run prettier 2023-08-11 22:07:36 -04:00
Puyodead1
063519282a
fix prettier config 2023-08-11 22:05:10 -04:00
Puyodead1
398f567bba
change msg grouping time to be 7 minutes 2023-08-11 22:04:57 -04:00
Puyodead1
c0cbf253bc
load more messages as you scroll up 2023-08-11 21:56:18 -04:00
Puyodead1
469013d466
dont trust chatgpt 2023-08-11 12:41:08 -04:00
Madeline
a9bdc1ffb2
join guild via invite modal 2023-08-12 00:44:22 +10:00
Madeline
d2a92ea870
chatgpt bad 2023-08-12 00:28:00 +10:00
Puyodead1
fa1a01033a
Merge pull request #149 from sushinpv/main
Updated react-secure-storage to 1.3.0
2023-08-11 07:22:45 -04:00
Sushin Pv
1709566ce2
Updated react-secure-storage to 1.3.0
In this version of react-secure-storage, we have patched a bug, where in react and nextjs, the .env values are bind on the build time and dynamic access of env values like 

let REACT_SECURE_KEY ="@.secure" and process.env[REACT_SECURE_KEY] will give a null value. 

This has been pacthed on version 1.3.0
2023-08-11 11:22:28 +05:30
Puyodead1
3f1fd4e69d
little bit of code review brought to you by ChatGPT 2023-08-10 20:13:34 -04:00
Puyodead1
eacc1055aa
improved logging 2023-08-10 19:21:43 -04:00
Puyodead1
0a5497bd26
Merge pull request #148 from spacebarchat/dependabot/npm_and_yarn/word-wrap-1.2.5
chore(deps): bump word-wrap from 1.2.3 to 1.2.5
2023-08-10 14:58:06 -04:00
Puyodead1
d86f8a99d5
Merge pull request #147 from spacebarchat/dependabot/npm_and_yarn/tough-cookie-4.1.3
chore(deps): bump tough-cookie from 4.1.2 to 4.1.3
2023-08-10 14:57:58 -04:00
Puyodead1
0c7b15d6f3
Merge pull request #142 from spacebarchat/dependabot/npm_and_yarn/semver-5.7.2
Bump semver from 5.7.1 to 5.7.2
2023-08-10 14:57:51 -04:00
dependabot[bot]
4be36d6ffb
Bump semver from 5.7.1 to 5.7.2
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 18:19:14 +00:00
dependabot[bot]
b2cb67c37e
chore(deps): bump word-wrap from 1.2.3 to 1.2.5
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 18:19:02 +00:00