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

Commit Graph

  • 307d726358
    Bump webpack-dev-middleware from 5.3.3 to 5.3.4 dependabot[bot] 2024-03-23 14:22:35 +0000
  • 3ce00fcaef
    make home section placeholder text not selectable Puyodead1 2024-03-21 23:28:24 -0400
  • 641c0f38c6
    update deps, fix android builds Puyodead1 2024-03-21 23:27:48 -0400
  • 9b2ecb6e4f
    Bump follow-redirects from 1.15.5 to 1.15.6 dependabot[bot] 2024-03-16 06:05:10 +0000
  • d6a45e8123
    minor refactors Puyodead1 2024-03-11 13:34:04 -0400
  • 23c4458f08
    Merge pull request #215 from spacebarchat/dev Puyodead1 2024-03-10 21:29:41 -0400
  • 4d67d7251b
    Merge branch 'main' into dev Puyodead1 2024-03-10 21:27:30 -0400
  • ca96cb9bce
    fix empty list not rendering when no active channel Puyodead1 2024-03-05 15:28:52 -0500
  • 95411d5158
    check channel creation permissions Puyodead1 2024-03-05 09:50:20 -0500
  • e4081b8c16
    enforce lowercase characters in channel name Puyodead1 2024-03-05 09:06:08 -0500
  • 09a8401712
    channel creation Puyodead1 2024-03-04 18:15:33 -0500
  • ad83453d56
    Bump mio from 0.8.8 to 0.8.11 in /src-tauri dependabot[bot] 2024-03-04 21:57:33 +0000
  • 5847ed2df0
    fix minor bug with merged member load Puyodead1 2024-03-03 13:58:28 -0500
  • 4a79ae5b6b
    use -1 as fallback in channel position sorting Puyodead1 2024-03-03 13:53:22 -0500
  • ae44cce733
    Render message preview in message delete modal Puyodead1 2024-03-03 13:45:12 -0500
  • edb16ad7c0
    some refactoring to improve message author role color fetching Puyodead1 2024-03-03 13:44:30 -0500
  • 6acaaf956e
    fix bug with message list hasMore persisting Puyodead1 2024-03-02 19:28:42 -0500
  • 02e1194963
    we dun need dis Puyodead1 2024-02-28 00:48:16 -0500
  • 75fe19aaae
    add rpm bundle target Puyodead1 2024-02-28 00:47:55 -0500
  • 325da21bd0
    bug fix client-dev-v0.1.2 Puyodead1 2024-02-27 23:56:37 -0500
  • 044775634b
    fix build targets Puyodead1 2024-02-27 23:30:18 -0500
  • 19fe08b602
    e Puyodead1 2024-02-27 22:40:34 -0500
  • a63e154431
    update dependencies Puyodead1 2024-02-27 22:33:54 -0500
  • a1d352dae2
    Merge pull request #213 from spacebarchat/dependabot/npm_and_yarn/vite-4.5.2 dependabot[bot] 2024-02-12 01:59:12 +0000
  • ae38bbca94
    Merge pull request #212 from spacebarchat/dependabot/cargo/src-tauri/h2-0.3.24 dependabot[bot] 2024-02-12 01:59:09 +0000
  • 8009ae03fb
    Merge pull request #211 from spacebarchat/dependabot/npm_and_yarn/follow-redirects-1.15.4 dependabot[bot] 2024-02-12 01:58:59 +0000
  • bafd0c0ee8
    Bump vite from 4.4.10 to 4.5.2 dependabot[bot] 2024-01-20 02:00:26 +0000
  • 5392bc7653
    Bump h2 from 0.3.21 to 0.3.24 in /src-tauri dependabot[bot] 2024-01-19 16:19:09 +0000
  • 80b986ce36
    fix user context menu not showing if member fetch fails Puyodead1 2024-01-11 20:54:46 -0500
  • 2ab0fbe1f1
    Bump follow-redirects from 1.15.3 to 1.15.4 dependabot[bot] 2024-01-10 11:48:07 +0000
  • a39a55fb80
    markdown in embeds Puyodead1 2024-01-06 11:37:06 -0500
  • f7fee83cce
    user update event Puyodead1 2024-01-06 11:28:54 -0500
  • 3c098ea441
    guild member update event Puyodead1 2024-01-06 11:21:12 -0500
  • 64f8c42de7
    fix not being able to send messages on touchscreen devices Puyodead1 2023-12-24 15:48:06 -0500
  • 0dbb5a7fe2
    rework image scaling to work better on mobile Puyodead1 2023-12-24 15:47:48 -0500
  • a9f4aa1ba5
    remove a debug log Puyodead1 2023-12-24 15:19:01 -0500
  • 85bd86a6e6
    fix kick,ban,roles context menu items being shown without permission Puyodead1 2023-12-24 13:00:40 -0500
  • d6e89d5d88
    channel and use mention context menus Puyodead1 2023-12-24 12:51:59 -0500
  • 88dba4cdf0
    fix double divider in message context menu Puyodead1 2023-12-24 12:42:54 -0500
  • ea74c1609a
    open user popout on mention click Puyodead1 2023-12-24 12:40:18 -0500
  • 2ae1cb915d
    resolve user mentions Puyodead1 2023-12-24 12:32:56 -0500
  • 250046bc60
    suppress an eslint warning Puyodead1 2023-12-23 23:31:43 -0500
  • 21c2d8204b
    close modal stack on logout Puyodead1 2023-12-23 23:31:26 -0500
  • 09996b9606
    fix attachment upload progress being really thin Puyodead1 2023-12-23 23:31:18 -0500
  • 732248dd04
    add invite creation context menu item Puyodead1 2023-12-23 23:30:54 -0500
  • 0dd31bfbd0
    more minor improvements to embeded media Puyodead1 2023-12-22 23:55:57 -0500
  • ecda1d7c12
    open gifs in image viewer Puyodead1 2023-12-22 23:27:36 -0500
  • f810397861
    some fixes for gifs Puyodead1 2023-12-22 23:00:45 -0500
  • 70ff143c36
    fix not being able to delete own message Puyodead1 2023-12-22 17:57:55 -0500
  • a0408f12eb
    Update lib.rs Puyodead1 2023-12-22 17:12:29 -0500
  • a0cc376346
    fix double user popouts opening Puyodead1 2023-12-22 17:09:09 -0500
  • 2b87afe9dd
    store version info in window/window type extension Puyodead1 2023-12-22 17:03:10 -0500
  • 8fef7d1b94
    updater error event/dont update on dev builds Puyodead1 2023-12-22 16:52:45 -0500
  • 4051540301
    revamp splashscreen Puyodead1 2023-12-22 16:51:47 -0500
  • 06c5f1ccbd
    minor bug fix for updater Puyodead1 2023-12-22 01:09:43 -0500
  • 49c71ed0bc
    Revert "i dont think we need an action fork now" Puyodead1 2023-12-22 00:31:42 -0500
  • 666dcd2634
    Revert "Update tauri.yml" Puyodead1 2023-12-22 00:31:32 -0500
  • 8eef4e7235
    Update tauri.yml Puyodead1 2023-12-22 00:20:05 -0500
  • 78ef348866
    i dont think we need an action fork now Puyodead1 2023-12-22 00:13:46 -0500
  • 42c802c957
    updater go brrrr Puyodead1 2023-12-22 00:10:02 -0500
  • c7b7cf4cb7
    custom update version comparison Puyodead1 2023-12-21 19:44:42 -0500
  • 869e745fb0
    Update tauri.yml Puyodead1 2023-12-21 18:46:07 -0500
  • c5efb84f9e
    come on ci Puyodead1 2023-12-21 18:34:57 -0500
  • 6c769e5ff4
    updater crap Puyodead1 2023-12-21 18:22:43 -0500
  • ecc15d184f
    minor fix for image viewer modal Puyodead1 2023-12-20 12:09:10 -0500
  • 3b00be1029
    tauri: tray icon Puyodead1 2023-12-20 09:49:25 -0500
  • bc7cfec5c5
    enabled tauri updater Puyodead1 2023-12-20 02:21:42 -0500
  • c925e2252c
    Update tauri.yml client-dev-v0.1.1 Puyodead1 2023-12-19 18:31:57 -0500
  • 769f31a184
    update tauri action Puyodead1 2023-12-19 18:27:57 -0500
  • 45ae20e324
    fix private categories not showing public children Puyodead1 2023-12-19 13:59:01 -0500
  • f720ce8975
    implement image viewer modal Puyodead1 2023-12-19 13:19:05 -0500
  • 126eec5b64
    Merge pull request #209 from spacebarchat/feat/modal-context-menu-refactor Puyodead1 2023-12-19 12:27:38 -0500
  • e431380f39
    fix incorrect icons in channel header Puyodead1 2023-12-19 12:22:53 -0500
  • c1e6ad876a
    guild context menu Puyodead1 2023-12-19 12:12:05 -0500
  • 673138d1b6
    fix message context menu id icon Puyodead1 2023-12-19 12:01:11 -0500
  • aef02c6e99
    make context menus wider Puyodead1 2023-12-19 12:00:57 -0500
  • 38fe07cbc4
    channel context menu Puyodead1 2023-12-19 12:00:43 -0500
  • 39716d74ca
    fix leave server and better handling Puyodead1 2023-12-19 11:39:34 -0500
  • ba31016686
    guild action menu Puyodead1 2023-12-19 11:29:51 -0500
  • 52f7f63ba9
    Update Logo-Blue.svg Puyodead1 2023-12-19 09:24:25 -0500
  • 85ab5387c6
    prevent trying to render channels when missing view permission Puyodead1 2023-12-18 12:05:36 -0500
  • 9a9819cc51
    filter channel list by view permission Puyodead1 2023-12-18 12:00:23 -0500
  • b6a9f12d2b
    destructure props in Chat.tsx Puyodead1 2023-12-18 11:59:56 -0500
  • af454cfdf6
    close all modals on guild join Puyodead1 2023-12-18 11:59:31 -0500
  • 85ee16e7b9
    fix buttons on add server modal Puyodead1 2023-12-18 11:53:07 -0500
  • 4bd83dd5b0
    close context menu on click Puyodead1 2023-12-18 11:48:29 -0500
  • 8022c5146c
    move message context menu trigger Puyodead1 2023-12-18 11:46:55 -0500
  • 4d61a6059d
    message context menu/delete modal Puyodead1 2023-12-18 11:44:10 -0500
  • 9506da25c8
    implement kick/ban logic Puyodead1 2023-12-18 11:01:46 -0500
  • c048563b53
    implement more modals, and user context menu kick/ban Puyodead1 2023-12-15 23:37:53 -0500
  • 7f658cae8d
    Update Message.tsx Puyodead1 2023-12-15 19:39:08 -0500
  • 27a24f00c3
    Update Message.tsx Puyodead1 2023-12-15 19:36:55 -0500
  • 6f058c118b
    fix role mentions Puyodead1 2023-12-15 19:33:53 -0500
  • c598875a75
    Update Button.tsx Puyodead1 2023-12-15 11:21:41 -0500
  • 7a907d38ec
    wip context menus Puyodead1 2023-12-14 18:52:30 -0500
  • 71e47c96cd
    new tooltips Puyodead1 2023-12-14 00:18:59 -0500
  • 2c587af4a8
    floating ui take 2 Puyodead1 2023-12-13 18:26:46 -0500
  • fa960f36e9
    a Puyodead1 2023-12-13 11:11:02 -0500
  • e49522096e
    first rough iteration of new floating ui system Puyodead1 2023-12-13 00:07:41 -0500
  • ece2345197
    rip out context menus and popouts system Puyodead1 2023-12-11 15:28:21 -0500