Commit Graph

21 Commits

Author SHA1 Message Date
metacryst
3bf23daa7a Merge branch 'main' of https://git.sun.museum/sam/ForumMobile 2026-02-06 06:41:56 -06:00
metacryst
6cbb4c8dad basic sidebar toggle 2026-02-06 06:41:54 -06:00
b20ce6da06 People app and navigation + fixes
Index.js
- Fixed issue where incorrect pathname was set while not part of an organization.
- onNavigate(), fetchAppData(), getDefaultNetworkName(), and getDefaultAppName() all modified to account for user not being part of an organization (default path set to /my/dashboard)
- onNavigate() modified to properly set defaults for currentNetwork and currentApp, and modified to fix issue where app would crash when attempting to access nonexistent 'this.currentNetwork.data'
- onNavigate() now correctly switches currentApp

Home.js
- Changed ZStack to a VStack
- Replaced Jobs switch case with People
- Adjusted styling for AppMenu() and VStack height values
- Changed .onNavigate() from function() to () => {} for correct this binding
- !!!(TEMP FIX)!!!: Added extra rerender() call in an .onClick() after .onNavigate()

AppMenu()
- Modified app icons to be highlighted when active
- Changed Forum's app icon to redirect from "/" to "/dashboard"
- Removed fixed styling to account for Home's new responsive VStack layout

People.js
- Added People.js

Messages.js
- Fixed missing 'global." before Socket.send
- Changed 'vh' height values to 'pct' to account for AppMenu() at bottom
- Fixed misnamed modifiers

Forum.js
- Adjusted styling
- Changed 'vh' height values to 'pct' to account for AppMenu() at bottom

styles.css
- Added missing custom color vars
2026-02-02 04:34:26 -05:00
a68f35faf5 WS connection crash fix
- constructor() in index.js would attempt to fetch profile with getProfile() before websocket connection was established
2026-02-01 23:07:52 -05:00
metacryst
6262ce53aa establishing ws connection, starting on messages section 2026-02-01 16:11:11 -06:00
metacryst
6d50337e3b getting things going 2026-01-29 08:20:27 -06:00
sam
c09b08a474 Merge pull request 'master' (#1) from master into main
Reviewed-on: #1
2026-01-25 06:29:01 -06:00
metacryst
7f3f266d52 init 2026-01-25 06:27:57 -06:00
metacryst
fd27ac9c69 sidebar 2026-01-13 18:06:32 -06:00
Eric Lewellen
5b0f69b7aa readme update 2026-01-13 17:55:11 -06:00
Eric Lewellen
2d71dd0245 Merge branch 'readme' into 'master'
adding readme

See merge request hyper-drive/blockcatcher-app!2
2026-01-13 23:48:36 +00:00
Eric Lewellen
7a3dabc9aa adding readme 2026-01-13 17:47:57 -06:00
Eric Lewellen
aba685fb72 Merge branch 'main' into 'master'
Main 2 master

See merge request hyper-drive/blockcatcher-app!1
2026-01-13 23:38:53 +00:00
Eric Lewellen
f80b0b1bf3 removing default readme 2026-01-13 17:38:36 -06:00
Eric Lewellen
a0adeecb13 Initial commit 2026-01-13 23:20:00 +00:00
sam
edd91be047 Merge pull request 'ionic' (#1) from ionic into main
Reviewed-on: sam/blockcatcher#1
2026-01-09 11:15:39 -06:00
metacryst
12dc2384f7 making quill work 2026-01-09 11:13:11 -06:00
metacryst
6230e98312 installing geolocation and google maps apis, reducing location interval 2025-12-17 20:39:38 -06:00
metacryst
d160182127 remade app in ionic 2025-11-13 18:55:42 -06:00
metacryst
cf03c95664 Sending better info to admin, big circular button 2025-10-31 21:54:15 -05:00
metacryst
c8832ee431 tracking location, sending it to the backend 2025-10-31 19:47:14 -05:00