GithubHelp home page GithubHelp logo

moonly-app / moonly-app Goto Github PK

View Code? Open in Web Editor NEW
39.0 39.0 9.0 22.51 MB

Web app for discovering and sharing content (React, GraphQL, Apollo, Meteor)

Home Page: https://moon.ly

License: MIT License

JavaScript 90.71% HTML 1.18% CSS 7.96% Shell 0.15% Dockerfile 0.01%
chrome-extension graphql meteorjs reactjs vulcanjs

moonly-app's Issues

Add Search By Algolia

It would be good to integrate Algolia search into Vulcan/Moonly. There was already integration into vulcan by one guy, but can't find his links to Github Repo, since Vulcan Slack search is limited to 10k messages.

Anyway, i think we could use his example to integrate this into Moonly. It would enhance searching experience by a lot.

Creating PWA from Moonly

From the chat

Anyone know whats need for Moonly/Vulcan to become PWA ?
I saw very cool thing today, browsing some app via mobile, i had option to add to home screen
I added, and it become like an app on my mobile screen
it was not from play store

So was researching bit and saw its done using PWA, service workers.

For example go to myroutes.io/ via mobile and it will offer u to add to home screen

Resize moonly to 90%

Right now the boxes are bit bigger. By default we see only one row of boxes in fold.

It should be able to see second row, at least the beginning it.

If you zoom out to 90%, you will see that is ideal.

It should look like on screenshot below:

Clicking on Best Links doesnt work

When I click on Best, Top links doesn't do anything. It should sort posts by best, top, but its just loading and trow lot of errors in console.

See screenshot:

Mixed content : Security issue

Value Statement

As a user
I want all resources should serve over _HTTPs_
So that app can be more secure and SEO should not be impacted
and i should see that 'green lock icon on browser address bar'

Requirements

  1. [Must Have] Should not link HTTP resources.

Technical Approach
We can use github as a CDN for all your static resource like css, js, images etc. If original server doesn't support SSL.

Note:
Now i can see only images are getting served over HTTP protocol
i.e http://s2.googleusercontent.com/s2/favicons

Cannot run on Windows

I followed the instructions from README.
When I try running meteor --settings settings.json, following error is displayed:

I:\workdir\projects\moonly-app>meteor --settings settings.json
[[[[[ ~\I\workdir\projects\moonly-app ]]]]]

=> Started proxy.
packages/moonly/lib/stylesheets/custom.css: warn: there are some @import rules those are not taking effect as they are required to be in the beginning of the file
=> A patch (Meteor 1.5.4.2) for your current release is available!
   Update this project now with 'meteor update --patch'.
