770d3bb012b8c49c52b5b8313e298a0dc720208c
- 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 -
Created with Capacitor Create App
This app was created using @capacitor/create-app,
and comes with a very minimal shell for building an app.
Running this example
To run the provided example, you can use npm start command.
npm start
Background Color
In src/manifest.json, "#31d53d" refers to the green color which is visible in the background in the web version. This is not visible in the built version.
Running iOS
https://capacitorjs.com/docs/ios#adding-the-ios-platform
npm install @capacitor/ios npx cap add ios npx cap open ios
To Rerun: npm run build && npx cap copy ios
Note
You need to be in mobile mode in order for the app to work, in the top right corner of dev tools.
Description
Languages
JavaScript
93%
Swift
3.3%
CSS
1.3%
HTML
0.9%
Ruby
0.9%
Other
0.6%