-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
- Loading branch information
There are no files selected for viewing
4 comments
on commit d39d550
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, unless we want to include the whole index.js into the OPML page. And then we would need to handle event handling in there. Hopefully we will move to React/Vue.js, which will allow us greater flexibility.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, migrating to react or vue.js is a great idea. is working going on in that direction also?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not at the moment. The tasks I want to finish this week:
- https://github.com/SSilence/selfoss/tree/jsx-init JSX is much nicer than template strings, just need to move eslint to assets so if can pick up babel configuration.
- Change icons to vector #1013 I have rebased this locally, just small details remain.
- Render sources in navigation client-side #1064 Initially, we wanted to use a trmplating engine but with Parcel, we can jist use JSX directly. I need to change it to that and determine if it is viable for dynamic content without React.
- Consolidate the documentation #979 currently researching the benefits of Asciidoc vs reStructuredText
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, here can't we retrieve the title from the configurations as before?