Umang G. Patel
0619af1bd0
sidebar search=>filter
2022-09-19 23:35:19 +05:30
Umang G. Patel
8a865383fa
sidebar search class added
2022-09-19 21:48:35 +05:30
Umang G. Patel
5cc520ba29
boxshadow added as border
2022-09-19 21:48:04 +05:30
Umang G. Patel
80f3a594fe
new module integrated
2022-09-19 20:56:27 +05:30
Umang G. Patel
2e9ea2e732
new search module added
2022-09-19 20:56:05 +05:30
Umang G. Patel
97555e094b
sidebar search navigation adjusted
2022-09-06 01:55:27 +05:30
Umang G. Patel
480f79d466
search adjusted
2022-09-06 01:44:24 +05:30
Umang G. Patel
cb1ce28211
border adjusted
2022-09-06 00:22:35 +05:30
Umang G. Patel
82af94b1e5
event listener updated
2022-09-01 20:27:54 +05:30
Umang G. Patel
a463ef26eb
syntax improved
2022-08-31 00:52:21 +05:30
Umang G. Patel
ab96ea0738
feat:integrate sidebar toggle with search shortcut
2022-08-30 23:52:55 +05:30
Umang G. Patel
6c4769c297
bugfix: up height of header added
2022-08-30 23:41:25 +05:30
Umang G. Patel
8277fc7a6c
replace the shortcuts with event listener
2022-08-30 08:55:10 +05:30
Umang G. Patel
09706f0a66
nodemon config updated
2022-08-29 01:24:17 +05:30
Umang G. Patel
0ae88101a3
the integration for input box completed
2022-08-28 23:52:13 +05:30
Umang G. Patel
8b90e95270
event listner using shortcut added
2022-08-28 23:38:10 +05:30
Umang G. Patel
ba9e854086
Merge branch 'main' into feat/sidebar-search
2022-08-28 18:50:04 +05:30
YeoKyung Yoon
09835e3007
Added sidebar toggler ( #214 )
...
* feat: add sidebar slider
* fix: fix visibility on mobile layout
* fix visibility on mobile layout
* change keyboard shortcut
* change css property
* fix: fix shortcuts to support Mac
* fix shortcuts to support Mac
* add comment to explain properties
* fix: fix shortcuts
* resolve merge conflict
* fix: remove redundant property
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
2022-08-27 15:21:50 +09:00
Alexander Chernyaev
136702aeb7
Change editorjs from 2.23.2 to 2.25.0 ( #229 )
...
* Change editorjs from 2.23.2 to 2.25.0
* Change editorjs version from 2.23.2 to 2.25.0
* Update version editorjs from 2.23.2 to 2.25.0
Co-authored-by: HyTekCoop <atonika35@mail.ru>
2022-08-26 15:55:47 +03:00
Peter Savchenko
505daafc50
jsops: migrate to ESM from CJM ( #228 )
...
* jsops: migrate to ESM from CJM
* rm unused code
* fix ci
2022-08-24 17:05:40 +03:00
dependabot[bot]
f05eb15b72
Bump file-type from 16.5.3 to 16.5.4 ( #218 )
...
Bumps [file-type](https://github.com/sindresorhus/file-type ) from 16.5.3 to 16.5.4.
- [Release notes](https://github.com/sindresorhus/file-type/releases )
- [Commits](https://github.com/sindresorhus/file-type/compare/v16.5.3...v16.5.4 )
---
updated-dependencies:
- dependency-name: file-type
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 13:20:03 +08:00
Umang G. Patel
30c4971de7
Merge branch 'main' into feat/sidebar-search
2022-08-03 07:42:10 +05:30
slaveeks
70f89f28da
Added page navigation ( #209 )
...
* Added navigation on page
* Removed useless log, added docs to navigator component
* Fixed duplicated variables, some changes in navigation functions, changed pages.twig and navigator.twig
* Added flatArray model, changed navigation functions
* Replaced page footer style to page.pcss
* Fixed generating flat array, when pages remove
* Removed useless generating
* Renamed flatArray model to pagesFlatArray, updated descriptions, renamed generate to regenerate, removed hardcoded key name in cache
* Changed styles naming and added margin for navigation
* Added ability to change nesting in flat array, fixed BEM
* Updated nesting parameter, fixed BEM
* Changed navigator component by passing objects, removed navigator wrapper
* Style navigator renamed to navigator__item
* Update src/backend/models/pagesFlatArray.ts
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* Renamed navigator__item to navigator_item
* Deleted wrappers from navigator buttons, removed page__footer
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
2022-08-02 17:38:02 +03:00
Taly
213f9d89a3
Table of content ( #199 )
...
* Create nodemon.json
* Add table of content
* update view
* remove logs
* update tags var
* update layout
* Revert "update layout"
This reverts commit 18aad62257
.
* update layout
* Update layout.pcss
* update from master
* Update sidebar.twig
* remove non valued changes
* Update table-of-content.js
* Update table-of-content.pcss
* Update table-of-content.pcss
* Update layout.pcss
* Update table-of-content.js
* remove unused styles
* not module
* rename var
* remove log
* update structure
* Update table-of-content.js
* Update table-of-content.js
* Update layout.pcss
* Update table-of-content.js
* try not to use intersection observer
* Update table-of-content.js
* fix scroll padding
* fix header component layout
* update logic
* fix click area
* Update table-of-content.js
* Update table-of-content.js
* small fixes
* remove unused
* Update table-of-content.js
* Update decorators.js
* Update table-of-content.js
* Update table-of-content.js
* Update table-of-content.js
* Update table-of-content.js
* Update table-of-content.js
* fix scroll issues, resolve eslit ts/js conflicts
* add some todos
* handle up-direction scroll as well
* optimization
* update offsets
* Update header.pcss
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
2022-07-26 18:49:30 +03:00
Umang G. Patel
13cc53e4ae
Feat/hawk integration ( #210 )
...
* update environment variable
* add: hawk nodejs and javascript catcher
* fontend hawk integration
* backend hawk integration
* update the env file and config files
* support for client, backend error tracking token
* client side error tracking refactor
* new version of hawk.nodejs catcher added
2022-07-26 09:56:20 +05:30
Umang G. Patel
46669dcfef
metakey added
2022-07-25 21:27:13 +05:30
Umang G. Patel
f0225b8c8d
resolve the conflict
2022-07-24 01:00:12 +05:30
Umang G. Patel
ad5f9cb656
the scroll added if element is not visble
2022-07-24 00:57:15 +05:30
Umang G. Patel
8cd1b12f5b
comments added
2022-07-24 00:05:04 +05:30
Umang G. Patel
8475e22635
the enter evenlister added with search refactring
2022-07-23 23:42:35 +05:30
Umang G. Patel
7e33388d1c
unusal things
2022-07-23 19:16:33 +05:30
Umang G. Patel
22f4a592f2
the sidebar search selected added
2022-07-23 18:54:32 +05:30
Umang G. Patel
dbce38ad67
keyup and keydown replace with input
2022-07-23 18:09:29 +05:30
Umang G. Patel
80d2b9d166
sidebar search added
2022-07-23 17:50:28 +05:30
Umang G. Patel
7bea909773
add the arrowup and arrowdown short cut
2022-07-23 00:14:56 +05:30
Umang G. Patel
c05e1f613b
shortcut for search added
2022-07-23 00:08:13 +05:30
Nikita Melnikov
1fb7bc8dcc
update actions versions ( #217 )
...
* update actions versions
* fix
2022-07-22 21:58:14 +08:00
Umang G. Patel
0d358457fb
add the switching b/w the shortcut logo
2022-07-22 10:19:01 +05:30
Umang G. Patel
c532e20373
the background content added
2022-07-21 10:14:56 +05:30
dependabot[bot]
f71f6b70f3
Bump terser from 5.12.1 to 5.14.2 ( #216 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.12.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-20 10:32:40 +03:00
dependabot[bot]
7e530a0630
Bump got from 11.8.3 to 11.8.5 ( #213 )
...
Bumps [got](https://github.com/sindresorhus/got ) from 11.8.3 to 11.8.5.
- [Release notes](https://github.com/sindresorhus/got/releases )
- [Commits](https://github.com/sindresorhus/got/compare/v11.8.3...v11.8.5 )
---
updated-dependencies:
- dependency-name: got
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-20 10:27:28 +03:00
Umang G. Patel
44e9b50467
search bar style added
2022-07-20 10:25:41 +05:30
Umang G. Patel
97a019b7de
twig file modified
2022-07-20 10:25:12 +05:30
Umang G. Patel
88ff7c13f3
remove package json
2022-07-18 00:51:51 +05:30
YeoKyung Yoon
69b61a2c87
Update document editor styles ( #180 ) ( #191 )
...
* feat: update document editor styles (#180 )
* fix: fix flexbox property
* fix: fix label name in the edit mode
* fix: change padding and bottom arrow as Figma size
* fix: change padding and bottom arrow as Figma size
* fix: add universal input, select directive
* fix: fix layout shift, class name
* fix: fix text cutting and change usage of svg in css
* fix: add missing css property
2022-07-12 00:11:08 +09:00
slaveeks
5c4183b717
Added ability to use custom favicon ( #202 )
...
* Added ability to change favicon in config
* Turned back version of icon in index.twig
* Added opportunity to upload favicon and route to get saved favicon
* Removed favicon from .codexdocsrc.sample
* Added docs to favicon route
* Replaced uploadFavicon to initiating /favicon route, updated function, added catching errors from uploadFile
* Updated Readme, added info about setting up app
* Updated Readme.md
* Some changes
* Favicon data saves to app.locals, replaced uploading favicon to app.ts
* Changed naming in config, from faviconURL to favicon, changed using app.locals variables
* Renamed uploadFavicon to downLoadFavicon, removed log in locals.ts
* Renamed favicon variable in app.ts
* Added checking favicon before uploading function, removed passing locals to views
* Added timeout for uploading favicon request and writeFileSync changed to writeFile
* Removed passing favicon locals and turned back removed variables
* Turned back variables
* Fixed duplicating os.tmpdir
* Fixed braces in objects, added new lines
* Added default favicon path, if favicon does not exists in config
* Updated docs, fixed using local favicon
2022-07-10 15:21:32 +03:00
dependabot[bot]
ac40723c16
Bump got from 11.8.3 to 11.8.5 ( #206 )
...
Bumps [got](https://github.com/sindresorhus/got ) from 11.8.3 to 11.8.5.
- [Release notes](https://github.com/sindresorhus/got/releases )
- [Commits](https://github.com/sindresorhus/got/compare/v11.8.3...v11.8.5 )
---
updated-dependencies:
- dependency-name: got
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 22:00:22 +03:00
Tanya
8c0211d7bc
[Fix] Several ui fixes ( #205 )
...
* Fix sidebar
* Use squircle mask for header links
* Firefox mask-box-image fix
2022-06-27 20:06:56 +08:00
Tanya
669b78b967
Layout update ( #208 )
...
* Add right column
* Cleanup
* Fix center column position
* Change sidebar width
* Fixes
* Make right column sticky
* Add placeholder element to right column
* Fix right aside padding top
2022-06-27 20:04:26 +08:00
YeoKyung Yoon
b3d8a1bfd4
Fix sorting in dropdown ( #187 )
...
* fix: fix order of page categories with raw type
* refactor: change method location and others
* refactor: fix method names and variables also split methods to be clear their role
* fix: fix variable name
* fix: change the method to group of pages
* refactor: replace filter metethod to querying database
* refactor: fix typo, rename variable, add comments, improve code quality
* fix: add exit infinite loop
* fix: replace exiting loop to throwing exception
2022-06-22 23:09:08 +09:00