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

314 Commits

Author SHA1 Message Date
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
dependabot[bot]
aaf314bd67
chore(deps): bump tough-cookie from 4.1.2 to 4.1.3
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 18:18:45 +00:00
Puyodead1
7d4e410dd0
Merge pull request #146 from spacebarchat/feat/guildcreate
Guild create button impl
2023-08-10 14:16:53 -04:00
Puyodead1
dcc1db8f1e
complete create guild modal 2023-08-10 14:16:08 -04:00
Madeline
2242198156
guild create button impl. why won't errors render 2023-08-10 22:16:18 +10:00
Puyodead1
8b61b807dd
moment timestamp formatting 2023-08-09 19:59:06 -04:00
Madeline
80ae8655df
send captcha key (whoops) 2023-08-09 14:33:52 +10:00
Madeline
b45895e143
clean up instance lookup 2023-08-09 14:30:47 +10:00
Puyodead1
f181632913
Merge pull request #144 from spacebarchat/feat/instancepicker
Instance picker
2023-08-08 21:26:42 -04:00
Puyodead1
c27a94ad93
move logic into fn, and add placeholder 2023-08-08 21:26:26 -04:00
Puyodead1
8f7780992e
Merge branch 'react' into feat/instancepicker 2023-08-08 21:25:51 -04:00
Puyodead1
f91b940027
fix guild icons having odd border from bg 2023-08-08 21:06:07 -04:00
Puyodead1
d016c5b69a
update MFA screen to use updated auth layout 2023-08-08 20:39:15 -04:00
Puyodead1
be4595ddce
auth layout changes 2023-08-08 18:20:36 -04:00
Madeline
3945154711
instance picker 2023-08-07 17:54:11 +10:00
Madeline
d2a4b4f3cf
add capabilities 2023-08-05 21:02:23 +10:00
Puyodead1
169af33730
More work on add guild modals 2023-06-19 19:53:33 -04:00
Puyodead1
58a03fd2d0
add create and join server modals 2023-06-05 15:11:29 -04:00
Puyodead1
87475d2b1b
(AddServerModal): Rename Server -> Guild 2023-06-05 13:50:02 -04:00
Puyodead1
0ac771fe6d
green coloring for sidebar actions 2023-06-05 13:49:31 -04:00
Puyodead1
d0a41afab9
Allow sending messages in voice based channels 2023-06-01 10:57:35 -04:00
Puyodead1
eb962bd804
prevent navigating to non-text channels 2023-06-01 10:52:55 -04:00
Puyodead1
dd81402647
fix text pushing member sidebar 2023-06-01 10:42:57 -04:00
Puyodead1
665e8542a7
Add server modal 2023-06-01 10:42:15 -04:00
Puyodead1
1ad916615b
message input experiments 2023-06-01 09:39:13 -04:00
Puyodead1
fee93cbf0b
cursor pointer on guild items 2023-06-01 09:36:33 -04:00
Puyodead1
78191305cd
Message Sending 2023-06-01 09:35:17 -04:00
Puyodead1
f95dfe4264
implement message input component 2023-05-27 01:38:51 -04:00
Puyodead1
6db6dc06ab
fix: not fetching messages when switching channels 2023-05-17 12:09:52 -04:00
Puyodead1
6579a0e4c2
feat: message list 2023-05-17 12:08:52 -04:00
Puyodead1
60084acea0
keep chat header on home page 2023-05-17 10:47:23 -04:00
Puyodead1
b51f4149a8
make channel list items use pointer cursor 2023-05-17 10:45:12 -04:00
Puyodead1
c6bda1b7dd
go to first channel in guild 2023-05-17 10:43:29 -04:00
Puyodead1
f975ce304a
feat: ChatHeader 2023-05-17 10:09:47 -04:00
Puyodead1
947aad7130
fix dark theme colors 2023-05-17 08:49:06 -04:00
Puyodead1
47a3440d4f
change dark theme colors 2023-05-12 11:43:43 -04:00
Puyodead1
1be402dcb3
switch icons to material design 2023-05-12 11:43:21 -04:00
Puyodead1
ea581d78f1
refactor: rewrite channel list 2023-05-12 11:14:25 -04:00
Puyodead1
15fc204587
feat(ChannelSidebar): categorized channel list 2023-05-11 22:53:41 -04:00
Puyodead1
04ca33261d
[no ci]: change api-types version 2023-05-10 20:44:19 -04:00
Puyodead1
a0b4afd5b0
fix(GuildItem): guild items using wrong tooltip 2023-05-10 20:38:56 -04:00
Puyodead1
0f18c2034e
refactor(Tooltip): decrease font and change color 2023-05-10 20:38:37 -04:00