1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 02:12:38 +01:00
Commit Graph

65 Commits

Author SHA1 Message Date
dependabot[bot]
69708d46f8
Bump vite from 4.4.10 to 4.4.12
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.10 to 4.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.4.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 23:41:03 +00:00
Puyodead1
937878195a
Merge pull request #184 from spacebarchat/dependabot/npm_and_yarn/tauri-apps/cli-2.0.0-alpha.16
Bump @tauri-apps/cli from 2.0.0-alpha.14 to 2.0.0-alpha.16
2023-12-02 23:59:54 -05:00
Puyodead1
959e459793
fix popouts going out of viewport 2023-12-02 23:50:23 -05:00
Puyodead1
0e6fc3d0c5
user profile popouts 2023-11-30 23:21:11 -05:00
Puyodead1
5a654d340b
update api-types package 2023-11-27 17:32:36 -05:00
Puyodead1
a0c51ebbb5
member list improvements 2023-11-10 10:53:14 -05:00
Puyodead1
49f9a06620
update pnpm 2023-11-08 09:22:26 -05:00
dependabot[bot]
9c94cab56a
Bump @tauri-apps/cli from 2.0.0-alpha.14 to 2.0.0-alpha.16
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 2.0.0-alpha.14 to 2.0.0-alpha.16.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.0.0-alpha.14...@tauri-apps/cli-v2.0.0-alpha.16)

---
updated-dependencies:
- dependency-name: "@tauri-apps/cli"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-20 15:25:57 +00:00
Puyodead1
8afbdeb691
remove swipe test 2023-10-19 15:49:38 -04:00
Puyodead1
c8a81dd3b7
add fps graph 2023-09-25 13:07:24 -04:00
Puyodead1
94e9880197
replace channel list with virtualized list 2023-09-25 09:05:45 -04:00
Puyodead1
577b25fede
markdown v999? with spoilers! 2023-09-22 16:32:12 -04:00
Puyodead1
12dd45621b
code highlighting stuff 2023-09-21 16:55:09 -04:00
Puyodead1
11be9f19ec
remove unused dependency 2023-09-20 23:35:59 -04:00
Puyodead1
ad9dbb5f93
an attempt to redo embeds 2023-09-20 23:31:54 -04:00
Puyodead1
9afc5b118d
markdown v2 2023-09-20 01:26:44 -04:00
Puyodead1
1ab749a762
markdown 2023-09-19 21:38:04 -04:00
Puyodead1
e9f5994260
error boundary and suspense 2023-09-19 15:21:04 -04:00
Puyodead1
7d51f56994
add some margin to top of embeds 2023-09-19 14:32:52 -04:00
Puyodead1
94721c137b
system messages (UserJoin) 2023-09-17 16:12:53 -04:00
Puyodead1
963bf24d69
add other platform configs 2023-09-15 17:19:26 -04:00
Puyodead1
876ffce940
fix tauri builds 2023-09-15 13:32:55 -04:00
Puyodead1
f8b96bf341
remove old craco dependency 2023-09-15 13:32:55 -04:00
Puyodead1
2e2d5efe93
add some vite plugins 2023-09-15 13:32:53 -04:00
Puyodead1
cc9722ecae
update dependencies, add platform configs 2023-09-15 13:32:52 -04:00
Puyodead1
93e4879501
change some config stuff 2023-09-15 13:32:52 -04:00
Puyodead1
c944be8fd7
update pnpm version 2023-09-15 13:32:51 -04:00
Puyodead1
0f14eda999
android 2023-09-15 13:32:49 -04:00
Puyodead1
c1d515b26a
vite 2023-09-15 13:32:48 -04:00
Puyodead1
956802b4a4
add some plugins 2023-09-15 13:32:47 -04:00
Puyodead1
c504ac2b49
tauri 2 alpha 2023-09-15 13:32:47 -04:00
Puyodead1
74d1e34449
implement splash screen 2023-09-15 13:32:46 -04:00
Puyodead1
6e433d5c27
init tauri 2023-09-15 13:32:45 -04:00
Puyodead1
126c9e21e7
remove slate dependencies 2023-09-10 21:47:08 -04:00
Puyodead1
4b0cd78f7a
Start of message input refactor 2023-09-09 15:33:22 -04:00
Puyodead1
10e312ae5a
add some permission utils 2023-08-31 18:50:26 -04:00
Puyodead1
807a7dc8e3
animated modals 2023-08-29 12:28:14 -04:00
Puyodead1
0013729c3b
package stuff 2023-08-29 10:21:57 -04:00
Puyodead1
02e215c54b
switch to slate for chat input 2023-08-14 01:47:38 -04:00
Puyodead1
0648dd96c6
run prettier 2023-08-11 22:07:36 -04:00
Puyodead1
c0cbf253bc
load more messages as you scroll up 2023-08-11 21:56:18 -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
8b61b807dd
moment timestamp formatting 2023-08-09 19:59:06 -04:00
Puyodead1
1be402dcb3
switch icons to material design 2023-05-12 11:43:21 -04:00
Puyodead1
04ca33261d
[no ci]: change api-types version 2023-05-10 20:44:19 -04:00
Puyodead1
8991b0e29f
chore: fix build, update deps 2023-05-10 19:59:48 -04:00
Puyodead1
7e2a18ebf1
switch fonts 2023-05-09 23:04:43 -04:00
Puyodead1
e53abb0849
[no ci] update homepage url 2023-04-30 17:22:46 -04:00
Puyodead1
54ce474c8c
feat(GuildSidebar): action items (home) 2023-04-28 18:18:00 -04:00
Puyodead1
c0cb3b7618
feat: urbanist font 2023-04-27 22:12:39 -04:00