ToolJet/docs
Sherfin Shamsudeen 8bbbbfc869
Feature: Calendar widget 🗓 (#1368)
* Insert required boilerplate code for Calendar widget

* Display basic calendar

* Display events on calendar widget

* Pass JS date object as calendar default event date

* Add resource scheduling to Calendar widget

* Add icon for Calendar widget

* Allow configuration of views and default view for calendar

* Add onEventSelect event to Calendar widget

* Accept date as string for Calendar

* Option to disable/enable toolbar in Calendar

* Add default date to Calendar

* Add support for setting color of calendar events

* Set calendar cell size to 50px

* Allow spacious and compact cell sizes for Calendar

* Add support for "select slots" event for calendar

* Add support for custom event tooltip for Calendar

* Add support to not highlight today and now in Calendar

* Add visible border for Calendar events

* Set 14px font size for calendar toolbar

* Add dark mode styles for calendar

* Make calendar view mode controllable with logic

* Add documentation for calendar widget

* Add additional documentation for calendar events

* Expose default view instead of view for calendar

* Add documentation for changes in calendar

* Style updates to calendar

* Increase padding for calendar events
2021-11-04 14:23:50 +05:30
..
docs Feature: Calendar widget 🗓 (#1368) 2021-11-04 14:23:50 +05:30
src [docs] improved intro page 2021-07-31 20:11:45 +05:30
static Feature: Calendar widget 🗓 (#1368) 2021-11-04 14:23:50 +05:30
.gitignore Setup docusaurus 2021-04-23 21:19:14 +05:30
babel.config.js Setup docusaurus 2021-04-23 21:19:14 +05:30
docusaurus.config.js [docs] Fixes the SEO issues (#1265) 2021-10-25 13:58:35 +05:30
firebase.json Firebase config for documentation 2021-04-29 11:21:22 +05:30
package-lock.json [docs] fixed fence codeblocks (#1077) 2021-10-15 14:08:39 +05:30
package.json Setup docusaurus 2021-04-23 21:19:14 +05:30
README.md Setup docusaurus 2021-04-23 21:19:14 +05:30
sidebars.js Setup docusaurus 2021-04-23 21:19:14 +05:30
yarn.lock Bump prismjs from 1.23.0 to 1.24.1 in /docs (#379) 2021-07-04 01:23:27 +05:30

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.