You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following changes were made to the repository to either improve or
simplify the project logics in-terms of naming, functionality etc...
- Removed `devJargonsAppAuth` from `octokit/app` and Moved OAuth App's
octokit export to `oauth` object, it just makes logical sense to use
`app.oauth.octokit` as jargons.dev OAuth App octokit and use
`app.octokit` as jargons.dev GitHub App
- Removed addressed todo from `submitWord` function and renamed label to
`via jargons-editor` from `via word-editor` in `submit-word` script
- Documented, fixed typo/naming and add some todo to `recent-searches`
island and `search` store
- add todo `@todo implement logic to allow holding maximum of 5 words by
removing older words when new a one gets added`
- Renamed localstorage object name to `jargons.dev:recent_searches` from
`devJargonsRecentSearches`
- Documented the `word-editor` island and added disallowed cursor on its
`Preview` component dummy navbar
- Removed `label:":computer: via word-editor"` from the
`doContributionStats` action to effectively removing narrowed Pull
request search to compute word contribution which was biased towards
contribution done via the jargons editor
- Documented `useLockBody` and `useIsMacOS` hooks
- Modified the word contribution PR templates, making appropriate use of
semantics for formatting headings
- Added `@todo deprecate the `options` params` to selected
`word-editor.js` function to remind of possibly removing the `options`
param which was initially added to set environment where the function is
being executed from - this was initially added
- Removed redundant `$userData.set()` operation performed on the add new
word page server-side (doesn't even work in the first place), and
implemented `javascript: history.back()` as return navigation `location`
to allow quick navigation back - a trick to avoid re-fetching the
contribution stats for the jargons editor all over again
- Renamed `otherWordData` to `wordMetaData` in word edit page and
implemented a custom return navigation label and location to return to
the word currently being edited canceling the operation onclick of
course
- Integrated Navbar to the jargons editor
- Added `@todo Nice to have: endpoint queries the GitHub to fetch words
directly from jargons.dev repo using the requester's accessToken` to
jargons.dev `browse` api - meant to suggest an implementation where the
api is requesting for all words or r=single word directly from
jargons.dev github repo using the user's token; this is similar to how
the `dictionary` endpoint `POST` handler operates.
📖
0 commit comments