=> Started MongoDB.
W20191018-03:34:57.828(5.5)? (STDERR) I:\workdir\projects\moonly-app\node_modules\postcss\node_modules\supports-color\index.js:5
W20191018-03:34:57.887(5.5)? (STDERR) const {env} = process;
W20191018-03:34:57.888(5.5)? (STDERR)       ^
W20191018-03:34:57.889(5.5)? (STDERR)
W20191018-03:34:57.893(5.5)? (STDERR) SyntaxError: Unexpected token {
W20191018-03:34:57.894(5.5)? (STDERR)     at exports.runInThisContext (vm.js:53:16)
W20191018-03:34:57.895(5.5)? (STDERR)     at Module._compile (module.js:373:25)
W20191018-03:34:57.896(5.5)? (STDERR)     at Object.Module._extensions..js (module.js:416:10)
W20191018-03:34:57.897(5.5)? (STDERR)     at Module.load (module.js:343:32)
W20191018-03:34:57.898(5.5)? (STDERR)     at Function.Module._load (module.js:300:12)
W20191018-03:34:57.899(5.5)? (STDERR)     at Module.require (module.js:353:17)
W20191018-03:34:57.899(5.5)? (STDERR)     at require (internal/module.js:12:17)
W20191018-03:34:57.900(5.5)? (STDERR)     at Object.<anonymous> (I:\workdir\projects\moonly-app\node_modules\postcss\lib\css-syntax-error.js:6:45)
W20191018-03:34:57.901(5.5)? (STDERR)     at Module._compile (module.js:409:26)
W20191018-03:34:57.902(5.5)? (STDERR)     at Object.Module._extensions..js (module.js:416:10)
=> Exited with code: 1
W20191018-03:35:05.541(5.5)? (STDERR) I:\workdir\projects\moonly-app\node_modules\postcss\node_modules\supports-color\index.js:5
W20191018-03:35:05.543(5.5)? (STDERR) const {env} = process;
W20191018-03:35:05.543(5.5)? (STDERR)       ^
W20191018-03:35:05.544(5.5)? (STDERR)
W20191018-03:35:05.545(5.5)? (STDERR) SyntaxError: Unexpected token {
W20191018-03:35:05.546(5.5)? (STDERR)     at exports.runInThisContext (vm.js:53:16)
W20191018-03:35:05.547(5.5)? (STDERR)     at Module._compile (module.js:373:25)
W20191018-03:35:05.548(5.5)? (STDERR)     at Object.Module._extensions..js (module.js:416:10)
W20191018-03:35:05.548(5.5)? (STDERR)     at Module.load (module.js:343:32)
W20191018-03:35:05.549(5.5)? (STDERR)     at Function.Module._load (module.js:300:12)
W20191018-03:35:05.551(5.5)? (STDERR)     at Module.require (module.js:353:17)
W20191018-03:35:05.552(5.5)? (STDERR)     at require (internal/module.js:12:17)
W20191018-03:35:05.553(5.5)? (STDERR)     at Object.<anonymous> (I:\workdir\projects\moonly-app\node_modules\postcss\lib\css-syntax-error.js:6:45)
W20191018-03:35:05.554(5.5)? (STDERR)     at Module._compile (module.js:409:26)
W20191018-03:35:05.555(5.5)? (STDERR)     at Object.Module._extensions..js (module.js:416:10)
=> Exited with code: 1
W20191018-03:35:12.678(5.5)? (STDERR) I:\workdir\projects\moonly-app\node_modules\postcss\node_modules\supports-color\index.js:5
W20191018-03:35:12.680(5.5)? (STDERR) const {env} = process;
W20191018-03:35:12.681(5.5)? (STDERR)       ^
W20191018-03:35:12.682(5.5)? (STDERR)
W20191018-03:35:12.683(5.5)? (STDERR) SyntaxError: Unexpected token {
W20191018-03:35:12.684(5.5)? (STDERR)     at exports.runInThisContext (vm.js:53:16)
W20191018-03:35:12.685(5.5)? (STDERR)     at Module._compile (module.js:373:25)
W20191018-03:35:12.686(5.5)? (STDERR)     at Object.Module._extensions..js (module.js:416:10)
W20191018-03:35:12.689(5.5)? (STDERR)     at Module.load (module.js:343:32)
W20191018-03:35:12.690(5.5)? (STDERR)     at Function.Module._load (module.js:300:12)
W20191018-03:35:12.691(5.5)? (STDERR)     at Module.require (module.js:353:17)
W20191018-03:35:12.693(5.5)? (STDERR)     at require (internal/module.js:12:17)
W20191018-03:35:12.694(5.5)? (STDERR)     at Object.<anonymous> (I:\workdir\projects\moonly-app\node_modules\postcss\lib\css-syntax-error.js:6:45)
W20191018-03:35:12.695(5.5)? (STDERR)     at Module._compile (module.js:409:26)
W20191018-03:35:12.696(5.5)? (STDERR)     at Object.Module._extensions..js (module.js:416:10)
=> Exited with code: 1
=> Your application is crashing. Waiting for file change.

Windows 10.
Node 8.16.2.
npm 6.4.1

Any pointers?

Profile page doesn't show updated changes until refresh

User feedback:

"Hi @shtefcs I hope you are doing well. bro one thing I noticed that when I edited bio from edit account page on moon.ly and after updating clicked "profile" link in the top right side menu, it redirects me to the profile page but my bio was not updated until I refreshed the page. May be you knew about it and your beautiful team working on it. Thanks โœŒ"

Canonical url fix

Currently it shows correct canonical url just for homepage and for post page.

Everywhere else it shows homepage url as well. That should be fixed for tag and search pages:

For head tags it's used Helmet, check this part of documentation for more info.

The Images in the file readme.md has broken links

The links in the readme.md which relates to credit references and Contributors have broken links to profile images.
image
Moreover there is no alternative text displayed on links to images being broken

I think the source of this issue might be :

image

What I did:

  • Copied the image links to check if the image is hosted at that link.

Observation:

  • The link is shows URL signature expired

Posts are shown only for admins

Hello,
I am working on moonly since 2 weeks & I faced a lot of issues due to some deprecated packages, However now I fixed almost everything and get it working, then the /admin route wasn't accessible so after debugging I found that the package vulcan:admin wasn't loaded by meteor so I added it to the file .meteor/packages and .meteor/versions and it works

This is the summary of what I did, the only issue now is that posts aren't shown for users, #only admins can see, edit, bookmark it.

Any suggestions?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.