Commit Graph

53 Commits (998ffb00edb8cdc2355758c5f26dd8bf534b4006)

Author SHA1 Message Date
ggurdin 5ce2a787b4
3890 activity start page changes (#3901)
* comment out unreferenced files

* decouple courses, topics, and activities

* update start page

* disable 'join open session' button
2 months ago
Kelrap da03b0c981
Replaced references to spaces with courses in intl files and calls (#3884)
* Replaced references to spaces with courses in intl files and calls

* Change learning community reference to 'public course'

---------

Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2 months ago
ggurdin 4b3d58e30b
fix: bring back lazy loading of members, call requestParticipants where full participant list is needed (#3815) 2 months ago
ggurdin f9ee134cdd
feat: course planner 2 months ago
ggurdin 20b17e5f3d
fix: load full participant list when needed (#3782) 3 months ago
ggurdin ece75b7f74
3770 total vocab grammar and xp calculations per user and activity (#3775) 3 months ago
ggurdin 7c03c70105
3517 non local storage of bookmarked activities (#3761) 3 months ago
ggurdin 867004243f
chore: don't lazy load members, account for left memebers when determ… (#3653)
* chore: don't lazy load members, account for left memebers when determining if activity is finished

* chore: always show continue button in unfinished activities
3 months ago
ggurdin 39fc047961
feat: space analytics page 3 months ago
ggurdin 62140c56da
feat: activity sessions 3 months ago
ggurdin 8319a8698d
chore: update room code error message (#3538) 4 months ago
Kelrap 4105459b73
Use correct route when join class by link (#3528) 4 months ago
ggurdin e9af147257
chore: add join codes to all new rooms and add join code to existing room on visit invite page if user has permission (#3463) 4 months ago
ggurdin 6809063a81
chore: use fluffychat's function for changing room display names (#3448) 4 months ago
ggurdin f6f4c60287
chore: add more specific error messages 4 months ago
ggurdin 4aac64e6b5
chore: show leaderboard on mobile (#3391) 4 months ago
ggurdin ad1a84bc5c
3263 duplicate participant list causes confusion (#3390)
* chore: remove participant list from space view

* chore: don't change participant list rendering based on screen sizwe
4 months ago
ggurdin a3b2c2791b
chore: make non-joined room members less opaque in room details view 5 months ago
ggurdin fdf30b3462
chore: update presence avatar when user ID changes, go right to knocking members filter from knocking users indicator 5 months ago
Kelrap 49a6f5fde5 Merge branch 'main' of https://github.com/pangeachat/client into public-space-refinement 5 months ago
Kelrap 01e08babb9 Add default public space avatars 5 months ago
ggurdin 30b185cdcc
fluffychat merge 5 months ago
ggurdin f16e1126ab
feat: add space view participant list 5 months ago
ggurdin 249538c20b
feat: redesign of space access page (#2903) 5 months ago
ggurdin 3e12f6050c
chore: add intro and accouncement chat icons (#2889) 6 months ago
ggurdin bc77056b96
refactor: room details page redesign 6 months ago
ggurdin 21d703d640
chore: wait for space default rooms in sync before adding them to space (#2861) 6 months ago
ggurdin c45415749b
chore: add new default power levels (#2855)
* chore: add new default power levels

* chore: update permissions copy
6 months ago
ggurdin ebf4224cba
2742 bring back starter chats for top level spaces (#2784)
* feat: added introducton and accouncements chats to new space

* chore: make spaceID redirect clearer

* chore: remove bot from default power levels
6 months ago
ggurdin 8ae997e642
feat: add join space onboarding step (#2771) 6 months ago
ggurdin 542afa0506
feat: initial work for participant list leaderboard (#2579)
* feat: initial work for participant list leaderboard

* chore: normalize leaderboard header

* chore: fix some errors after fluffychat merge updates
6 months ago
ggurdin 6f71dd4e95
feat: personal analytics downloads (#2759)
* feat: personal analytics downloads

* chore: download all analytics into one spreadsheet
6 months ago
ggurdin d792e9fc86
chore: set active space via route instead of stream (#2744) 6 months ago
ggurdin f2d809ea10
chore: don't dismiss too many request dialog when joining space from public room sheet (#2509) 7 months ago
Sofanyas Genene 184442a5ff
added robot animation and message to instruct user to wait after too … (#2415)
* added robot animation and message to instruct user to wait after too many join with code attempts

* chore: formatting

* replaced hardcoded text with intl_en.arb

* Resolving missing import

* generated

* chore: formatting

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
7 months ago
ggurdin adf018266c
chore: when navigating to space details, always open space view (#2405) 7 months ago
ggurdin 5420cb840e
fix: if membership gets out of sync on join space with code, get true value from matrix (#2188) 8 months ago
ggurdin bd1c6c7437
chore: make space filter buttons into floating action buttons (#2166) 8 months ago
ggurdin 563956dddd
chore: update space view buttons design (#2126) 8 months ago
ggurdin cc5a757d71
feat: add join space button to space list / navigation bar (#2071)
* feat: add join space button to space list / navigation bar

* chore: update join space icon
8 months ago
ggurdin 6914d9d0d7
feat: notification in space view for knocking users (#2068) 8 months ago
ggurdin acb0ced1b0
chore: set active filter to groups after creating new group (#1990) 8 months ago
ggurdin f2c1029508
chore: simplify enforcement of room capacity, remove capacity option for spaces (#1951) 8 months ago
sienna-sterling 4c1594d6f0
fix(storage optimization): Removed and replaced used of PStore with G… (#1730)
* fix(storage optimization): Removed and replaced used of PStore with GetStorage

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
9 months ago
Sofanyas Genene fbf8abd987
Use system keyboard setting in Learning Settings (#1867)
* Use system keyboard setting in Learning Settings

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
9 months ago
Kelrap a218591805
Remove routes that can lead to space chats (#1757)
* Use push instead of go when traversing spaces
* Redirects from space chat page

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
9 months ago
ggurdin 7c8f917370
feat: bring back share link to join spaces (#1701) 9 months ago
ggurdin 49e586a7ad
Fluffychat merge (#1685)
chore: Merge upstream changes

---------

Signed-off-by: Krille <c.kussowski@famedly.com>
Co-authored-by: krille-chan <christian-kussowski@posteo.de>
Co-authored-by: Krille <c.kussowski@famedly.com>
Co-authored-by: Linerly <linerly@proton.me>
Co-authored-by: Priit Jõerüüt <hwlate@joeruut.com>
Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org>
Co-authored-by: fadelkon <fadelkon@posteo.net>
Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com>
Co-authored-by: Edgars Andersons <Edgars+Weblate@gaitenis.id.lv>
Co-authored-by: josé m <correoxm@disroot.org>
Co-authored-by: Bezruchenko Simon <worcposj44@gmail.com>
Co-authored-by: Christian <christian-pauly@posteo.de>
Co-authored-by: - <hitekex@yandex.ru>
Co-authored-by: Angelo Schirinzi <Odi-3@users.noreply.hosted.weblate.org>
Co-authored-by: xabirequejo <xabi.rn@gmail.com>
Co-authored-by: Piotr Orzechowski <piotr@orzechowski.tech>
Co-authored-by: Rex_sa <rex.sa@pm.me>
Co-authored-by: Tewuzij <tenajeza@outlook.com>
Co-authored-by: goknarbahceli <goknarbahceli@proton.me>
Co-authored-by: தமிழ்நேரம் <anishprabu.t@gmail.com>
Co-authored-by: Erin <erin@erindesu.cz>
Co-authored-by: EpicKiwi <me@epickiwi.fr>
Co-authored-by: Christian Tietze <me@christiantietze.de>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
9 months ago
wcjord d773347d6e
Morph-repo-2 (#1681)
* feat(morphs): repo for getting lang-specific list of morphs

* integrated repo into use of morph features and tags

* generated

* merged with previous push

* generated

* generated

* chore: fix .env file path

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
9 months ago
sienna-sterling 2754bff62e
refactor(language levels): Removed Language Levels class converted it… (#1580)
* refactor(language levels): Removed Language Levels class converted it to it's own enum file

* refactor(lanugage levels): cleaned up code by removing unused varible and setting initial values to class instances

* refactor(language level): Fixed some loose ends to explicitly take a LanguageLevelTypeEnum

* refactor(language level): implemented changes after testing.

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
9 months ago