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

695 Commits

Author SHA1 Message Date
Puyodead1
ca96cb9bce
fix empty list not rendering when no active channel 2024-03-05 15:28:52 -05:00
Puyodead1
95411d5158
check channel creation permissions 2024-03-05 09:50:20 -05:00
Puyodead1
e4081b8c16
enforce lowercase characters in channel name 2024-03-05 09:06:08 -05:00
Puyodead1
09a8401712
channel creation 2024-03-04 18:15:33 -05:00
Puyodead1
5847ed2df0
fix minor bug with merged member load
if guild is not found for a member, instead of continuing it would break and never set the app to ready
2024-03-03 13:58:28 -05:00
Puyodead1
4a79ae5b6b
use -1 as fallback in channel position sorting 2024-03-03 13:53:22 -05:00
Puyodead1
ae44cce733
Render message preview in message delete modal 2024-03-03 13:45:12 -05:00
Puyodead1
edb16ad7c0
some refactoring to improve message author role color fetching 2024-03-03 13:44:30 -05:00
Puyodead1
6acaaf956e
fix bug with message list hasMore persisting 2024-03-02 19:28:42 -05:00
Puyodead1
02e1194963
we dun need dis 2024-02-28 00:48:16 -05:00
Puyodead1
75fe19aaae
add rpm bundle target 2024-02-28 00:47:55 -05:00
Puyodead1
325da21bd0
bug fix 2024-02-27 23:56:37 -05:00
Puyodead1
044775634b
fix build targets 2024-02-27 23:30:18 -05:00
Puyodead1
19fe08b602
e 2024-02-27 22:40:34 -05:00
Puyodead1
a63e154431
update dependencies 2024-02-27 22:35:29 -05:00
dependabot[bot]
a1d352dae2
Merge pull request #213 from spacebarchat/dependabot/npm_and_yarn/vite-4.5.2 2024-02-12 01:59:12 +00:00
dependabot[bot]
ae38bbca94
Merge pull request #212 from spacebarchat/dependabot/cargo/src-tauri/h2-0.3.24 2024-02-12 01:59:09 +00:00
dependabot[bot]
8009ae03fb
Merge pull request #211 from spacebarchat/dependabot/npm_and_yarn/follow-redirects-1.15.4 2024-02-12 01:58:59 +00:00
dependabot[bot]
bafd0c0ee8
Bump vite from 4.4.10 to 4.5.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.10 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-20 02:00:26 +00:00
dependabot[bot]
5392bc7653
Bump h2 from 0.3.21 to 0.3.24 in /src-tauri
Bumps [h2](https://github.com/hyperium/h2) from 0.3.21 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.21...v0.3.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 16:19:09 +00:00
Puyodead1
80b986ce36
fix user context menu not showing if member fetch fails 2024-01-11 20:54:46 -05:00
dependabot[bot]
2ab0fbe1f1
Bump follow-redirects from 1.15.3 to 1.15.4
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 11:48:07 +00:00
Puyodead1
a39a55fb80
markdown in embeds 2024-01-06 11:37:06 -05:00
Puyodead1
f7fee83cce
user update event 2024-01-06 11:28:54 -05:00
Puyodead1
3c098ea441
guild member update event 2024-01-06 11:21:12 -05:00
Puyodead1
64f8c42de7
fix not being able to send messages on touchscreen devices 2023-12-24 15:48:06 -05:00
Puyodead1
0dbb5a7fe2
rework image scaling to work better on mobile 2023-12-24 15:47:48 -05:00
Puyodead1
a9f4aa1ba5
remove a debug log 2023-12-24 15:19:01 -05:00
Puyodead1
85bd86a6e6
fix kick,ban,roles context menu items being shown without permission 2023-12-24 13:00:40 -05:00
Puyodead1
d6e89d5d88
channel and use mention context menus 2023-12-24 12:51:59 -05:00
Puyodead1
88dba4cdf0
fix double divider in message context menu 2023-12-24 12:42:54 -05:00
Puyodead1
ea74c1609a
open user popout on mention click 2023-12-24 12:40:18 -05:00
Puyodead1
2ae1cb915d
resolve user mentions 2023-12-24 12:32:56 -05:00
Puyodead1
250046bc60
suppress an eslint warning 2023-12-23 23:31:43 -05:00
Puyodead1
21c2d8204b
close modal stack on logout 2023-12-23 23:31:26 -05:00
Puyodead1
09996b9606
fix attachment upload progress being really thin 2023-12-23 23:31:18 -05:00
Puyodead1
732248dd04
add invite creation context menu item 2023-12-23 23:30:54 -05:00
Puyodead1
0dd31bfbd0
more minor improvements to embeded media 2023-12-22 23:55:57 -05:00
Puyodead1
ecda1d7c12
open gifs in image viewer 2023-12-22 23:27:36 -05:00
Puyodead1
f810397861
some fixes for gifs 2023-12-22 23:00:45 -05:00
Puyodead1
70ff143c36
fix not being able to delete own message 2023-12-22 17:57:55 -05:00
Puyodead1
a0408f12eb
Update lib.rs 2023-12-22 17:12:29 -05:00
Puyodead1
a0cc376346
fix double user popouts opening 2023-12-22 17:09:09 -05:00
Puyodead1
2b87afe9dd
store version info in window/window type extension 2023-12-22 17:03:10 -05:00
Puyodead1
8fef7d1b94
updater error event/dont update on dev builds 2023-12-22 16:52:45 -05:00
Puyodead1
4051540301
revamp splashscreen 2023-12-22 16:51:47 -05:00
Puyodead1
06c5f1ccbd
minor bug fix for updater 2023-12-22 01:09:43 -05:00
Puyodead1
49c71ed0bc
Revert "i dont think we need an action fork now"
This reverts commit 78ef348866.
2023-12-22 00:31:42 -05:00
Puyodead1
666dcd2634
Revert "Update tauri.yml"
This reverts commit 8eef4e7235.
2023-12-22 00:31:32 -05:00
Puyodead1
8eef4e7235
Update tauri.yml 2023-12-22 00:20:05 -05:00