29 Commits

Author SHA1 Message Date
metacryst
cc8b5035fe Fixed screen size, added dark mode app menu icons, added haptics, added keyboard dismiss with swipe 2026-02-16 06:41:05 -06:00
metacryst
83a640433a adding app icon and splash screen 2026-02-15 05:32:58 -06:00
metacryst
cee8ebecc5 built ios app working 2026-02-14 21:43:55 -06:00
metacryst
f02f181058 Introducing dark mode, deriving apps in bottom bar from db 2026-02-13 20:25:46 -06:00
metacryst
4432acfea5 [BUG] fix double click to open app 2026-02-09 02:56:00 -06:00
metacryst
9d0149de75 Merge branch 'main' of https://git.sun.museum/sam/ForumMobile 2026-02-09 02:02:53 -06:00
metacryst
e548dbb6c9 add people icon 2026-02-09 02:02:19 -06:00
770d3bb012 Forum changes
- Added 2 new svg icons
- Fixed visual styling bugs on Forum page involving overflowing containers
- Added current network name underneath "Forum" title
- Input in Forum.js now sends ws message to server with new post, which is then broadcasted through the ws
- Forum app now displays a list of posts for the current network showing the author, time, text, whether it's been edited, and whether it's yours
- ForumPanel.js .onClick() contains the ws calls for DELETE and PUT
- Fixed bug where Forum would not scroll to top upon a new post/onAppear
- Modified ws GET call in ForumPanel.js to reflect new format
- Added .onEvent() handlers inForumPanel.js for "new-post", "deleted-post", and "edited-post"
- Changed AppMenu People icon
-
2026-02-08 22:44:19 -05:00
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